#5F6650
A dark, muted green closely aligning with Dimgray.
About #5F6650
When working with digital screens, the color #5F6650 is rendered by mixing light. Its closest recognized web color is Dimgray. This translates to an RGB value of rgb(95, 102, 80).
For print applications, it's crucial to understand its CMYK makeup. The color uses 7% Cyan, 0% Magenta, 22% Yellow, and 60% Black. With a hue angle of 79.1 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F6650
RGB95, 102, 80
HSL79.1°, 12.1%, 35.7%
CMYK7%, 0%, 22%, 60%
HSV79.1°, 21.6%, 40.0%
LAB42.0, -7.0, 11.6
XYZ10.9, 12.5, 9.4
Decimal6252112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.99:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F6650;
}
.text-color {
color: #5F6650;
}
.border-color {
border: 2px solid #5F6650;
}