Shades of Pigment Green #07963E
Tints of Pigment Green #07963E
RGB
CMYK
RGB Variations
Color information
#07963E (or 0x07963E) is known color: Pigment Green. HEX triplet: 07, 96 and 3E. RGB value is (7,150,62). Sum of RGB (Red+Green+Blue) = 7+150+62=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #07963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07963E is #F869C1. Grayscale: #616161. Windows color (decimal): -16280002 or 4101639. OLE color: 4101639.
HSL color Cylindrical-coordinate representation of color #07963E: hue angle of 143.08º 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 #07963E is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 150 | 62 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.41 |
| HSL | 143.08º | 0.91% | 0.31% | - |
| HSV(B) | 143.08º | 0.95% | 0.59% | - |
| XYZ | 11.86 | 22.21 | 8.22 | - |
| YUV | 97.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 62 | 0.95 | 0 | 0.59 | 0.41 | 143.08 | 0.91 | 0.31 |
| Hex | 7 | 96 | 3E | 5F | 0 | 3B | 29 | 8F | 5B | 1F |
| Octal | 7 | 226 | 76 | 137 | 0 | 73 | 51 | 217 | 133 | 37 |
| Binary | 111 | 10010110 | 111110 | 1011111 | 0 | 111011 | 101001 | 10001111 | 1011011 | 11111 |
Color Harmonies of #07963E
Complementary color
Monochromatic Colors of #07963E
Black with #07963E
Text Example
Text Example
White with #07963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07963E; }
p { color: rgb(7,150,62); }
H1.HeaderClassName
{
color: #07963E;
}
.AnyTagClassName
{
color: #07963E;
}
</style>
background-color css
<style>
a { background-color: #07963E; }
a { background-color: rgb(7,150,62); }
div.DivClassName
{
background-color: #07963E;
}
.BgClassName
{
background-color: #07963E;
}
</style>
border-color css
<style>
span { border-color: #07963E; }
span { border-color: rgb(7,150,62); }
td.TdClassName
{
border-color: #07963E;
}
.TagClassName
{
border-color: #07963E;
}
</style>