Shades of Green #096D0D
Tints of Green #096D0D
RGB
CMYK
RGB Variations
Color information
#096D0D (or 0x096D0D) is known color: Green. HEX triplet: 09, 6D and 0D. RGB value is (9,109,13). Sum of RGB (Red+Green+Blue) = 9+109+13=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 109 (42.97% from 255 or 83.21% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 109 - color contains mainly: green. Hex color #096D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096D0D is #F692F2. Grayscale: #444444. Windows color (decimal): -16159475 or 879881. OLE color: 879881.
HSL color Cylindrical-coordinate representation of color #096D0D: hue angle of 122.4º 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 #096D0D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 13 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.57 |
| HSL | 122.4º | 0.85% | 0.23% | - |
| HSV(B) | 122.4º | 0.92% | 0.43% | - |
| XYZ | 5.65 | 11.02 | 2.21 | - |
| YUV | 68.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 13 | 0.92 | 0 | 0.88 | 0.57 | 122.4 | 0.85 | 0.23 |
| Hex | 9 | 6D | D | 5C | 0 | 58 | 39 | 7A | 55 | 17 |
| Octal | 11 | 155 | 15 | 134 | 0 | 130 | 71 | 172 | 125 | 27 |
| Binary | 1001 | 1101101 | 1101 | 1011100 | 0 | 1011000 | 111001 | 1111010 | 1010101 | 10111 |
Color Harmonies of #096D0D
Complementary color
Monochromatic Colors of #096D0D
Black with #096D0D
Text Example
Text Example
White with #096D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D0D; }
p { color: rgb(9,109,13); }
H1.HeaderClassName
{
color: #096D0D;
}
.AnyTagClassName
{
color: #096D0D;
}
</style>
background-color css
<style>
a { background-color: #096D0D; }
a { background-color: rgb(9,109,13); }
div.DivClassName
{
background-color: #096D0D;
}
.BgClassName
{
background-color: #096D0D;
}
</style>
border-color css
<style>
span { border-color: #096D0D; }
span { border-color: rgb(9,109,13); }
td.TdClassName
{
border-color: #096D0D;
}
.TagClassName
{
border-color: #096D0D;
}
</style>