#6D8349
A medium, muted green closely aligning with Darkolivegreen.
About #6D8349
The hex code #6D8349 represents a beautifully specific shade of green. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 109 red, 131 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 17% Cyan, 0% Magenta, 44% Yellow, and 49% Black. The HSL representation is 82.8° hue, 28.4% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D8349
RGB109, 131, 73
HSL82.8°, 28.4%, 40.0%
CMYK17%, 0%, 44%, 49%
HSV82.8°, 44.3%, 51.4%
LAB51.8, -18.3, 28.7
XYZ15.6, 20.0, 9.3
Decimal7177033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.21:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D8349;
}
.text-color {
color: #6D8349;
}
.border-color {
border: 2px solid #6D8349;
}