Shades of Green #007816
Tints of Green #007816
RGB
CMYK
RGB Variations
Color information
#007816 (or 0x007816) is known color: Green. HEX triplet: 00, 78 and 16. RGB value is (0,120,22). Sum of RGB (Red+Green+Blue) = 0+120+22=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #007816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007816 is #FF87E9. Grayscale: #494949. Windows color (decimal): -16746474 or 1472512. OLE color: 1472512.
HSL color Cylindrical-coordinate representation of color #007816: hue angle of 131º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007816 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 22 | - |
| CMYK | 1 | 0 | 0.82 | 0.53 |
| HSL | 131º | 1% | 0.24% | - |
| HSV(B) | 131º | 1% | 0.47% | - |
| XYZ | 6.86 | 13.49 | 3 | - |
| YUV | 72.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 22 | 1 | 0 | 0.82 | 0.53 | 131 | 1 | 0.24 |
| Hex | 0 | 78 | 16 | 64 | 0 | 52 | 35 | 83 | 64 | 18 |
| Octal | 0 | 170 | 26 | 144 | 0 | 122 | 65 | 203 | 144 | 30 |
| Binary | 0 | 1111000 | 10110 | 1100100 | 0 | 1010010 | 110101 | 10000011 | 1100100 | 11000 |
Color Harmonies of #007816
Complementary color
Monochromatic Colors of #007816
Black with #007816
Text Example
Text Example
White with #007816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007816; }
p { color: rgb(0,120,22); }
H1.HeaderClassName
{
color: #007816;
}
.AnyTagClassName
{
color: #007816;
}
</style>
background-color css
<style>
a { background-color: #007816; }
a { background-color: rgb(0,120,22); }
div.DivClassName
{
background-color: #007816;
}
.BgClassName
{
background-color: #007816;
}
</style>
border-color css
<style>
span { border-color: #007816; }
span { border-color: rgb(0,120,22); }
td.TdClassName
{
border-color: #007816;
}
.TagClassName
{
border-color: #007816;
}
</style>