#66925F
A medium, muted green closely aligning with Seagreen.
About #66925F
The hex code #66925F represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. In the RGB color space, it consists of 102 red, 146 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 35% Y, and 43% K. The HSL representation is 111.8° hue, 21.2% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66925F
RGB102, 146, 95
HSL111.8°, 21.2%, 47.3%
CMYK30%, 0%, 35%, 43%
HSV111.8°, 34.9%, 57.3%
LAB56.3, -25.4, 22.4
XYZ17.8, 24.2, 14.6
Decimal6722143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.84:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66925F;
}
.text-color {
color: #66925F;
}
.border-color {
border: 2px solid #66925F;
}