Shades of Green #096A08
Tints of Green #096A08
RGB
CMYK
RGB Variations
Color information
#096A08 (or 0x096A08) is known color: Green. HEX triplet: 09, 6A and 08. RGB value is (9,106,8). Sum of RGB (Red+Green+Blue) = 9+106+8=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 106 (41.80% from 255 or 86.18% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 106 - color contains mainly: green. Hex color #096A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A08 is #F695F7. Grayscale: #424242. Windows color (decimal): -16160248 or 551433. OLE color: 551433.
HSL color Cylindrical-coordinate representation of color #096A08: hue angle of 119.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A08 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 8 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.58 |
| HSL | 119.39º | 0.86% | 0.22% | - |
| HSV(B) | 119.39º | 0.92% | 0.42% | - |
| XYZ | 5.31 | 10.38 | 1.95 | - |
| YUV | 65.83 | 95.36 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 8 | 0.92 | 0 | 0.92 | 0.58 | 119.39 | 0.86 | 0.22 |
| Hex | 9 | 6A | 8 | 5C | 0 | 5C | 3A | 77 | 56 | 16 |
| Octal | 11 | 152 | 10 | 134 | 0 | 134 | 72 | 167 | 126 | 26 |
| Binary | 1001 | 1101010 | 1000 | 1011100 | 0 | 1011100 | 111010 | 1110111 | 1010110 | 10110 |
Color Harmonies of #096A08
Complementary color
Monochromatic Colors of #096A08
Black with #096A08
Text Example
Text Example
White with #096A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A08; }
p { color: rgb(9,106,8); }
H1.HeaderClassName
{
color: #096A08;
}
.AnyTagClassName
{
color: #096A08;
}
</style>
background-color css
<style>
a { background-color: #096A08; }
a { background-color: rgb(9,106,8); }
div.DivClassName
{
background-color: #096A08;
}
.BgClassName
{
background-color: #096A08;
}
</style>
border-color css
<style>
span { border-color: #096A08; }
span { border-color: rgb(9,106,8); }
td.TdClassName
{
border-color: #096A08;
}
.TagClassName
{
border-color: #096A08;
}
</style>