Shades of Green #096410
Tints of Green #096410
RGB
CMYK
RGB Variations
Color information
#096410 (or 0x096410) is known color: Green. HEX triplet: 09, 64 and 10. RGB value is (9,100,16). Sum of RGB (Red+Green+Blue) = 9+100+16=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 100 (39.45% from 255 or 80% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 100 - color contains mainly: green. Hex color #096410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096410 is #F69BEF. Grayscale: #3F3F3F. Windows color (decimal): -16161776 or 1074185. OLE color: 1074185.
HSL color Cylindrical-coordinate representation of color #096410: hue angle of 124.62º 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 #096410 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 16 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.61 |
| HSL | 124.62º | 0.83% | 0.21% | - |
| HSV(B) | 124.62º | 0.91% | 0.39% | - |
| XYZ | 4.76 | 9.21 | 2.02 | - |
| YUV | 63.22 | 101.35 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 16 | 0.91 | 0 | 0.84 | 0.61 | 124.62 | 0.83 | 0.21 |
| Hex | 9 | 64 | 10 | 5B | 0 | 54 | 3D | 7D | 53 | 15 |
| Octal | 11 | 144 | 20 | 133 | 0 | 124 | 75 | 175 | 123 | 25 |
| Binary | 1001 | 1100100 | 10000 | 1011011 | 0 | 1010100 | 111101 | 1111101 | 1010011 | 10101 |
Color Harmonies of #096410
Complementary color
Monochromatic Colors of #096410
Black with #096410
Text Example
Text Example
White with #096410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096410; }
p { color: rgb(9,100,16); }
H1.HeaderClassName
{
color: #096410;
}
.AnyTagClassName
{
color: #096410;
}
</style>
background-color css
<style>
a { background-color: #096410; }
a { background-color: rgb(9,100,16); }
div.DivClassName
{
background-color: #096410;
}
.BgClassName
{
background-color: #096410;
}
</style>
border-color css
<style>
span { border-color: #096410; }
span { border-color: rgb(9,100,16); }
td.TdClassName
{
border-color: #096410;
}
.TagClassName
{
border-color: #096410;
}
</style>