Shades of Green #096409
Tints of Green #096409
RGB
CMYK
RGB Variations
Color information
#096409 (or 0x096409) is known color: Green. HEX triplet: 09, 64 and 09. RGB value is (9,100,9). Sum of RGB (Red+Green+Blue) = 9+100+9=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #096409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096409 is #F69BF6. Grayscale: #3E3E3E. Windows color (decimal): -16161783 or 615433. OLE color: 615433.
HSL color Cylindrical-coordinate representation of color #096409: hue angle of 120º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096409 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 9 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.61 |
| HSL | 120º | 0.83% | 0.21% | - |
| HSV(B) | 120º | 0.91% | 0.39% | - |
| XYZ | 4.72 | 9.19 | 1.78 | - |
| YUV | 62.42 | 97.85 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 9 | 0.91 | 0 | 0.91 | 0.61 | 120 | 0.83 | 0.21 |
| Hex | 9 | 64 | 9 | 5B | 0 | 5B | 3D | 78 | 53 | 15 |
| Octal | 11 | 144 | 11 | 133 | 0 | 133 | 75 | 170 | 123 | 25 |
| Binary | 1001 | 1100100 | 1001 | 1011011 | 0 | 1011011 | 111101 | 1111000 | 1010011 | 10101 |
Color Harmonies of #096409
Complementary color
Monochromatic Colors of #096409
Black with #096409
Text Example
Text Example
White with #096409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096409; }
p { color: rgb(9,100,9); }
H1.HeaderClassName
{
color: #096409;
}
.AnyTagClassName
{
color: #096409;
}
</style>
background-color css
<style>
a { background-color: #096409; }
a { background-color: rgb(9,100,9); }
div.DivClassName
{
background-color: #096409;
}
.BgClassName
{
background-color: #096409;
}
</style>
border-color css
<style>
span { border-color: #096409; }
span { border-color: rgb(9,100,9); }
td.TdClassName
{
border-color: #096409;
}
.TagClassName
{
border-color: #096409;
}
</style>