#078A42
A dark, vivid green closely aligning with Seagreen.
About #078A42
The hex code #078A42 represents a beautifully specific shade of green. Designers often compare it to the standard color Seagreen. This translates to an RGB value of rgb(7, 138, 66).
If you are designing for print, the four-color process is what matters most. The color uses 95% Cyan, 0% Magenta, 52% Yellow, and 46% Black. With a hue angle of 147.0 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#078A42
RGB7, 138, 66
HSL147.0°, 90.3%, 28.4%
CMYK95%, 0%, 52%, 46%
HSV147.0°, 94.9%, 54.1%
LAB50.2, -48.2, 29.7
XYZ10.2, 18.6, 8.2
Decimal494146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078A42;
}
.text-color {
color: #078A42;
}
.border-color {
border: 2px solid #078A42;
}