Shades of Green #096000
Tints of Green #096000
RGB
CMYK
RGB Variations
Color information
#096000 (or 0x096000) is known color: Green. HEX triplet: 09, 60 and 00. RGB value is (9,96,0). Sum of RGB (Red+Green+Blue) = 9+96+0=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 96 (37.89% from 255 or 91.43% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 96 - color contains mainly: green. Hex color #096000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096000 is #F69FFF. Grayscale: #3B3B3B. Windows color (decimal): -16162816 or 24585. OLE color: 24585.
HSL color Cylindrical-coordinate representation of color #096000: hue angle of 114.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.62 |
| HSL | 114.38º | 1% | 0.19% | - |
| HSV(B) | 114.38º | 1% | 0.38% | - |
| XYZ | 4.3 | 8.42 | 1.4 | - |
| YUV | 59.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 0 | 0.91 | 0 | 1 | 0.62 | 114.38 | 1 | 0.19 |
| Hex | 9 | 60 | 0 | 5B | 0 | 64 | 3E | 72 | 64 | 13 |
| Octal | 11 | 140 | 0 | 133 | 0 | 144 | 76 | 162 | 144 | 23 |
| Binary | 1001 | 1100000 | 0 | 1011011 | 0 | 1100100 | 111110 | 1110010 | 1100100 | 10011 |
Color Harmonies of #096000
Complementary color
Monochromatic Colors of #096000
Black with #096000
Text Example
Text Example
White with #096000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096000; }
p { color: rgb(9,96,0); }
H1.HeaderClassName
{
color: #096000;
}
.AnyTagClassName
{
color: #096000;
}
</style>
background-color css
<style>
a { background-color: #096000; }
a { background-color: rgb(9,96,0); }
div.DivClassName
{
background-color: #096000;
}
.BgClassName
{
background-color: #096000;
}
</style>
border-color css
<style>
span { border-color: #096000; }
span { border-color: rgb(9,96,0); }
td.TdClassName
{
border-color: #096000;
}
.TagClassName
{
border-color: #096000;
}
</style>