#66A85F
A medium, muted green closely aligning with Mediumseagreen.
About #66A85F
The hex code #66A85F represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 168, and 95.
Translating this color to physical media requires the CMYK color model. The color uses 39% Cyan, 0% Magenta, 43% Yellow, and 34% Black. With a hue angle of 114.2 degrees, it sits comfortably in the green spectrum.
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#66A85F
RGB102, 168, 95
HSL114.2°, 29.6%, 51.6%
CMYK39%, 0%, 43%, 34%
HSV114.2°, 43.5%, 65.9%
LAB63.1, -35.9, 31.2
XYZ21.5, 31.7, 15.8
Decimal6727775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.86:1
Text on #FFFFFF
FAIL
7.33:1
Text on #000000
AAA
2.74:1
Text on #F8FAFC
FAIL
6.23:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #66A85F;
}
.text-color {
color: #66A85F;
}
.border-color {
border: 2px solid #66A85F;
}