Shades of Green #006916
Tints of Green #006916
RGB
CMYK
RGB Variations
Color information
#006916 (or 0x006916) is known color: Green. HEX triplet: 00, 69 and 16. RGB value is (0,105,22). Sum of RGB (Red+Green+Blue) = 0+105+22=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 105 (41.41% from 255 or 82.68% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 105 - color contains mainly: green. Hex color #006916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006916 is #FF96E9. Grayscale: #404040. Windows color (decimal): -16750314 or 1468672. OLE color: 1468672.
HSL color Cylindrical-coordinate representation of color #006916: hue angle of 132.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006916 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 22 | - |
| CMYK | 1 | 0 | 0.79 | 0.59 |
| HSL | 132.57º | 1% | 0.21% | - |
| HSV(B) | 132.57º | 1% | 0.41% | - |
| XYZ | 5.2 | 10.16 | 2.45 | - |
| YUV | 64.14 | 104.21 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 22 | 1 | 0 | 0.79 | 0.59 | 132.57 | 1 | 0.21 |
| Hex | 0 | 69 | 16 | 64 | 0 | 4F | 3B | 85 | 64 | 15 |
| Octal | 0 | 151 | 26 | 144 | 0 | 117 | 73 | 205 | 144 | 25 |
| Binary | 0 | 1101001 | 10110 | 1100100 | 0 | 1001111 | 111011 | 10000101 | 1100100 | 10101 |
Color Harmonies of #006916
Complementary color
Monochromatic Colors of #006916
Black with #006916
Text Example
Text Example
White with #006916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006916; }
p { color: rgb(0,105,22); }
H1.HeaderClassName
{
color: #006916;
}
.AnyTagClassName
{
color: #006916;
}
</style>
background-color css
<style>
a { background-color: #006916; }
a { background-color: rgb(0,105,22); }
div.DivClassName
{
background-color: #006916;
}
.BgClassName
{
background-color: #006916;
}
</style>
border-color css
<style>
span { border-color: #006916; }
span { border-color: rgb(0,105,22); }
td.TdClassName
{
border-color: #006916;
}
.TagClassName
{
border-color: #006916;
}
</style>