Shades of Pigment Green #079752
Tints of Pigment Green #079752
RGB
CMYK
RGB Variations
Color information
#079752 (or 0x079752) is known color: Pigment Green. HEX triplet: 07, 97 and 52. RGB value is (7,151,82). Sum of RGB (Red+Green+Blue) = 7+151+82=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 151 (59.38% from 255 or 62.92% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 151 - color contains mainly: green. Hex color #079752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #079752 is #F868AD. Grayscale: #646464. Windows color (decimal): -16279726 or 5412615. OLE color: 5412615.
HSL color Cylindrical-coordinate representation of color #079752: hue angle of 151.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079752 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 151 | 82 | - |
| CMYK | 0.95 | 0 | 0.46 | 0.41 |
| HSL | 151.25º | 0.91% | 0.31% | - |
| HSV(B) | 151.25º | 0.95% | 0.59% | - |
| XYZ | 12.68 | 22.79 | 11.71 | - |
| YUV | 100.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 82 | 0.95 | 0 | 0.46 | 0.41 | 151.25 | 0.91 | 0.31 |
| Hex | 7 | 97 | 52 | 5F | 0 | 2E | 29 | 97 | 5B | 1F |
| Octal | 7 | 227 | 122 | 137 | 0 | 56 | 51 | 227 | 133 | 37 |
| Binary | 111 | 10010111 | 1010010 | 1011111 | 0 | 101110 | 101001 | 10010111 | 1011011 | 11111 |
Color Harmonies of #079752
Complementary color
Monochromatic Colors of #079752
Black with #079752
Text Example
Text Example
White with #079752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079752; }
p { color: rgb(7,151,82); }
H1.HeaderClassName
{
color: #079752;
}
.AnyTagClassName
{
color: #079752;
}
</style>
background-color css
<style>
a { background-color: #079752; }
a { background-color: rgb(7,151,82); }
div.DivClassName
{
background-color: #079752;
}
.BgClassName
{
background-color: #079752;
}
</style>
border-color css
<style>
span { border-color: #079752; }
span { border-color: rgb(7,151,82); }
td.TdClassName
{
border-color: #079752;
}
.TagClassName
{
border-color: #079752;
}
</style>