Shades of Green #096900
Tints of Green #096900
RGB
CMYK
RGB Variations
Color information
#096900 (or 0x096900) is known color: Green. HEX triplet: 09, 69 and 00. RGB value is (9,105,0). Sum of RGB (Red+Green+Blue) = 9+105+0=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 105 (41.41% from 255 or 92.11% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 105 - color contains mainly: green. Hex color #096900 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096900 is #F696FF. Grayscale: #404040. Windows color (decimal): -16160512 or 26889. OLE color: 26889.
HSL color Cylindrical-coordinate representation of color #096900: hue angle of 114.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096900 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.59 |
| HSL | 114.86º | 1% | 0.21% | - |
| HSV(B) | 114.86º | 1% | 0.41% | - |
| XYZ | 5.16 | 10.16 | 1.69 | - |
| YUV | 64.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 0 | 0.91 | 0 | 1 | 0.59 | 114.86 | 1 | 0.21 |
| Hex | 9 | 69 | 0 | 5B | 0 | 64 | 3B | 73 | 64 | 15 |
| Octal | 11 | 151 | 0 | 133 | 0 | 144 | 73 | 163 | 144 | 25 |
| Binary | 1001 | 1101001 | 0 | 1011011 | 0 | 1100100 | 111011 | 1110011 | 1100100 | 10101 |
Color Harmonies of #096900
Complementary color
Monochromatic Colors of #096900
Black with #096900
Text Example
Text Example
White with #096900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096900; }
p { color: rgb(9,105,0); }
H1.HeaderClassName
{
color: #096900;
}
.AnyTagClassName
{
color: #096900;
}
</style>
background-color css
<style>
a { background-color: #096900; }
a { background-color: rgb(9,105,0); }
div.DivClassName
{
background-color: #096900;
}
.BgClassName
{
background-color: #096900;
}
</style>
border-color css
<style>
span { border-color: #096900; }
span { border-color: rgb(9,105,0); }
td.TdClassName
{
border-color: #096900;
}
.TagClassName
{
border-color: #096900;
}
</style>