#077C00
A dark, vivid green closely aligning with Green.
About #077C00
The precise color #077C00 is an excellent choice for modern design projects. It is closely associated with the named CSS color Green. This translates to an RGB value of rgb(7, 124, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 100% Y, and 51% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#077C00
RGB7, 124, 0
HSL116.6°, 100.0%, 24.3%
CMYK94%, 0%, 100%, 51%
HSV116.6°, 100.0%, 48.6%
LAB44.9, -50.0, 48.8
XYZ7.3, 14.5, 2.4
Decimal490496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.40:1
Text on #FFFFFF
AA
3.89:1
Text on #000000
AA Large
5.16:1
Text on #F8FAFC
AA
3.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #077C00;
}
.text-color {
color: #077C00;
}
.border-color {
border: 2px solid #077C00;
}