Shades of Green #096B10
Tints of Green #096B10
RGB
CMYK
RGB Variations
Color information
#096B10 (or 0x096B10) is known color: Green. HEX triplet: 09, 6B and 10. RGB value is (9,107,16). Sum of RGB (Red+Green+Blue) = 9+107+16=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #096B10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B10 is #F694EF. Grayscale: #434343. Windows color (decimal): -16159984 or 1075977. OLE color: 1075977.
HSL color Cylindrical-coordinate representation of color #096B10: hue angle of 124.29º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096B10 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 16 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.58 |
| HSL | 124.29º | 0.84% | 0.23% | - |
| HSV(B) | 124.29º | 0.92% | 0.42% | - |
| XYZ | 5.46 | 10.61 | 2.25 | - |
| YUV | 67.32 | 99.03 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 16 | 0.92 | 0 | 0.85 | 0.58 | 124.29 | 0.84 | 0.23 |
| Hex | 9 | 6B | 10 | 5C | 0 | 55 | 3A | 7C | 54 | 17 |
| Octal | 11 | 153 | 20 | 134 | 0 | 125 | 72 | 174 | 124 | 27 |
| Binary | 1001 | 1101011 | 10000 | 1011100 | 0 | 1010101 | 111010 | 1111100 | 1010100 | 10111 |
Color Harmonies of #096B10
Complementary color
Monochromatic Colors of #096B10
Black with #096B10
Text Example
Text Example
White with #096B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B10; }
p { color: rgb(9,107,16); }
H1.HeaderClassName
{
color: #096B10;
}
.AnyTagClassName
{
color: #096B10;
}
</style>
background-color css
<style>
a { background-color: #096B10; }
a { background-color: rgb(9,107,16); }
div.DivClassName
{
background-color: #096B10;
}
.BgClassName
{
background-color: #096B10;
}
</style>
border-color css
<style>
span { border-color: #096B10; }
span { border-color: rgb(9,107,16); }
td.TdClassName
{
border-color: #096B10;
}
.TagClassName
{
border-color: #096B10;
}
</style>