Shades of Green #096601
Tints of Green #096601
RGB
CMYK
RGB Variations
Color information
#096601 (or 0x096601) is known color: Green. HEX triplet: 09, 66 and 01. RGB value is (9,102,1). Sum of RGB (Red+Green+Blue) = 9+102+1=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 102 (40.23% from 255 or 91.07% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 102 - color contains mainly: green. Hex color #096601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096601 is #F699FE. Grayscale: #3E3E3E. Windows color (decimal): -16161279 or 91657. OLE color: 91657.
HSL color Cylindrical-coordinate representation of color #096601: hue angle of 115.25º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #096601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.6 |
| HSL | 115.25º | 0.98% | 0.2% | - |
| HSV(B) | 115.25º | 0.99% | 0.4% | - |
| XYZ | 4.87 | 9.56 | 1.62 | - |
| YUV | 62.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 1 | 0.91 | 0 | 0.99 | 0.6 | 115.25 | 0.98 | 0.2 |
| Hex | 9 | 66 | 1 | 5B | 0 | 63 | 3C | 73 | 62 | 14 |
| Octal | 11 | 146 | 1 | 133 | 0 | 143 | 74 | 163 | 142 | 24 |
| Binary | 1001 | 1100110 | 1 | 1011011 | 0 | 1100011 | 111100 | 1110011 | 1100010 | 10100 |
Color Harmonies of #096601
Complementary color
Monochromatic Colors of #096601
Black with #096601
Text Example
Text Example
White with #096601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096601; }
p { color: rgb(9,102,1); }
H1.HeaderClassName
{
color: #096601;
}
.AnyTagClassName
{
color: #096601;
}
</style>
background-color css
<style>
a { background-color: #096601; }
a { background-color: rgb(9,102,1); }
div.DivClassName
{
background-color: #096601;
}
.BgClassName
{
background-color: #096601;
}
</style>
border-color css
<style>
span { border-color: #096601; }
span { border-color: rgb(9,102,1); }
td.TdClassName
{
border-color: #096601;
}
.TagClassName
{
border-color: #096601;
}
</style>