#5F6D49
A dark, muted green closely aligning with Darkolivegreen.
About #5F6D49
When working with digital screens, the color #5F6D49 is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 95 red, 109 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 13% cyan and 0% magenta inks. The HSL representation is 83.3° hue, 19.8% saturation, and 35.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F6D49
RGB95, 109, 73
HSL83.3°, 19.8%, 35.7%
CMYK13%, 0%, 33%, 57%
HSV83.3°, 33.0%, 42.7%
LAB44.0, -12.2, 18.4
XYZ11.4, 13.9, 8.4
Decimal6253897
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F6D49;
}
.text-color {
color: #5F6D49;
}
.border-color {
border: 2px solid #5F6D49;
}