Shades of Green #097702
Tints of Green #097702
RGB
CMYK
RGB Variations
Color information
#097702 (or 0x097702) is known color: Green. HEX triplet: 09, 77 and 02. RGB value is (9,119,2). Sum of RGB (Red+Green+Blue) = 9+119+2=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 119 (46.88% from 255 or 91.54% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 119 - color contains mainly: green. Hex color #097702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097702 is #F688FD. Grayscale: #494949. Windows color (decimal): -16156926 or 161545. OLE color: 161545.
HSL color Cylindrical-coordinate representation of color #097702: hue angle of 116.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #097702 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.53 |
| HSL | 116.41º | 0.97% | 0.24% | - |
| HSV(B) | 116.41º | 0.98% | 0.47% | - |
| XYZ | 6.72 | 13.26 | 2.26 | - |
| YUV | 72.77 | 88.06 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 2 | 0.92 | 0 | 0.98 | 0.53 | 116.41 | 0.97 | 0.24 |
| Hex | 9 | 77 | 2 | 5C | 0 | 62 | 35 | 74 | 61 | 18 |
| Octal | 11 | 167 | 2 | 134 | 0 | 142 | 65 | 164 | 141 | 30 |
| Binary | 1001 | 1110111 | 10 | 1011100 | 0 | 1100010 | 110101 | 1110100 | 1100001 | 11000 |
Color Harmonies of #097702
Complementary color
Monochromatic Colors of #097702
Black with #097702
Text Example
Text Example
White with #097702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097702; }
p { color: rgb(9,119,2); }
H1.HeaderClassName
{
color: #097702;
}
.AnyTagClassName
{
color: #097702;
}
</style>
background-color css
<style>
a { background-color: #097702; }
a { background-color: rgb(9,119,2); }
div.DivClassName
{
background-color: #097702;
}
.BgClassName
{
background-color: #097702;
}
</style>
border-color css
<style>
span { border-color: #097702; }
span { border-color: rgb(9,119,2); }
td.TdClassName
{
border-color: #097702;
}
.TagClassName
{
border-color: #097702;
}
</style>