#758A3A
A dark, moderate green closely aligning with Olivedrab.
About #758A3A
Visually, #758A3A is defined as a moderate green. 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, 138, and 58.
If you are designing for print, the four-color process is what matters most. The color uses 15% Cyan, 0% Magenta, 58% Yellow, and 46% Black. With a hue angle of 75.8 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#758A3A
RGB117, 138, 58
HSL75.8°, 40.8%, 38.4%
CMYK15%, 0%, 58%, 46%
HSV75.8°, 58.0%, 54.1%
LAB54.3, -20.3, 39.6
XYZ17.2, 22.3, 7.4
Decimal7703098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758A3A;
}
.text-color {
color: #758A3A;
}
.border-color {
border: 2px solid #758A3A;
}