#6D7542
A dark, muted yellow closely aligning with Darkolivegreen.
About #6D7542
The precise color #6D7542 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(109, 117, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 7% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D7542
RGB109, 117, 66
HSL69.4°, 27.9%, 35.9%
CMYK7%, 0%, 44%, 54%
HSV69.4°, 43.6%, 45.9%
LAB47.5, -11.7, 27.1
XYZ13.7, 16.4, 7.6
Decimal7173442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.91:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7542;
}
.text-color {
color: #6D7542;
}
.border-color {
border: 2px solid #6D7542;
}