#078357
A dark, vivid green closely aligning with Seagreen.
About #078357
Visually, #078357 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 131, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 95% C, 0% M, 34% Y, and 49% K. With a hue angle of 158.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#078357
RGB7, 131, 87
HSL158.7°, 89.9%, 27.1%
CMYK95%, 0%, 34%, 49%
HSV158.7°, 94.7%, 51.4%
LAB48.2, -41.4, 15.5
XYZ9.9, 17.0, 11.8
Decimal492375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #078357;
}
.text-color {
color: #078357;
}
.border-color {
border: 2px solid #078357;
}