Shades of Green #096411
Tints of Green #096411
RGB
CMYK
RGB Variations
Color information
#096411 (or 0x096411) is known color: Green. HEX triplet: 09, 64 and 11. RGB value is (9,100,17). Sum of RGB (Red+Green+Blue) = 9+100+17=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #096411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096411 is #F69BEE. Grayscale: #3F3F3F. Windows color (decimal): -16161775 or 1139721. OLE color: 1139721.
HSL color Cylindrical-coordinate representation of color #096411: hue angle of 125.27º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096411 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 17 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.61 |
| HSL | 125.27º | 0.83% | 0.21% | - |
| HSV(B) | 125.27º | 0.91% | 0.39% | - |
| XYZ | 4.77 | 9.21 | 2.06 | - |
| YUV | 63.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 17 | 0.91 | 0 | 0.83 | 0.61 | 125.27 | 0.83 | 0.21 |
| Hex | 9 | 64 | 11 | 5B | 0 | 53 | 3D | 7D | 53 | 15 |
| Octal | 11 | 144 | 21 | 133 | 0 | 123 | 75 | 175 | 123 | 25 |
| Binary | 1001 | 1100100 | 10001 | 1011011 | 0 | 1010011 | 111101 | 1111101 | 1010011 | 10101 |
Color Harmonies of #096411
Complementary color
Monochromatic Colors of #096411
Black with #096411
Text Example
Text Example
White with #096411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096411; }
p { color: rgb(9,100,17); }
H1.HeaderClassName
{
color: #096411;
}
.AnyTagClassName
{
color: #096411;
}
</style>
background-color css
<style>
a { background-color: #096411; }
a { background-color: rgb(9,100,17); }
div.DivClassName
{
background-color: #096411;
}
.BgClassName
{
background-color: #096411;
}
</style>
border-color css
<style>
span { border-color: #096411; }
span { border-color: rgb(9,100,17); }
td.TdClassName
{
border-color: #096411;
}
.TagClassName
{
border-color: #096411;
}
</style>