Shades of Green #097805
Tints of Green #097805
RGB
CMYK
RGB Variations
Color information
#097805 (or 0x097805) is known color: Green. HEX triplet: 09, 78 and 05. RGB value is (9,120,5). Sum of RGB (Red+Green+Blue) = 9+120+5=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 120 (47.27% from 255 or 89.55% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 120 - color contains mainly: green. Hex color #097805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097805 is #F687FA. Grayscale: #4A4A4A. Windows color (decimal): -16156667 or 358409. OLE color: 358409.
HSL color Cylindrical-coordinate representation of color #097805: hue angle of 117.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097805 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 120 | 5 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.53 |
| HSL | 117.91º | 0.92% | 0.25% | - |
| HSV(B) | 117.91º | 0.96% | 0.47% | - |
| XYZ | 6.86 | 13.5 | 2.39 | - |
| YUV | 73.7 | 89.23 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 120 | 5 | 0.92 | 0 | 0.96 | 0.53 | 117.91 | 0.92 | 0.25 |
| Hex | 9 | 78 | 5 | 5C | 0 | 60 | 35 | 76 | 5C | 19 |
| Octal | 11 | 170 | 5 | 134 | 0 | 140 | 65 | 166 | 134 | 31 |
| Binary | 1001 | 1111000 | 101 | 1011100 | 0 | 1100000 | 110101 | 1110110 | 1011100 | 11001 |
Color Harmonies of #097805
Complementary color
Monochromatic Colors of #097805
Black with #097805
Text Example
Text Example
White with #097805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097805; }
p { color: rgb(9,120,5); }
H1.HeaderClassName
{
color: #097805;
}
.AnyTagClassName
{
color: #097805;
}
</style>
background-color css
<style>
a { background-color: #097805; }
a { background-color: rgb(9,120,5); }
div.DivClassName
{
background-color: #097805;
}
.BgClassName
{
background-color: #097805;
}
</style>
border-color css
<style>
span { border-color: #097805; }
span { border-color: rgb(9,120,5); }
td.TdClassName
{
border-color: #097805;
}
.TagClassName
{
border-color: #097805;
}
</style>