#07490F
A very dark, vivid green closely aligning with Darkgreen.
About #07490F
Visually, #07490F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 7 red, 73 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 90% Cyan, 0% Magenta, 79% Yellow, and 71% Black. With a hue angle of 127.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07490F
RGB7, 73, 15
HSL127.3°, 82.5%, 15.7%
CMYK90%, 0%, 79%, 71%
HSV127.3°, 90.4%, 28.6%
LAB26.3, -32.5, 27.8
XYZ2.6, 4.8, 1.3
Decimal477455
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.67:1
Text on #FFFFFF
AAA
1.97:1
Text on #000000
FAIL
10.19:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07490F;
}
.text-color {
color: #07490F;
}
.border-color {
border: 2px solid #07490F;
}