Shades of Pigment Green #079952
Tints of Pigment Green #079952
RGB
CMYK
RGB Variations
Color information
#079952 (or 0x079952) is known color: Pigment Green. HEX triplet: 07, 99 and 52. RGB value is (7,153,82). Sum of RGB (Red+Green+Blue) = 7+153+82=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #079952 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079952 is #F866AD. Grayscale: #656565. Windows color (decimal): -16279214 or 5413127. OLE color: 5413127.
HSL color Cylindrical-coordinate representation of color #079952: hue angle of 150.82º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079952 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 153 | 82 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.4 |
| HSL | 150.82º | 0.91% | 0.31% | - |
| HSV(B) | 150.82º | 0.95% | 0.6% | - |
| XYZ | 13 | 23.44 | 11.82 | - |
| YUV | 101.25 | 117.13 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 82 | 0.95 | 0 | 0.46 | 0.4 | 150.82 | 0.91 | 0.31 |
| Hex | 7 | 99 | 52 | 5F | 0 | 2E | 28 | 97 | 5B | 1F |
| Octal | 7 | 231 | 122 | 137 | 0 | 56 | 50 | 227 | 133 | 37 |
| Binary | 111 | 10011001 | 1010010 | 1011111 | 0 | 101110 | 101000 | 10010111 | 1011011 | 11111 |
Color Harmonies of #079952
Complementary color
Monochromatic Colors of #079952
Black with #079952
Text Example
Text Example
White with #079952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079952; }
p { color: rgb(7,153,82); }
H1.HeaderClassName
{
color: #079952;
}
.AnyTagClassName
{
color: #079952;
}
</style>
background-color css
<style>
a { background-color: #079952; }
a { background-color: rgb(7,153,82); }
div.DivClassName
{
background-color: #079952;
}
.BgClassName
{
background-color: #079952;
}
</style>
border-color css
<style>
span { border-color: #079952; }
span { border-color: rgb(7,153,82); }
td.TdClassName
{
border-color: #079952;
}
.TagClassName
{
border-color: #079952;
}
</style>