Shades of Green #097016
Tints of Green #097016
RGB
CMYK
RGB Variations
Color information
#097016 (or 0x097016) is known color: Green. HEX triplet: 09, 70 and 16. RGB value is (9,112,22). Sum of RGB (Red+Green+Blue) = 9+112+22=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #097016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097016 is #F68FE9. Grayscale: #474747. Windows color (decimal): -16158698 or 1470473. OLE color: 1470473.
HSL color Cylindrical-coordinate representation of color #097016: hue angle of 127.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097016 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 22 | - |
| CMYK | 0.92 | 0 | 0.80 | 0.56 |
| HSL | 127.57º | 0.85% | 0.24% | - |
| HSV(B) | 127.57º | 0.92% | 0.44% | - |
| XYZ | 6.05 | 11.7 | 2.7 | - |
| YUV | 70.94 | 100.38 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 22 | 0.92 | 0 | 0.80 | 0.56 | 127.57 | 0.85 | 0.24 |
| Hex | 9 | 70 | 16 | 5C | 0 | 50 | 38 | 80 | 55 | 18 |
| Octal | 11 | 160 | 26 | 134 | 0 | 120 | 70 | 200 | 125 | 30 |
| Binary | 1001 | 1110000 | 10110 | 1011100 | 0 | 1010000 | 111000 | 10000000 | 1010101 | 11000 |
Color Harmonies of #097016
Complementary color
Monochromatic Colors of #097016
Black with #097016
Text Example
Text Example
White with #097016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097016; }
p { color: rgb(9,112,22); }
H1.HeaderClassName
{
color: #097016;
}
.AnyTagClassName
{
color: #097016;
}
</style>
background-color css
<style>
a { background-color: #097016; }
a { background-color: rgb(9,112,22); }
div.DivClassName
{
background-color: #097016;
}
.BgClassName
{
background-color: #097016;
}
</style>
border-color css
<style>
span { border-color: #097016; }
span { border-color: rgb(9,112,22); }
td.TdClassName
{
border-color: #097016;
}
.TagClassName
{
border-color: #097016;
}
</style>