Shades of Pigment Green #078E40
Tints of Pigment Green #078E40
RGB
CMYK
RGB Variations
Color information
#078E40 (or 0x078E40) is known color: Pigment Green. HEX triplet: 07, 8E and 40. RGB value is (7,142,64). Sum of RGB (Red+Green+Blue) = 7+142+64=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 142 (55.86% from 255 or 66.67% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 142 - color contains mainly: green. Hex color #078E40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078E40 is #F871BF. Grayscale: #5C5C5C. Windows color (decimal): -16282048 or 4230663. OLE color: 4230663.
HSL color Cylindrical-coordinate representation of color #078E40: hue angle of 145.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078E40 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 142 | 64 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.44 |
| HSL | 145.33º | 0.91% | 0.29% | - |
| HSV(B) | 145.33º | 0.95% | 0.56% | - |
| XYZ | 10.69 | 19.76 | 8.1 | - |
| YUV | 92.74 | 111.77 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 64 | 0.95 | 0 | 0.55 | 0.44 | 145.33 | 0.91 | 0.29 |
| Hex | 7 | 8E | 40 | 5F | 0 | 37 | 2C | 91 | 5B | 1D |
| Octal | 7 | 216 | 100 | 137 | 0 | 67 | 54 | 221 | 133 | 35 |
| Binary | 111 | 10001110 | 1000000 | 1011111 | 0 | 110111 | 101100 | 10010001 | 1011011 | 11101 |
Color Harmonies of #078E40
Complementary color
Monochromatic Colors of #078E40
Black with #078E40
Text Example
Text Example
White with #078E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078E40; }
p { color: rgb(7,142,64); }
H1.HeaderClassName
{
color: #078E40;
}
.AnyTagClassName
{
color: #078E40;
}
</style>
background-color css
<style>
a { background-color: #078E40; }
a { background-color: rgb(7,142,64); }
div.DivClassName
{
background-color: #078E40;
}
.BgClassName
{
background-color: #078E40;
}
</style>
border-color css
<style>
span { border-color: #078E40; }
span { border-color: rgb(7,142,64); }
td.TdClassName
{
border-color: #078E40;
}
.TagClassName
{
border-color: #078E40;
}
</style>