#6D835F
A medium, muted green closely aligning with Darkolivegreen.
About #6D835F
Visually, #6D835F is defined as a muted green. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(109, 131, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 0% M, 27% Y, and 49% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D835F
RGB109, 131, 95
HSL96.7°, 15.9%, 44.3%
CMYK17%, 0%, 27%, 49%
HSV96.7°, 27.5%, 51.4%
LAB52.2, -15.0, 16.9
XYZ16.5, 20.3, 13.9
Decimal7177055
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D835F;
}
.text-color {
color: #6D835F;
}
.border-color {
border: 2px solid #6D835F;
}