#75A050
A medium, moderate green closely aligning with Olivedrab.
About #75A050
The precise color #75A050 is an excellent choice for modern design projects. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(117, 160, 80).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 27% cyan and 0% magenta inks. The HSL representation is 92.3° hue, 33.3% saturation, and 47.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75A050
RGB117, 160, 80
HSL92.3°, 33.3%, 47.1%
CMYK27%, 0%, 50%, 37%
HSV92.3°, 50.0%, 62.7%
LAB61.2, -28.9, 36.8
XYZ21.4, 29.5, 12.2
Decimal7708752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.90:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A050;
}
.text-color {
color: #75A050;
}
.border-color {
border: 2px solid #75A050;
}