#668A75
A medium, muted green closely aligning with Cadetblue.
About #668A75
The hex code #668A75 represents a beautifully specific shade of green. Its closest recognized web color is Cadetblue. This translates to an RGB value of rgb(102, 138, 117).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 26% C, 0% M, 15% Y, and 46% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#668A75
RGB102, 138, 117
HSL145.0°, 15.0%, 47.1%
CMYK26%, 0%, 15%, 46%
HSV145.0°, 26.1%, 54.1%
LAB54.3, -17.2, 7.2
XYZ17.8, 22.3, 20.2
Decimal6720117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.46:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #668A75;
}
.text-color {
color: #668A75;
}
.border-color {
border: 2px solid #668A75;
}