Shades of Green #096C0C
Tints of Green #096C0C
RGB
CMYK
RGB Variations
Color information
#096C0C (or 0x096C0C) is known color: Green. HEX triplet: 09, 6C and 0C. RGB value is (9,108,12). Sum of RGB (Red+Green+Blue) = 9+108+12=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 108 (42.58% from 255 or 83.72% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 108 - color contains mainly: green. Hex color #096C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C0C is #F693F3. Grayscale: #434343. Windows color (decimal): -16159732 or 814089. OLE color: 814089.
HSL color Cylindrical-coordinate representation of color #096C0C: hue angle of 121.82º degrees, saturation: 0.85, 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 #096C0C is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 12 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.58 |
| HSL | 121.82º | 0.85% | 0.23% | - |
| HSV(B) | 121.82º | 0.92% | 0.42% | - |
| XYZ | 5.54 | 10.81 | 2.14 | - |
| YUV | 67.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 12 | 0.92 | 0 | 0.89 | 0.58 | 121.82 | 0.85 | 0.23 |
| Hex | 9 | 6C | C | 5C | 0 | 59 | 3A | 7A | 55 | 17 |
| Octal | 11 | 154 | 14 | 134 | 0 | 131 | 72 | 172 | 125 | 27 |
| Binary | 1001 | 1101100 | 1100 | 1011100 | 0 | 1011001 | 111010 | 1111010 | 1010101 | 10111 |
Color Harmonies of #096C0C
Complementary color
Monochromatic Colors of #096C0C
Black with #096C0C
Text Example
Text Example
White with #096C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C0C; }
p { color: rgb(9,108,12); }
H1.HeaderClassName
{
color: #096C0C;
}
.AnyTagClassName
{
color: #096C0C;
}
</style>
background-color css
<style>
a { background-color: #096C0C; }
a { background-color: rgb(9,108,12); }
div.DivClassName
{
background-color: #096C0C;
}
.BgClassName
{
background-color: #096C0C;
}
</style>
border-color css
<style>
span { border-color: #096C0C; }
span { border-color: rgb(9,108,12); }
td.TdClassName
{
border-color: #096C0C;
}
.TagClassName
{
border-color: #096C0C;
}
</style>