#079200
A dark, vivid green closely aligning with Green.
About #079200
When working with digital screens, the color #079200 is rendered by mixing light. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(7, 146, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 95% cyan and 0% magenta inks. The HSL representation is 117.1° hue, 100.0% saturation, and 28.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#079200
RGB7, 146, 0
HSL117.1°, 100.0%, 28.6%
CMYK95%, 0%, 100%, 43%
HSV117.1°, 100.0%, 57.3%
LAB52.5, -56.4, 55.0
XYZ10.4, 20.6, 3.4
Decimal496128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #079200;
}
.text-color {
color: #079200;
}
.border-color {
border: 2px solid #079200;
}