#66A05F
A medium, muted green closely aligning with Seagreen.
About #66A05F
The hex code #66A05F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(102, 160, 95).
Translating this color to physical media requires the CMYK color model. The color uses 36% Cyan, 0% Magenta, 41% Yellow, and 37% Black. The HSL representation is 113.5° hue, 25.5% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66A05F
RGB102, 160, 95
HSL113.5°, 25.5%, 50.0%
CMYK36%, 0%, 41%, 37%
HSV113.5°, 40.6%, 62.7%
LAB60.6, -32.2, 28.0
XYZ20.1, 28.8, 15.3
Decimal6725727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A05F;
}
.text-color {
color: #66A05F;
}
.border-color {
border: 2px solid #66A05F;
}