#75A849
A medium, moderate green closely aligning with Olivedrab.
About #75A849
Visually, #75A849 is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 117 red, 168 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 57% Y, and 34% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75A849
RGB117, 168, 73
HSL92.2°, 39.4%, 47.3%
CMYK30%, 0%, 57%, 34%
HSV92.2°, 56.5%, 65.9%
LAB63.6, -33.5, 43.1
XYZ22.5, 32.3, 11.3
Decimal7710793
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.82:1
Text on #FFFFFF
FAIL
7.45:1
Text on #000000
AAA
2.69:1
Text on #F8FAFC
FAIL
6.34:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A849;
}
.text-color {
color: #75A849;
}
.border-color {
border: 2px solid #75A849;
}