#75A05F
A medium, muted green closely aligning with Darkseagreen.
About #75A05F
Visually, #75A05F is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 117 parts red, 160 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 0% Magenta, 41% Yellow, and 37% Black. With a hue angle of 99.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#75A05F
RGB117, 160, 95
HSL99.7°, 25.5%, 50.0%
CMYK27%, 0%, 41%, 37%
HSV99.7°, 40.6%, 62.7%
LAB61.4, -26.9, 29.3
XYZ22.0, 29.7, 15.4
Decimal7708767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.02:1
Text on #FFFFFF
AA Large
6.95:1
Text on #000000
AA
2.89:1
Text on #F8FAFC
FAIL
5.91:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A05F;
}
.text-color {
color: #75A05F;
}
.border-color {
border: 2px solid #75A05F;
}