#669975
A medium, muted green closely aligning with Darkseagreen.
About #669975
At its core, #669975 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkseagreen. In the RGB color space, it consists of 102 red, 153 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 33% cyan, 0% magenta, 24% yellow, and 40% black. With a hue angle of 137.6 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#669975
RGB102, 153, 117
HSL137.6°, 20.0%, 50.0%
CMYK33%, 0%, 24%, 40%
HSV137.6°, 33.3%, 60.0%
LAB58.9, -24.9, 13.6
XYZ20.1, 26.9, 21.0
Decimal6723957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.38:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #669975;
}
.text-color {
color: #669975;
}
.border-color {
border: 2px solid #669975;
}