Shades of Green #096800
Tints of Green #096800
RGB
CMYK
RGB Variations
Color information
#096800 (or 0x096800) is known color: Green. HEX triplet: 09, 68 and 00. RGB value is (9,104,0). Sum of RGB (Red+Green+Blue) = 9+104+0=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 104 (41.02% from 255 or 92.04% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 104 - color contains mainly: green. Hex color #096800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096800 is #F697FF. Grayscale: #404040. Windows color (decimal): -16160768 or 26633. OLE color: 26633.
HSL color Cylindrical-coordinate representation of color #096800: hue angle of 114.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #096800 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.59 |
| HSL | 114.81º | 1% | 0.2% | - |
| HSV(B) | 114.81º | 1% | 0.41% | - |
| XYZ | 5.06 | 9.96 | 1.66 | - |
| YUV | 63.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 0 | 0.91 | 0 | 1 | 0.59 | 114.81 | 1 | 0.2 |
| Hex | 9 | 68 | 0 | 5B | 0 | 64 | 3B | 73 | 64 | 14 |
| Octal | 11 | 150 | 0 | 133 | 0 | 144 | 73 | 163 | 144 | 24 |
| Binary | 1001 | 1101000 | 0 | 1011011 | 0 | 1100100 | 111011 | 1110011 | 1100100 | 10100 |
Color Harmonies of #096800
Complementary color
Monochromatic Colors of #096800
Black with #096800
Text Example
Text Example
White with #096800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096800; }
p { color: rgb(9,104,0); }
H1.HeaderClassName
{
color: #096800;
}
.AnyTagClassName
{
color: #096800;
}
</style>
background-color css
<style>
a { background-color: #096800; }
a { background-color: rgb(9,104,0); }
div.DivClassName
{
background-color: #096800;
}
.BgClassName
{
background-color: #096800;
}
</style>
border-color css
<style>
span { border-color: #096800; }
span { border-color: rgb(9,104,0); }
td.TdClassName
{
border-color: #096800;
}
.TagClassName
{
border-color: #096800;
}
</style>