Shades of Green #097311
Tints of Green #097311
RGB
CMYK
RGB Variations
Color information
#097311 (or 0x097311) is known color: Green. HEX triplet: 09, 73 and 11. RGB value is (9,115,17). Sum of RGB (Red+Green+Blue) = 9+115+17=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 115 (45.31% from 255 or 81.56% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 115 - color contains mainly: green. Hex color #097311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097311 is #F68CEE. Grayscale: #484848. Windows color (decimal): -16157935 or 1143561. OLE color: 1143561.
HSL color Cylindrical-coordinate representation of color #097311: hue angle of 124.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097311 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 115 | 17 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.55 |
| HSL | 124.53º | 0.85% | 0.24% | - |
| HSV(B) | 124.53º | 0.92% | 0.45% | - |
| XYZ | 6.34 | 12.36 | 2.58 | - |
| YUV | 72.13 | 96.88 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 115 | 17 | 0.92 | 0 | 0.85 | 0.55 | 124.53 | 0.85 | 0.24 |
| Hex | 9 | 73 | 11 | 5C | 0 | 55 | 37 | 7D | 55 | 18 |
| Octal | 11 | 163 | 21 | 134 | 0 | 125 | 67 | 175 | 125 | 30 |
| Binary | 1001 | 1110011 | 10001 | 1011100 | 0 | 1010101 | 110111 | 1111101 | 1010101 | 11000 |
Color Harmonies of #097311
Complementary color
Monochromatic Colors of #097311
Black with #097311
Text Example
Text Example
White with #097311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097311; }
p { color: rgb(9,115,17); }
H1.HeaderClassName
{
color: #097311;
}
.AnyTagClassName
{
color: #097311;
}
</style>
background-color css
<style>
a { background-color: #097311; }
a { background-color: rgb(9,115,17); }
div.DivClassName
{
background-color: #097311;
}
.BgClassName
{
background-color: #097311;
}
</style>
border-color css
<style>
span { border-color: #097311; }
span { border-color: rgb(9,115,17); }
td.TdClassName
{
border-color: #097311;
}
.TagClassName
{
border-color: #097311;
}
</style>