Shades of Pigment Green #078F49
Tints of Pigment Green #078F49
RGB
CMYK
RGB Variations
Color information
#078F49 (or 0x078F49) is known color: Pigment Green. HEX triplet: 07, 8F and 49. RGB value is (7,143,73). Sum of RGB (Red+Green+Blue) = 7+143+73=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #078F49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078F49 is #F870B6. Grayscale: #5E5E5E. Windows color (decimal): -16281783 or 4820743. OLE color: 4820743.
HSL color Cylindrical-coordinate representation of color #078F49: hue angle of 149.12º 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 #078F49 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 73 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.44 |
| HSL | 149.12º | 0.91% | 0.29% | - |
| HSV(B) | 149.12º | 0.95% | 0.56% | - |
| XYZ | 11.11 | 20.17 | 9.61 | - |
| YUV | 94.36 | 115.94 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 73 | 0.95 | 0 | 0.49 | 0.44 | 149.12 | 0.91 | 0.29 |
| Hex | 7 | 8F | 49 | 5F | 0 | 31 | 2C | 95 | 5B | 1D |
| Octal | 7 | 217 | 111 | 137 | 0 | 61 | 54 | 225 | 133 | 35 |
| Binary | 111 | 10001111 | 1001001 | 1011111 | 0 | 110001 | 101100 | 10010101 | 1011011 | 11101 |
Color Harmonies of #078F49
Complementary color
Monochromatic Colors of #078F49
Black with #078F49
Text Example
Text Example
White with #078F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F49; }
p { color: rgb(7,143,73); }
H1.HeaderClassName
{
color: #078F49;
}
.AnyTagClassName
{
color: #078F49;
}
</style>
background-color css
<style>
a { background-color: #078F49; }
a { background-color: rgb(7,143,73); }
div.DivClassName
{
background-color: #078F49;
}
.BgClassName
{
background-color: #078F49;
}
</style>
border-color css
<style>
span { border-color: #078F49; }
span { border-color: rgb(7,143,73); }
td.TdClassName
{
border-color: #078F49;
}
.TagClassName
{
border-color: #078F49;
}
</style>