#75A066
A medium, muted green closely aligning with Darkseagreen.
About #75A066
When working with digital screens, the color #75A066 is rendered by mixing light. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(117, 160, 102).
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 0% Magenta, 36% Yellow, and 37% Black. With a hue angle of 104.5 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75A066
RGB117, 160, 102
HSL104.5°, 23.4%, 51.4%
CMYK27%, 0%, 36%, 37%
HSV104.5°, 36.2%, 62.7%
LAB61.6, -25.9, 25.7
XYZ22.3, 29.9, 17.2
Decimal7708774
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.98:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.93:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A066;
}
.text-color {
color: #75A066;
}
.border-color {
border: 2px solid #75A066;
}