#669950
A medium, moderate green closely aligning with Seagreen.
About #669950
The precise color #669950 is an excellent choice for modern design projects. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 153, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 33% C, 0% M, 48% Y, and 40% K. The HSL representation is 101.9° hue, 31.3% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#669950
RGB102, 153, 80
HSL101.9°, 31.3%, 45.7%
CMYK33%, 0%, 48%, 40%
HSV101.9°, 47.7%, 60.0%
LAB58.2, -31.1, 32.9
XYZ18.3, 26.2, 11.7
Decimal6723920
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.37:1
Text on #FFFFFF
AA Large
6.24:1
Text on #000000
AA
3.22:1
Text on #F8FAFC
AA Large
5.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #669950;
}
.text-color {
color: #669950;
}
.border-color {
border: 2px solid #669950;
}