#007507
A dark, vivid green closely aligning with Green.
About #007507
Visually, #007507 is defined as a vivid green. Its closest recognized web color is Green. In the RGB color space, it consists of 0 red, 117 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 94% Yellow, and 54% Black. With a hue angle of 123.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 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#007507
RGB0, 117, 7
HSL123.6°, 100.0%, 22.9%
CMYK100%, 0%, 94%, 54%
HSV123.6°, 100.0%, 45.9%
LAB42.4, -48.2, 45.2
XYZ6.4, 12.7, 2.3
Decimal29959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #007507;
}
.text-color {
color: #007507;
}
.border-color {
border: 2px solid #007507;
}