Shades of Green #096106
Tints of Green #096106
RGB
CMYK
RGB Variations
Color information
#096106 (or 0x096106) is known color: Green. HEX triplet: 09, 61 and 06. RGB value is (9,97,6). Sum of RGB (Red+Green+Blue) = 9+97+6=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 97 (38.28% from 255 or 86.61% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 97 - color contains mainly: green. Hex color #096106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096106 is #F69EF9. Grayscale: #3C3C3C. Windows color (decimal): -16162554 or 418057. OLE color: 418057.
HSL color Cylindrical-coordinate representation of color #096106: hue angle of 118.02º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096106 is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 6 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.62 |
| HSL | 118.02º | 0.88% | 0.2% | - |
| HSV(B) | 118.02º | 0.94% | 0.38% | - |
| XYZ | 4.42 | 8.62 | 1.6 | - |
| YUV | 60.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 6 | 0.91 | 0 | 0.94 | 0.62 | 118.02 | 0.88 | 0.2 |
| Hex | 9 | 61 | 6 | 5B | 0 | 5E | 3E | 76 | 58 | 14 |
| Octal | 11 | 141 | 6 | 133 | 0 | 136 | 76 | 166 | 130 | 24 |
| Binary | 1001 | 1100001 | 110 | 1011011 | 0 | 1011110 | 111110 | 1110110 | 1011000 | 10100 |
Color Harmonies of #096106
Complementary color
Monochromatic Colors of #096106
Black with #096106
Text Example
Text Example
White with #096106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096106; }
p { color: rgb(9,97,6); }
H1.HeaderClassName
{
color: #096106;
}
.AnyTagClassName
{
color: #096106;
}
</style>
background-color css
<style>
a { background-color: #096106; }
a { background-color: rgb(9,97,6); }
div.DivClassName
{
background-color: #096106;
}
.BgClassName
{
background-color: #096106;
}
</style>
border-color css
<style>
span { border-color: #096106; }
span { border-color: rgb(9,97,6); }
td.TdClassName
{
border-color: #096106;
}
.TagClassName
{
border-color: #096106;
}
</style>