#5F6D50
A dark, muted green closely aligning with Darkolivegreen.
About #5F6D50
When working with digital screens, the color #5F6D50 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 95 red, 109 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 13% cyan, 0% magenta, 27% yellow, and 57% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#5F6D50
RGB95, 109, 80
HSL89.0°, 15.3%, 37.1%
CMYK13%, 0%, 27%, 57%
HSV89.0°, 26.6%, 42.7%
LAB44.2, -11.0, 14.5
XYZ11.6, 13.9, 9.7
Decimal6253904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D50;
}
.text-color {
color: #5F6D50;
}
.border-color {
border: 2px solid #5F6D50;
}