Shades of Green #096B14
Tints of Green #096B14
RGB
CMYK
RGB Variations
Color information
#096B14 (or 0x096B14) is known color: Green. HEX triplet: 09, 6B and 14. RGB value is (9,107,20). Sum of RGB (Red+Green+Blue) = 9+107+20=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #096B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B14 is #F694EB. Grayscale: #444444. Windows color (decimal): -16159980 or 1338121. OLE color: 1338121.
HSL color Cylindrical-coordinate representation of color #096B14: hue angle of 126.73º 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 #096B14 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 20 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.58 |
| HSL | 126.73º | 0.84% | 0.23% | - |
| HSV(B) | 126.73º | 0.92% | 0.42% | - |
| XYZ | 5.5 | 10.62 | 2.42 | - |
| YUV | 67.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 20 | 0.92 | 0 | 0.81 | 0.58 | 126.73 | 0.84 | 0.23 |
| Hex | 9 | 6B | 14 | 5C | 0 | 51 | 3A | 7F | 54 | 17 |
| Octal | 11 | 153 | 24 | 134 | 0 | 121 | 72 | 177 | 124 | 27 |
| Binary | 1001 | 1101011 | 10100 | 1011100 | 0 | 1010001 | 111010 | 1111111 | 1010100 | 10111 |
Color Harmonies of #096B14
Complementary color
Monochromatic Colors of #096B14
Black with #096B14
Text Example
Text Example
White with #096B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B14; }
p { color: rgb(9,107,20); }
H1.HeaderClassName
{
color: #096B14;
}
.AnyTagClassName
{
color: #096B14;
}
</style>
background-color css
<style>
a { background-color: #096B14; }
a { background-color: rgb(9,107,20); }
div.DivClassName
{
background-color: #096B14;
}
.BgClassName
{
background-color: #096B14;
}
</style>
border-color css
<style>
span { border-color: #096B14; }
span { border-color: rgb(9,107,20); }
td.TdClassName
{
border-color: #096B14;
}
.TagClassName
{
border-color: #096B14;
}
</style>