#078A07
A dark, vivid green closely aligning with Green.
About #078A07
The hex code #078A07 represents a beautifully specific shade of green. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(7, 138, 7).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 95% cyan and 0% magenta inks. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#078A07
RGB7, 138, 7
HSL120.0°, 90.3%, 28.4%
CMYK95%, 0%, 95%, 46%
HSV120.0°, 94.9%, 54.1%
LAB49.8, -53.9, 51.5
XYZ9.2, 18.2, 3.2
Decimal494087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.52:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.32:1
Text on #F8FAFC
AA Large
3.95:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078A07;
}
.text-color {
color: #078A07;
}
.border-color {
border: 2px solid #078A07;
}