Shades of Pigment Green #078F33
Tints of Pigment Green #078F33
RGB
CMYK
RGB Variations
Color information
#078F33 (or 0x078F33) is known color: Pigment Green. HEX triplet: 07, 8F and 33. RGB value is (7,143,51). Sum of RGB (Red+Green+Blue) = 7+143+51=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #078F33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078F33 is #F870CC. Grayscale: #5C5C5C. Windows color (decimal): -16281805 or 3378951. OLE color: 3378951.
HSL color Cylindrical-coordinate representation of color #078F33: hue angle of 139.41º 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 #078F33 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 143 | 51 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.44 |
| HSL | 139.41º | 0.91% | 0.29% | - |
| HSV(B) | 139.41º | 0.95% | 0.56% | - |
| XYZ | 10.51 | 19.93 | 6.42 | - |
| YUV | 91.85 | 104.94 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 143 | 51 | 0.95 | 0 | 0.64 | 0.44 | 139.41 | 0.91 | 0.29 |
| Hex | 7 | 8F | 33 | 5F | 0 | 40 | 2C | 8B | 5B | 1D |
| Octal | 7 | 217 | 63 | 137 | 0 | 100 | 54 | 213 | 133 | 35 |
| Binary | 111 | 10001111 | 110011 | 1011111 | 0 | 1000000 | 101100 | 10001011 | 1011011 | 11101 |
Color Harmonies of #078F33
Complementary color
Monochromatic Colors of #078F33
Black with #078F33
Text Example
Text Example
White with #078F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078F33; }
p { color: rgb(7,143,51); }
H1.HeaderClassName
{
color: #078F33;
}
.AnyTagClassName
{
color: #078F33;
}
</style>
background-color css
<style>
a { background-color: #078F33; }
a { background-color: rgb(7,143,51); }
div.DivClassName
{
background-color: #078F33;
}
.BgClassName
{
background-color: #078F33;
}
</style>
border-color css
<style>
span { border-color: #078F33; }
span { border-color: rgb(7,143,51); }
td.TdClassName
{
border-color: #078F33;
}
.TagClassName
{
border-color: #078F33;
}
</style>