Shades of Green #096D13
Tints of Green #096D13
RGB
CMYK
RGB Variations
Color information
#096D13 (or 0x096D13) is known color: Green. HEX triplet: 09, 6D and 13. RGB value is (9,109,19). Sum of RGB (Red+Green+Blue) = 9+109+19=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #096D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D13 is #F692EC. Grayscale: #454545. Windows color (decimal): -16159469 or 1273097. OLE color: 1273097.
HSL color Cylindrical-coordinate representation of color #096D13: hue angle of 126º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D13 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 19 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.57 |
| HSL | 126º | 0.85% | 0.23% | - |
| HSV(B) | 126º | 0.92% | 0.43% | - |
| XYZ | 5.7 | 11.04 | 2.45 | - |
| YUV | 68.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 19 | 0.92 | 0 | 0.83 | 0.57 | 126 | 0.85 | 0.23 |
| Hex | 9 | 6D | 13 | 5C | 0 | 53 | 39 | 7E | 55 | 17 |
| Octal | 11 | 155 | 23 | 134 | 0 | 123 | 71 | 176 | 125 | 27 |
| Binary | 1001 | 1101101 | 10011 | 1011100 | 0 | 1010011 | 111001 | 1111110 | 1010101 | 10111 |
Color Harmonies of #096D13
Complementary color
Monochromatic Colors of #096D13
Black with #096D13
Text Example
Text Example
White with #096D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D13; }
p { color: rgb(9,109,19); }
H1.HeaderClassName
{
color: #096D13;
}
.AnyTagClassName
{
color: #096D13;
}
</style>
background-color css
<style>
a { background-color: #096D13; }
a { background-color: rgb(9,109,19); }
div.DivClassName
{
background-color: #096D13;
}
.BgClassName
{
background-color: #096D13;
}
</style>
border-color css
<style>
span { border-color: #096D13; }
span { border-color: rgb(9,109,19); }
td.TdClassName
{
border-color: #096D13;
}
.TagClassName
{
border-color: #096D13;
}
</style>