Shades of Green #097705
Tints of Green #097705
RGB
CMYK
RGB Variations
Color information
#097705 (or 0x097705) is known color: Green. HEX triplet: 09, 77 and 05. RGB value is (9,119,5). Sum of RGB (Red+Green+Blue) = 9+119+5=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 119 (46.88% from 255 or 89.47% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 119 - color contains mainly: green. Hex color #097705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097705 is #F688FA. Grayscale: #494949. Windows color (decimal): -16156923 or 358153. OLE color: 358153.
HSL color Cylindrical-coordinate representation of color #097705: hue angle of 117.89º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097705 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 5 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.53 |
| HSL | 117.89º | 0.92% | 0.24% | - |
| HSV(B) | 117.89º | 0.96% | 0.47% | - |
| XYZ | 6.74 | 13.26 | 2.35 | - |
| YUV | 73.11 | 89.56 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 5 | 0.92 | 0 | 0.96 | 0.53 | 117.89 | 0.92 | 0.24 |
| Hex | 9 | 77 | 5 | 5C | 0 | 60 | 35 | 76 | 5C | 18 |
| Octal | 11 | 167 | 5 | 134 | 0 | 140 | 65 | 166 | 134 | 30 |
| Binary | 1001 | 1110111 | 101 | 1011100 | 0 | 1100000 | 110101 | 1110110 | 1011100 | 11000 |
Color Harmonies of #097705
Complementary color
Monochromatic Colors of #097705
Black with #097705
Text Example
Text Example
White with #097705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097705; }
p { color: rgb(9,119,5); }
H1.HeaderClassName
{
color: #097705;
}
.AnyTagClassName
{
color: #097705;
}
</style>
background-color css
<style>
a { background-color: #097705; }
a { background-color: rgb(9,119,5); }
div.DivClassName
{
background-color: #097705;
}
.BgClassName
{
background-color: #097705;
}
</style>
border-color css
<style>
span { border-color: #097705; }
span { border-color: rgb(9,119,5); }
td.TdClassName
{
border-color: #097705;
}
.TagClassName
{
border-color: #097705;
}
</style>