Shades of Green #097407
Tints of Green #097407
RGB
CMYK
RGB Variations
Color information
#097407 (or 0x097407) is known color: Green. HEX triplet: 09, 74 and 07. RGB value is (9,116,7). Sum of RGB (Red+Green+Blue) = 9+116+7=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 116 (45.70% from 255 or 87.88% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 116 - color contains mainly: green. Hex color #097407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097407 is #F68BF8. Grayscale: #474747. Windows color (decimal): -16157689 or 488457. OLE color: 488457.
HSL color Cylindrical-coordinate representation of color #097407: hue angle of 118.9º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097407 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 116 | 7 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.55 |
| HSL | 118.9º | 0.89% | 0.24% | - |
| HSV(B) | 118.9º | 0.94% | 0.45% | - |
| XYZ | 6.4 | 12.56 | 2.29 | - |
| YUV | 71.58 | 91.55 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 116 | 7 | 0.92 | 0 | 0.94 | 0.55 | 118.9 | 0.89 | 0.24 |
| Hex | 9 | 74 | 7 | 5C | 0 | 5E | 37 | 77 | 59 | 18 |
| Octal | 11 | 164 | 7 | 134 | 0 | 136 | 67 | 167 | 131 | 30 |
| Binary | 1001 | 1110100 | 111 | 1011100 | 0 | 1011110 | 110111 | 1110111 | 1011001 | 11000 |
Color Harmonies of #097407
Complementary color
Monochromatic Colors of #097407
Black with #097407
Text Example
Text Example
White with #097407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097407; }
p { color: rgb(9,116,7); }
H1.HeaderClassName
{
color: #097407;
}
.AnyTagClassName
{
color: #097407;
}
</style>
background-color css
<style>
a { background-color: #097407; }
a { background-color: rgb(9,116,7); }
div.DivClassName
{
background-color: #097407;
}
.BgClassName
{
background-color: #097407;
}
</style>
border-color css
<style>
span { border-color: #097407; }
span { border-color: rgb(9,116,7); }
td.TdClassName
{
border-color: #097407;
}
.TagClassName
{
border-color: #097407;
}
</style>