Shades of Green #096C07
Tints of Green #096C07
RGB
CMYK
RGB Variations
Color information
#096C07 (or 0x096C07) is known color: Green. HEX triplet: 09, 6C and 07. RGB value is (9,108,7). Sum of RGB (Red+Green+Blue) = 9+108+7=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #096C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C07 is #F693F8. Grayscale: #434343. Windows color (decimal): -16159737 or 486409. OLE color: 486409.
HSL color Cylindrical-coordinate representation of color #096C07: hue angle of 118.81º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096C07 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 108 | 7 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.58 |
| HSL | 118.81º | 0.88% | 0.23% | - |
| HSV(B) | 118.81º | 0.94% | 0.42% | - |
| XYZ | 5.51 | 10.8 | 1.99 | - |
| YUV | 66.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 108 | 7 | 0.92 | 0 | 0.94 | 0.58 | 118.81 | 0.88 | 0.23 |
| Hex | 9 | 6C | 7 | 5C | 0 | 5E | 3A | 77 | 58 | 17 |
| Octal | 11 | 154 | 7 | 134 | 0 | 136 | 72 | 167 | 130 | 27 |
| Binary | 1001 | 1101100 | 111 | 1011100 | 0 | 1011110 | 111010 | 1110111 | 1011000 | 10111 |
Color Harmonies of #096C07
Complementary color
Monochromatic Colors of #096C07
Black with #096C07
Text Example
Text Example
White with #096C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096C07; }
p { color: rgb(9,108,7); }
H1.HeaderClassName
{
color: #096C07;
}
.AnyTagClassName
{
color: #096C07;
}
</style>
background-color css
<style>
a { background-color: #096C07; }
a { background-color: rgb(9,108,7); }
div.DivClassName
{
background-color: #096C07;
}
.BgClassName
{
background-color: #096C07;
}
</style>
border-color css
<style>
span { border-color: #096C07; }
span { border-color: rgb(9,108,7); }
td.TdClassName
{
border-color: #096C07;
}
.TagClassName
{
border-color: #096C07;
}
</style>