Shades of Green #096211
Tints of Green #096211
RGB
CMYK
RGB Variations
Color information
#096211 (or 0x096211) is known color: Green. HEX triplet: 09, 62 and 11. RGB value is (9,98,17). Sum of RGB (Red+Green+Blue) = 9+98+17=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #096211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096211 is #F69DEE. Grayscale: #3E3E3E. Windows color (decimal): -16162287 or 1139209. OLE color: 1139209.
HSL color Cylindrical-coordinate representation of color #096211: hue angle of 125.39º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096211 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 17 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.62 |
| HSL | 125.39º | 0.83% | 0.21% | - |
| HSV(B) | 125.39º | 0.91% | 0.38% | - |
| XYZ | 4.58 | 8.83 | 1.99 | - |
| YUV | 62.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 17 | 0.91 | 0 | 0.83 | 0.62 | 125.39 | 0.83 | 0.21 |
| Hex | 9 | 62 | 11 | 5B | 0 | 53 | 3E | 7D | 53 | 15 |
| Octal | 11 | 142 | 21 | 133 | 0 | 123 | 76 | 175 | 123 | 25 |
| Binary | 1001 | 1100010 | 10001 | 1011011 | 0 | 1010011 | 111110 | 1111101 | 1010011 | 10101 |
Color Harmonies of #096211
Complementary color
Monochromatic Colors of #096211
Black with #096211
Text Example
Text Example
White with #096211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096211; }
p { color: rgb(9,98,17); }
H1.HeaderClassName
{
color: #096211;
}
.AnyTagClassName
{
color: #096211;
}
</style>
background-color css
<style>
a { background-color: #096211; }
a { background-color: rgb(9,98,17); }
div.DivClassName
{
background-color: #096211;
}
.BgClassName
{
background-color: #096211;
}
</style>
border-color css
<style>
span { border-color: #096211; }
span { border-color: rgb(9,98,17); }
td.TdClassName
{
border-color: #096211;
}
.TagClassName
{
border-color: #096211;
}
</style>