Shades of Green #096007
Tints of Green #096007
RGB
CMYK
RGB Variations
Color information
#096007 (or 0x096007) is known color: Green. HEX triplet: 09, 60 and 07. RGB value is (9,96,7). Sum of RGB (Red+Green+Blue) = 9+96+7=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #096007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096007 is #F69FF8. Grayscale: #3C3C3C. Windows color (decimal): -16162809 or 483337. OLE color: 483337.
HSL color Cylindrical-coordinate representation of color #096007: hue angle of 118.65º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096007 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 7 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.62 |
| HSL | 118.65º | 0.86% | 0.2% | - |
| HSV(B) | 118.65º | 0.93% | 0.38% | - |
| XYZ | 4.33 | 8.44 | 1.6 | - |
| YUV | 59.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 7 | 0.91 | 0 | 0.93 | 0.62 | 118.65 | 0.86 | 0.2 |
| Hex | 9 | 60 | 7 | 5B | 0 | 5D | 3E | 77 | 56 | 14 |
| Octal | 11 | 140 | 7 | 133 | 0 | 135 | 76 | 167 | 126 | 24 |
| Binary | 1001 | 1100000 | 111 | 1011011 | 0 | 1011101 | 111110 | 1110111 | 1010110 | 10100 |
Color Harmonies of #096007
Complementary color
Monochromatic Colors of #096007
Black with #096007
Text Example
Text Example
White with #096007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096007; }
p { color: rgb(9,96,7); }
H1.HeaderClassName
{
color: #096007;
}
.AnyTagClassName
{
color: #096007;
}
</style>
background-color css
<style>
a { background-color: #096007; }
a { background-color: rgb(9,96,7); }
div.DivClassName
{
background-color: #096007;
}
.BgClassName
{
background-color: #096007;
}
</style>
border-color css
<style>
span { border-color: #096007; }
span { border-color: rgb(9,96,7); }
td.TdClassName
{
border-color: #096007;
}
.TagClassName
{
border-color: #096007;
}
</style>