Shades of Pigment Green #078E38
Tints of Pigment Green #078E38
RGB
CMYK
RGB Variations
Color information
#078E38 (or 0x078E38) is known color: Pigment Green. HEX triplet: 07, 8E and 38. RGB value is (7,142,56). Sum of RGB (Red+Green+Blue) = 7+142+56=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 142 (55.86% from 255 or 69.27% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 142 - color contains mainly: green. Hex color #078E38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078E38 is #F871C7. Grayscale: #5C5C5C. Windows color (decimal): -16282056 or 3706375. OLE color: 3706375.
HSL color Cylindrical-coordinate representation of color #078E38: hue angle of 141.78º 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 #078E38 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 142 | 56 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.44 |
| HSL | 141.78º | 0.91% | 0.29% | - |
| HSV(B) | 141.78º | 0.95% | 0.56% | - |
| XYZ | 10.47 | 19.68 | 6.99 | - |
| YUV | 91.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 142 | 56 | 0.95 | 0 | 0.61 | 0.44 | 141.78 | 0.91 | 0.29 |
| Hex | 7 | 8E | 38 | 5F | 0 | 3D | 2C | 8E | 5B | 1D |
| Octal | 7 | 216 | 70 | 137 | 0 | 75 | 54 | 216 | 133 | 35 |
| Binary | 111 | 10001110 | 111000 | 1011111 | 0 | 111101 | 101100 | 10001110 | 1011011 | 11101 |
Color Harmonies of #078E38
Complementary color
Monochromatic Colors of #078E38
Black with #078E38
Text Example
Text Example
White with #078E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078E38; }
p { color: rgb(7,142,56); }
H1.HeaderClassName
{
color: #078E38;
}
.AnyTagClassName
{
color: #078E38;
}
</style>
background-color css
<style>
a { background-color: #078E38; }
a { background-color: rgb(7,142,56); }
div.DivClassName
{
background-color: #078E38;
}
.BgClassName
{
background-color: #078E38;
}
</style>
border-color css
<style>
span { border-color: #078E38; }
span { border-color: rgb(7,142,56); }
td.TdClassName
{
border-color: #078E38;
}
.TagClassName
{
border-color: #078E38;
}
</style>