Shades of Green #097600
Tints of Green #097600
RGB
CMYK
RGB Variations
Color information
#097600 (or 0x097600) is known color: Green. HEX triplet: 09, 76 and 00. RGB value is (9,118,0). Sum of RGB (Red+Green+Blue) = 9+118+0=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 118 (46.48% from 255 or 92.91% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 118 - color contains mainly: green. Hex color #097600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097600 is #F689FF. Grayscale: #484848. Windows color (decimal): -16157184 or 30217. OLE color: 30217.
HSL color Cylindrical-coordinate representation of color #097600: hue angle of 115.42º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #097600 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 118 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.54 |
| HSL | 115.42º | 1% | 0.23% | - |
| HSV(B) | 115.42º | 1% | 0.46% | - |
| XYZ | 6.59 | 13.01 | 2.16 | - |
| YUV | 71.96 | 87.39 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 118 | 0 | 0.92 | 0 | 1 | 0.54 | 115.42 | 1 | 0.23 |
| Hex | 9 | 76 | 0 | 5C | 0 | 64 | 36 | 73 | 64 | 17 |
| Octal | 11 | 166 | 0 | 134 | 0 | 144 | 66 | 163 | 144 | 27 |
| Binary | 1001 | 1110110 | 0 | 1011100 | 0 | 1100100 | 110110 | 1110011 | 1100100 | 10111 |
Color Harmonies of #097600
Complementary color
Monochromatic Colors of #097600
Black with #097600
Text Example
Text Example
White with #097600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097600; }
p { color: rgb(9,118,0); }
H1.HeaderClassName
{
color: #097600;
}
.AnyTagClassName
{
color: #097600;
}
</style>
background-color css
<style>
a { background-color: #097600; }
a { background-color: rgb(9,118,0); }
div.DivClassName
{
background-color: #097600;
}
.BgClassName
{
background-color: #097600;
}
</style>
border-color css
<style>
span { border-color: #097600; }
span { border-color: rgb(9,118,0); }
td.TdClassName
{
border-color: #097600;
}
.TagClassName
{
border-color: #097600;
}
</style>