#75993A
A medium, moderate green closely aligning with Olivedrab.
About #75993A
Visually, #75993A is defined as a moderate green. Designers often compare it to the standard color Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 153, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 24% cyan, 0% magenta, 62% yellow, and 40% black. With a hue angle of 82.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#75993A
RGB117, 153, 58
HSL82.7°, 45.0%, 41.4%
CMYK24%, 0%, 62%, 40%
HSV82.7°, 62.1%, 60.0%
LAB58.9, -27.8, 44.7
XYZ19.5, 26.9, 8.2
Decimal7706938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.29:1
Text on #FFFFFF
AA Large
6.37:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75993A;
}
.text-color {
color: #75993A;
}
.border-color {
border: 2px solid #75993A;
}