Shades of Green #096500
Tints of Green #096500
RGB
CMYK
RGB Variations
Color information
#096500 (or 0x096500) is known color: Green. HEX triplet: 09, 65 and 00. RGB value is (9,101,0). Sum of RGB (Red+Green+Blue) = 9+101+0=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 101 (39.84% from 255 or 91.82% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 101 - color contains mainly: green. Hex color #096500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096500 is #F69AFF. Grayscale: #3E3E3E. Windows color (decimal): -16161536 or 25865. OLE color: 25865.
HSL color Cylindrical-coordinate representation of color #096500: hue angle of 114.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096500 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.60 |
| HSL | 114.65º | 1% | 0.2% | - |
| HSV(B) | 114.65º | 1% | 0.4% | - |
| XYZ | 4.77 | 9.37 | 1.56 | - |
| YUV | 61.98 | 93.02 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 0 | 0.91 | 0 | 1 | 0.60 | 114.65 | 1 | 0.2 |
| Hex | 9 | 65 | 0 | 5B | 0 | 64 | 3C | 73 | 64 | 14 |
| Octal | 11 | 145 | 0 | 133 | 0 | 144 | 74 | 163 | 144 | 24 |
| Binary | 1001 | 1100101 | 0 | 1011011 | 0 | 1100100 | 111100 | 1110011 | 1100100 | 10100 |
Color Harmonies of #096500
Complementary color
Monochromatic Colors of #096500
Black with #096500
Text Example
Text Example
White with #096500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096500; }
p { color: rgb(9,101,0); }
H1.HeaderClassName
{
color: #096500;
}
.AnyTagClassName
{
color: #096500;
}
</style>
background-color css
<style>
a { background-color: #096500; }
a { background-color: rgb(9,101,0); }
div.DivClassName
{
background-color: #096500;
}
.BgClassName
{
background-color: #096500;
}
</style>
border-color css
<style>
span { border-color: #096500; }
span { border-color: rgb(9,101,0); }
td.TdClassName
{
border-color: #096500;
}
.TagClassName
{
border-color: #096500;
}
</style>