Shades of Green #096401
Tints of Green #096401
RGB
CMYK
RGB Variations
Color information
#096401 (or 0x096401) is known color: Green. HEX triplet: 09, 64 and 01. RGB value is (9,100,1). Sum of RGB (Red+Green+Blue) = 9+100+1=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 100 (39.45% from 255 or 90.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 100 - color contains mainly: green. Hex color #096401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096401 is #F69BFE. Grayscale: #3D3D3D. Windows color (decimal): -16161791 or 91145. OLE color: 91145.
HSL color Cylindrical-coordinate representation of color #096401: hue angle of 115.15º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #096401 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.61 |
| HSL | 115.15º | 0.98% | 0.2% | - |
| HSV(B) | 115.15º | 0.99% | 0.39% | - |
| XYZ | 4.68 | 9.17 | 1.55 | - |
| YUV | 61.51 | 93.85 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 1 | 0.91 | 0 | 0.99 | 0.61 | 115.15 | 0.98 | 0.2 |
| Hex | 9 | 64 | 1 | 5B | 0 | 63 | 3D | 73 | 62 | 14 |
| Octal | 11 | 144 | 1 | 133 | 0 | 143 | 75 | 163 | 142 | 24 |
| Binary | 1001 | 1100100 | 1 | 1011011 | 0 | 1100011 | 111101 | 1110011 | 1100010 | 10100 |
Color Harmonies of #096401
Complementary color
Monochromatic Colors of #096401
Black with #096401
Text Example
Text Example
White with #096401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096401; }
p { color: rgb(9,100,1); }
H1.HeaderClassName
{
color: #096401;
}
.AnyTagClassName
{
color: #096401;
}
</style>
background-color css
<style>
a { background-color: #096401; }
a { background-color: rgb(9,100,1); }
div.DivClassName
{
background-color: #096401;
}
.BgClassName
{
background-color: #096401;
}
</style>
border-color css
<style>
span { border-color: #096401; }
span { border-color: rgb(9,100,1); }
td.TdClassName
{
border-color: #096401;
}
.TagClassName
{
border-color: #096401;
}
</style>