Shades of Green #09700E
Tints of Green #09700E
RGB
CMYK
RGB Variations
Color information
#09700E (or 0x09700E) is known color: Green. HEX triplet: 09, 70 and 0E. RGB value is (9,112,14). Sum of RGB (Red+Green+Blue) = 9+112+14=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #09700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09700E is #F68FF1. Grayscale: #464646. Windows color (decimal): -16158706 or 946185. OLE color: 946185.
HSL color Cylindrical-coordinate representation of color #09700E: hue angle of 122.91º 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 #09700E is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 14 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.56 |
| HSL | 122.91º | 0.85% | 0.24% | - |
| HSV(B) | 122.91º | 0.92% | 0.44% | - |
| XYZ | 5.99 | 11.68 | 2.35 | - |
| YUV | 70.03 | 96.38 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 14 | 0.92 | 0 | 0.88 | 0.56 | 122.91 | 0.85 | 0.24 |
| Hex | 9 | 70 | E | 5C | 0 | 58 | 38 | 7B | 55 | 18 |
| Octal | 11 | 160 | 16 | 134 | 0 | 130 | 70 | 173 | 125 | 30 |
| Binary | 1001 | 1110000 | 1110 | 1011100 | 0 | 1011000 | 111000 | 1111011 | 1010101 | 11000 |
Color Harmonies of #09700E
Complementary color
Monochromatic Colors of #09700E
Black with #09700E
Text Example
Text Example
White with #09700E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09700E; }
p { color: rgb(9,112,14); }
H1.HeaderClassName
{
color: #09700E;
}
.AnyTagClassName
{
color: #09700E;
}
</style>
background-color css
<style>
a { background-color: #09700E; }
a { background-color: rgb(9,112,14); }
div.DivClassName
{
background-color: #09700E;
}
.BgClassName
{
background-color: #09700E;
}
</style>
border-color css
<style>
span { border-color: #09700E; }
span { border-color: rgb(9,112,14); }
td.TdClassName
{
border-color: #09700E;
}
.TagClassName
{
border-color: #09700E;
}
</style>