Shades of Pigment Green #079540
Tints of Pigment Green #079540
RGB
CMYK
RGB Variations
Color information
#079540 (or 0x079540) is known color: Pigment Green. HEX triplet: 07, 95 and 40. RGB value is (7,149,64). Sum of RGB (Red+Green+Blue) = 7+149+64=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 149 (58.59% from 255 or 67.73% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 149 - color contains mainly: green. Hex color #079540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079540 is #F86ABF. Grayscale: #616161. Windows color (decimal): -16280256 or 4232455. OLE color: 4232455.
HSL color Cylindrical-coordinate representation of color #079540: hue angle of 144.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079540 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 149 | 64 | - |
| CMYK | 0.95 | 0 | 0.57 | 0.42 |
| HSL | 144.08º | 0.91% | 0.31% | - |
| HSV(B) | 144.08º | 0.95% | 0.58% | - |
| XYZ | 11.76 | 21.91 | 8.46 | - |
| YUV | 96.85 | 109.46 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 149 | 64 | 0.95 | 0 | 0.57 | 0.42 | 144.08 | 0.91 | 0.31 |
| Hex | 7 | 95 | 40 | 5F | 0 | 39 | 2A | 90 | 5B | 1F |
| Octal | 7 | 225 | 100 | 137 | 0 | 71 | 52 | 220 | 133 | 37 |
| Binary | 111 | 10010101 | 1000000 | 1011111 | 0 | 111001 | 101010 | 10010000 | 1011011 | 11111 |
Color Harmonies of #079540
Complementary color
Monochromatic Colors of #079540
Black with #079540
Text Example
Text Example
White with #079540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079540; }
p { color: rgb(7,149,64); }
H1.HeaderClassName
{
color: #079540;
}
.AnyTagClassName
{
color: #079540;
}
</style>
background-color css
<style>
a { background-color: #079540; }
a { background-color: rgb(7,149,64); }
div.DivClassName
{
background-color: #079540;
}
.BgClassName
{
background-color: #079540;
}
</style>
border-color css
<style>
span { border-color: #079540; }
span { border-color: rgb(7,149,64); }
td.TdClassName
{
border-color: #079540;
}
.TagClassName
{
border-color: #079540;
}
</style>