Shades of Green #096916
Tints of Green #096916
RGB
CMYK
RGB Variations
Color information
#096916 (or 0x096916) is known color: Green. HEX triplet: 09, 69 and 16. RGB value is (9,105,22). Sum of RGB (Red+Green+Blue) = 9+105+22=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 105 (41.41% from 255 or 77.21% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 105 - color contains mainly: green. Hex color #096916 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096916 is #F696E9. Grayscale: #434343. Windows color (decimal): -16160490 or 1468681. OLE color: 1468681.
HSL color Cylindrical-coordinate representation of color #096916: hue angle of 128.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096916 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 22 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.59 |
| HSL | 128.13º | 0.84% | 0.22% | - |
| HSV(B) | 128.13º | 0.91% | 0.41% | - |
| XYZ | 5.31 | 10.22 | 2.45 | - |
| YUV | 66.83 | 102.7 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 22 | 0.91 | 0 | 0.79 | 0.59 | 128.13 | 0.84 | 0.22 |
| Hex | 9 | 69 | 16 | 5B | 0 | 4F | 3B | 80 | 54 | 16 |
| Octal | 11 | 151 | 26 | 133 | 0 | 117 | 73 | 200 | 124 | 26 |
| Binary | 1001 | 1101001 | 10110 | 1011011 | 0 | 1001111 | 111011 | 10000000 | 1010100 | 10110 |
Color Harmonies of #096916
Complementary color
Monochromatic Colors of #096916
Black with #096916
Text Example
Text Example
White with #096916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096916; }
p { color: rgb(9,105,22); }
H1.HeaderClassName
{
color: #096916;
}
.AnyTagClassName
{
color: #096916;
}
</style>
background-color css
<style>
a { background-color: #096916; }
a { background-color: rgb(9,105,22); }
div.DivClassName
{
background-color: #096916;
}
.BgClassName
{
background-color: #096916;
}
</style>
border-color css
<style>
span { border-color: #096916; }
span { border-color: rgb(9,105,22); }
td.TdClassName
{
border-color: #096916;
}
.TagClassName
{
border-color: #096916;
}
</style>