#6D7C49
A dark, muted green closely aligning with Darkolivegreen.
About #6D7C49
The precise color #6D7C49 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(109, 124, 73).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 0% M, 41% Y, and 51% K. The HSL representation is 77.6° hue, 25.9% saturation, and 38.6% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D7C49
RGB109, 124, 73
HSL77.6°, 25.9%, 38.6%
CMYK12%, 0%, 41%, 51%
HSV77.6°, 41.1%, 48.6%
LAB49.7, -14.6, 26.0
XYZ14.7, 18.1, 9.0
Decimal7175241
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7C49;
}
.text-color {
color: #6D7C49;
}
.border-color {
border: 2px solid #6D7C49;
}