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