Shades of Green #09700A
Tints of Green #09700A
RGB
CMYK
RGB Variations
Color information
#09700A (or 0x09700A) is known color: Green. HEX triplet: 09, 70 and 0A. RGB value is (9,112,10). Sum of RGB (Red+Green+Blue) = 9+112+10=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #09700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09700A is #F68FF5. Grayscale: #454545. Windows color (decimal): -16158710 or 684041. OLE color: 684041.
HSL color Cylindrical-coordinate representation of color #09700A: hue angle of 120.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09700A is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 10 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.56 |
| HSL | 120.58º | 0.85% | 0.24% | - |
| HSV(B) | 120.58º | 0.92% | 0.44% | - |
| XYZ | 5.96 | 11.67 | 2.23 | - |
| YUV | 69.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 10 | 0.92 | 0 | 0.91 | 0.56 | 120.58 | 0.85 | 0.24 |
| Hex | 9 | 70 | A | 5C | 0 | 5B | 38 | 79 | 55 | 18 |
| Octal | 11 | 160 | 12 | 134 | 0 | 133 | 70 | 171 | 125 | 30 |
| Binary | 1001 | 1110000 | 1010 | 1011100 | 0 | 1011011 | 111000 | 1111001 | 1010101 | 11000 |
Color Harmonies of #09700A
Complementary color
Monochromatic Colors of #09700A
Black with #09700A
Text Example
Text Example
White with #09700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09700A; }
p { color: rgb(9,112,10); }
H1.HeaderClassName
{
color: #09700A;
}
.AnyTagClassName
{
color: #09700A;
}
</style>
background-color css
<style>
a { background-color: #09700A; }
a { background-color: rgb(9,112,10); }
div.DivClassName
{
background-color: #09700A;
}
.BgClassName
{
background-color: #09700A;
}
</style>
border-color css
<style>
span { border-color: #09700A; }
span { border-color: rgb(9,112,10); }
td.TdClassName
{
border-color: #09700A;
}
.TagClassName
{
border-color: #09700A;
}
</style>