#666D57
A dark, muted green closely aligning with Dimgray.
About #666D57
Visually, #666D57 is defined as a muted green. It is closely associated with the named CSS color Dimgray. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 109, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 6% C, 0% M, 20% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#666D57
RGB102, 109, 87
HSL79.1°, 11.2%, 38.4%
CMYK6%, 0%, 20%, 57%
HSV79.1°, 20.2%, 42.7%
LAB44.9, -7.0, 11.4
XYZ12.7, 14.5, 11.1
Decimal6712663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D57;
}
.text-color {
color: #666D57;
}
.border-color {
border: 2px solid #666D57;
}