#75A075
A medium, muted green closely aligning with Darkseagreen.
About #75A075
Visually, #75A075 is defined as a muted green. Its closest recognized web color is Darkseagreen. This translates to an RGB value of rgb(117, 160, 117).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 0% M, 27% Y, and 37% K. With a hue angle of 120.0 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75A075
RGB117, 160, 117
HSL120.0°, 18.5%, 54.3%
CMYK27%, 0%, 27%, 37%
HSV120.0°, 26.9%, 62.7%
LAB61.8, -23.4, 17.8
XYZ23.1, 30.2, 21.4
Decimal7708789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A075;
}
.text-color {
color: #75A075;
}
.border-color {
border: 2px solid #75A075;
}