#75A866
A medium, muted green closely aligning with Darkseagreen.
About #75A866
The hex code #75A866 represents a beautifully specific shade of green. Its closest recognized web color is Darkseagreen. In the RGB color space, it consists of 117 red, 168 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 30% cyan and 0% magenta inks. The HSL representation is 106.4° hue, 27.5% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75A866
RGB117, 168, 102
HSL106.4°, 27.5%, 52.9%
CMYK30%, 0%, 39%, 34%
HSV106.4°, 39.3%, 65.9%
LAB64.0, -29.8, 28.8
XYZ23.7, 32.7, 17.6
Decimal7710822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A866;
}
.text-color {
color: #75A866;
}
.border-color {
border: 2px solid #75A866;
}