Shades of Pigment Green #079132
Tints of Pigment Green #079132
RGB
CMYK
RGB Variations
Color information
#079132 (or 0x079132) is known color: Pigment Green. HEX triplet: 07, 91 and 32. RGB value is (7,145,50). Sum of RGB (Red+Green+Blue) = 7+145+50=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 145 (57.03% from 255 or 71.78% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 145 - color contains mainly: green. Hex color #079132 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079132 is #F86ECD. Grayscale: #5D5D5D. Windows color (decimal): -16281294 or 3313927. OLE color: 3313927.
HSL color Cylindrical-coordinate representation of color #079132: hue angle of 138.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079132 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 145 | 50 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.43 |
| HSL | 138.7º | 0.91% | 0.3% | - |
| HSV(B) | 138.7º | 0.95% | 0.57% | - |
| XYZ | 10.79 | 20.53 | 6.41 | - |
| YUV | 92.91 | 103.78 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 145 | 50 | 0.95 | 0 | 0.66 | 0.43 | 138.7 | 0.91 | 0.3 |
| Hex | 7 | 91 | 32 | 5F | 0 | 42 | 2B | 8B | 5B | 1E |
| Octal | 7 | 221 | 62 | 137 | 0 | 102 | 53 | 213 | 133 | 36 |
| Binary | 111 | 10010001 | 110010 | 1011111 | 0 | 1000010 | 101011 | 10001011 | 1011011 | 11110 |
Color Harmonies of #079132
Complementary color
Monochromatic Colors of #079132
Black with #079132
Text Example
Text Example
White with #079132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079132; }
p { color: rgb(7,145,50); }
H1.HeaderClassName
{
color: #079132;
}
.AnyTagClassName
{
color: #079132;
}
</style>
background-color css
<style>
a { background-color: #079132; }
a { background-color: rgb(7,145,50); }
div.DivClassName
{
background-color: #079132;
}
.BgClassName
{
background-color: #079132;
}
</style>
border-color css
<style>
span { border-color: #079132; }
span { border-color: rgb(7,145,50); }
td.TdClassName
{
border-color: #079132;
}
.TagClassName
{
border-color: #079132;
}
</style>