Shades of Green #096604
Tints of Green #096604
RGB
CMYK
RGB Variations
Color information
#096604 (or 0x096604) is known color: Green. HEX triplet: 09, 66 and 04. RGB value is (9,102,4). Sum of RGB (Red+Green+Blue) = 9+102+4=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 102 (40.23% from 255 or 88.70% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 102 - color contains mainly: green. Hex color #096604 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096604 is #F699FB. Grayscale: #3F3F3F. Windows color (decimal): -16161276 or 288265. OLE color: 288265.
HSL color Cylindrical-coordinate representation of color #096604: hue angle of 116.94º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #096604 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 4 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.6 |
| HSL | 116.94º | 0.92% | 0.21% | - |
| HSV(B) | 116.94º | 0.96% | 0.4% | - |
| XYZ | 4.89 | 9.57 | 1.7 | - |
| YUV | 63.02 | 94.69 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 4 | 0.91 | 0 | 0.96 | 0.6 | 116.94 | 0.92 | 0.21 |
| Hex | 9 | 66 | 4 | 5B | 0 | 60 | 3C | 75 | 5C | 15 |
| Octal | 11 | 146 | 4 | 133 | 0 | 140 | 74 | 165 | 134 | 25 |
| Binary | 1001 | 1100110 | 100 | 1011011 | 0 | 1100000 | 111100 | 1110101 | 1011100 | 10101 |
Color Harmonies of #096604
Complementary color
Monochromatic Colors of #096604
Black with #096604
Text Example
Text Example
White with #096604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096604; }
p { color: rgb(9,102,4); }
H1.HeaderClassName
{
color: #096604;
}
.AnyTagClassName
{
color: #096604;
}
</style>
background-color css
<style>
a { background-color: #096604; }
a { background-color: rgb(9,102,4); }
div.DivClassName
{
background-color: #096604;
}
.BgClassName
{
background-color: #096604;
}
</style>
border-color css
<style>
span { border-color: #096604; }
span { border-color: rgb(9,102,4); }
td.TdClassName
{
border-color: #096604;
}
.TagClassName
{
border-color: #096604;
}
</style>