Shades of Green #096504
Tints of Green #096504
RGB
CMYK
RGB Variations
Color information
#096504 (or 0x096504) is known color: Green. HEX triplet: 09, 65 and 04. RGB value is (9,101,4). Sum of RGB (Red+Green+Blue) = 9+101+4=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 101 (39.84% from 255 or 88.60% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 101 - color contains mainly: green. Hex color #096504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096504 is #F69AFB. Grayscale: #3E3E3E. Windows color (decimal): -16161532 or 288009. OLE color: 288009.
HSL color Cylindrical-coordinate representation of color #096504: hue angle of 116.91º 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 #096504 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 4 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.60 |
| HSL | 116.91º | 0.92% | 0.21% | - |
| HSV(B) | 116.91º | 0.96% | 0.4% | - |
| XYZ | 4.79 | 9.37 | 1.67 | - |
| YUV | 62.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 4 | 0.91 | 0 | 0.96 | 0.60 | 116.91 | 0.92 | 0.21 |
| Hex | 9 | 65 | 4 | 5B | 0 | 60 | 3C | 75 | 5C | 15 |
| Octal | 11 | 145 | 4 | 133 | 0 | 140 | 74 | 165 | 134 | 25 |
| Binary | 1001 | 1100101 | 100 | 1011011 | 0 | 1100000 | 111100 | 1110101 | 1011100 | 10101 |
Color Harmonies of #096504
Complementary color
Monochromatic Colors of #096504
Black with #096504
Text Example
Text Example
White with #096504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096504; }
p { color: rgb(9,101,4); }
H1.HeaderClassName
{
color: #096504;
}
.AnyTagClassName
{
color: #096504;
}
</style>
background-color css
<style>
a { background-color: #096504; }
a { background-color: rgb(9,101,4); }
div.DivClassName
{
background-color: #096504;
}
.BgClassName
{
background-color: #096504;
}
</style>
border-color css
<style>
span { border-color: #096504; }
span { border-color: rgb(9,101,4); }
td.TdClassName
{
border-color: #096504;
}
.TagClassName
{
border-color: #096504;
}
</style>