Shades of Green #097011
Tints of Green #097011
RGB
CMYK
RGB Variations
Color information
#097011 (or 0x097011) is known color: Green. HEX triplet: 09, 70 and 11. RGB value is (9,112,17). Sum of RGB (Red+Green+Blue) = 9+112+17=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #097011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097011 is #F68FEE. Grayscale: #464646. Windows color (decimal): -16158703 or 1142793. OLE color: 1142793.
HSL color Cylindrical-coordinate representation of color #097011: hue angle of 124.66º 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 #097011 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 17 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.56 |
| HSL | 124.66º | 0.85% | 0.24% | - |
| HSV(B) | 124.66º | 0.92% | 0.44% | - |
| XYZ | 6.01 | 11.69 | 2.47 | - |
| YUV | 70.37 | 97.88 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 17 | 0.92 | 0 | 0.85 | 0.56 | 124.66 | 0.85 | 0.24 |
| Hex | 9 | 70 | 11 | 5C | 0 | 55 | 38 | 7D | 55 | 18 |
| Octal | 11 | 160 | 21 | 134 | 0 | 125 | 70 | 175 | 125 | 30 |
| Binary | 1001 | 1110000 | 10001 | 1011100 | 0 | 1010101 | 111000 | 1111101 | 1010101 | 11000 |
Color Harmonies of #097011
Complementary color
Monochromatic Colors of #097011
Black with #097011
Text Example
Text Example
White with #097011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097011; }
p { color: rgb(9,112,17); }
H1.HeaderClassName
{
color: #097011;
}
.AnyTagClassName
{
color: #097011;
}
</style>
background-color css
<style>
a { background-color: #097011; }
a { background-color: rgb(9,112,17); }
div.DivClassName
{
background-color: #097011;
}
.BgClassName
{
background-color: #097011;
}
</style>
border-color css
<style>
span { border-color: #097011; }
span { border-color: rgb(9,112,17); }
td.TdClassName
{
border-color: #097011;
}
.TagClassName
{
border-color: #097011;
}
</style>