#074900
A very dark, vivid green closely aligning with Darkgreen.
About #074900
At its core, #074900 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 73, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 90% C, 0% M, 100% Y, and 71% K. This makes it a relatively dark color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#074900
RGB7, 73, 0
HSL114.2°, 100.0%, 14.3%
CMYK90%, 0%, 100%, 71%
HSV114.2°, 100.0%, 28.6%
LAB26.2, -33.7, 33.7
XYZ2.5, 4.8, 0.8
Decimal477440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.70:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.23:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #074900;
}
.text-color {
color: #074900;
}
.border-color {
border: 2px solid #074900;
}