Shades of Green #007716
Tints of Green #007716
RGB
CMYK
RGB Variations
Color information
#007716 (or 0x007716) is known color: Green. HEX triplet: 00, 77 and 16. RGB value is (0,119,22). Sum of RGB (Red+Green+Blue) = 0+119+22=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 119 (46.88% from 255 or 84.40% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 119 - color contains mainly: green. Hex color #007716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007716 is #FF88E9. Grayscale: #484848. Windows color (decimal): -16746730 or 1472256. OLE color: 1472256.
HSL color Cylindrical-coordinate representation of color #007716: hue angle of 131.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007716 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 22 | - |
| CMYK | 1 | 0 | 0.82 | 0.53 |
| HSL | 131.09º | 1% | 0.23% | - |
| HSV(B) | 131.09º | 1% | 0.47% | - |
| XYZ | 6.74 | 13.25 | 2.96 | - |
| YUV | 72.36 | 99.58 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 22 | 1 | 0 | 0.82 | 0.53 | 131.09 | 1 | 0.23 |
| Hex | 0 | 77 | 16 | 64 | 0 | 52 | 35 | 83 | 64 | 17 |
| Octal | 0 | 167 | 26 | 144 | 0 | 122 | 65 | 203 | 144 | 27 |
| Binary | 0 | 1110111 | 10110 | 1100100 | 0 | 1010010 | 110101 | 10000011 | 1100100 | 10111 |
Color Harmonies of #007716
Complementary color
Monochromatic Colors of #007716
Black with #007716
Text Example
Text Example
White with #007716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007716; }
p { color: rgb(0,119,22); }
H1.HeaderClassName
{
color: #007716;
}
.AnyTagClassName
{
color: #007716;
}
</style>
background-color css
<style>
a { background-color: #007716; }
a { background-color: rgb(0,119,22); }
div.DivClassName
{
background-color: #007716;
}
.BgClassName
{
background-color: #007716;
}
</style>
border-color css
<style>
span { border-color: #007716; }
span { border-color: rgb(0,119,22); }
td.TdClassName
{
border-color: #007716;
}
.TagClassName
{
border-color: #007716;
}
</style>