#007500
A dark, vivid green closely aligning with Green.
About #007500
When working with digital screens, the color #007500 is rendered by mixing light. Its closest recognized web color is Green. Its digital footprint relies on 0 parts red, 117 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 100% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#007500
RGB0, 117, 0
HSL120.0°, 100.0%, 22.9%
CMYK100%, 0%, 100%, 54%
HSV120.0°, 100.0%, 45.9%
LAB42.3, -48.5, 46.8
XYZ6.4, 12.7, 2.1
Decimal29952
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007500;
}
.text-color {
color: #007500;
}
.border-color {
border: 2px solid #007500;
}