Shades of Green #096400
Tints of Green #096400
RGB
CMYK
RGB Variations
Color information
#096400 (or 0x096400) is known color: Green. HEX triplet: 09, 64 and 00. RGB value is (9,100,0). Sum of RGB (Red+Green+Blue) = 9+100+0=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 100 (39.45% from 255 or 91.74% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 100 - color contains mainly: green. Hex color #096400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096400 is #F69BFF. Grayscale: #3D3D3D. Windows color (decimal): -16161792 or 25609. OLE color: 25609.
HSL color Cylindrical-coordinate representation of color #096400: hue angle of 114.6º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096400 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.61 |
| HSL | 114.6º | 1% | 0.2% | - |
| HSV(B) | 114.6º | 1% | 0.39% | - |
| XYZ | 4.67 | 9.17 | 1.52 | - |
| YUV | 61.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 0 | 0.91 | 0 | 1 | 0.61 | 114.6 | 1 | 0.2 |
| Hex | 9 | 64 | 0 | 5B | 0 | 64 | 3D | 73 | 64 | 14 |
| Octal | 11 | 144 | 0 | 133 | 0 | 144 | 75 | 163 | 144 | 24 |
| Binary | 1001 | 1100100 | 0 | 1011011 | 0 | 1100100 | 111101 | 1110011 | 1100100 | 10100 |
Color Harmonies of #096400
Complementary color
Monochromatic Colors of #096400
Black with #096400
Text Example
Text Example
White with #096400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096400; }
p { color: rgb(9,100,0); }
H1.HeaderClassName
{
color: #096400;
}
.AnyTagClassName
{
color: #096400;
}
</style>
background-color css
<style>
a { background-color: #096400; }
a { background-color: rgb(9,100,0); }
div.DivClassName
{
background-color: #096400;
}
.BgClassName
{
background-color: #096400;
}
</style>
border-color css
<style>
span { border-color: #096400; }
span { border-color: rgb(9,100,0); }
td.TdClassName
{
border-color: #096400;
}
.TagClassName
{
border-color: #096400;
}
</style>