Shades of Green #096B13
Tints of Green #096B13
RGB
CMYK
RGB Variations
Color information
#096B13 (or 0x096B13) is known color: Green. HEX triplet: 09, 6B and 13. RGB value is (9,107,19). Sum of RGB (Red+Green+Blue) = 9+107+19=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 107 (42.19% from 255 or 79.26% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 107 - color contains mainly: green. Hex color #096B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096B13 is #F694EC. Grayscale: #434343. Windows color (decimal): -16159981 or 1272585. OLE color: 1272585.
HSL color Cylindrical-coordinate representation of color #096B13: hue angle of 126.12º 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 #096B13 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 107 | 19 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.58 |
| HSL | 126.12º | 0.84% | 0.23% | - |
| HSV(B) | 126.12º | 0.92% | 0.42% | - |
| XYZ | 5.49 | 10.62 | 2.38 | - |
| YUV | 67.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 19 | 0.92 | 0 | 0.82 | 0.58 | 126.12 | 0.84 | 0.23 |
| Hex | 9 | 6B | 13 | 5C | 0 | 52 | 3A | 7E | 54 | 17 |
| Octal | 11 | 153 | 23 | 134 | 0 | 122 | 72 | 176 | 124 | 27 |
| Binary | 1001 | 1101011 | 10011 | 1011100 | 0 | 1010010 | 111010 | 1111110 | 1010100 | 10111 |
Color Harmonies of #096B13
Complementary color
Monochromatic Colors of #096B13
Black with #096B13
Text Example
Text Example
White with #096B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B13; }
p { color: rgb(9,107,19); }
H1.HeaderClassName
{
color: #096B13;
}
.AnyTagClassName
{
color: #096B13;
}
</style>
background-color css
<style>
a { background-color: #096B13; }
a { background-color: rgb(9,107,19); }
div.DivClassName
{
background-color: #096B13;
}
.BgClassName
{
background-color: #096B13;
}
</style>
border-color css
<style>
span { border-color: #096B13; }
span { border-color: rgb(9,107,19); }
td.TdClassName
{
border-color: #096B13;
}
.TagClassName
{
border-color: #096B13;
}
</style>