#75A007
A dark, vivid green closely aligning with Olivedrab.
About #75A007
The precise color #75A007 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 160, and 7.
If you are designing for print, the four-color process is what matters most. The color uses 27% Cyan, 0% Magenta, 96% Yellow, and 37% Black. With a hue angle of 76.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75A007
RGB117, 160, 7
HSL76.9°, 91.6%, 32.7%
CMYK27%, 0%, 96%, 37%
HSV76.9°, 95.6%, 62.7%
LAB60.7, -33.6, 62.0
XYZ19.9, 28.9, 4.7
Decimal7708679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.96:1
Text on #F8FAFC
FAIL
5.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A007;
}
.text-color {
color: #75A007;
}
.border-color {
border: 2px solid #75A007;
}