#07500F
A very dark, vivid green closely aligning with Darkgreen.
About #07500F
Visually, #07500F is defined as a vivid green. Designers often compare it to the standard color Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 0% M, 81% Y, and 69% K. With a hue angle of 126.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07500F
RGB7, 80, 15
HSL126.6°, 83.9%, 17.1%
CMYK91%, 0%, 81%, 69%
HSV126.6°, 91.2%, 31.4%
LAB28.9, -35.0, 30.5
XYZ3.0, 5.8, 1.4
Decimal479247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.71:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.28:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07500F;
}
.text-color {
color: #07500F;
}
.border-color {
border: 2px solid #07500F;
}