#079966
A dark, vivid green closely aligning with Seagreen.
About #079966
The hex code #079966 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(7, 153, 102).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 95% cyan and 0% magenta inks. The HSL representation is 159.0° hue, 91.2% saturation, and 31.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#079966
RGB7, 153, 102
HSL159.0°, 91.2%, 31.4%
CMYK95%, 0%, 33%, 40%
HSV159.0°, 95.4%, 60.0%
LAB55.9, -46.5, 17.4
XYZ13.9, 23.8, 16.4
Decimal498022
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #079966;
}
.text-color {
color: #079966;
}
.border-color {
border: 2px solid #079966;
}