#75835F
A medium, muted green closely aligning with Darkolivegreen.
About #75835F
At its core, #75835F is a medium and muted hue. It is closely associated with the named CSS color Darkolivegreen. Its digital footprint relies on 117 parts red, 131 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 11% cyan, 0% magenta, 27% yellow, and 49% black. The HSL representation is 83.3° hue, 15.9% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75835F
RGB117, 131, 95
HSL83.3°, 15.9%, 44.3%
CMYK11%, 0%, 27%, 49%
HSV83.3°, 27.5%, 51.4%
LAB52.8, -11.9, 17.8
XYZ17.5, 20.8, 13.9
Decimal7701343
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #75835F;
}
.text-color {
color: #75835F;
}
.border-color {
border: 2px solid #75835F;
}