#87A460
A medium, muted green closely aligning with Darkseagreen.
About #87A460
At its core, #87A460 is a medium and muted hue. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 135 red, 164 green, and 96 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 18% Cyan, 0% Magenta, 41% Yellow, and 36% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#87A460
RGB135, 164, 96
HSL85.6°, 27.2%, 51.0%
CMYK18%, 0%, 41%, 36%
HSV85.6°, 41.5%, 64.3%
LAB63.8, -22.0, 32.0
XYZ25.4, 32.5, 16.0
Decimal8889440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.51:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.38:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #87A460;
}
.text-color {
color: #87A460;
}
.border-color {
border: 2px solid #87A460;
}