Shades of Green #09700B
Tints of Green #09700B
RGB
CMYK
RGB Variations
Color information
#09700B (or 0x09700B) is known color: Green. HEX triplet: 09, 70 and 0B. RGB value is (9,112,11). Sum of RGB (Red+Green+Blue) = 9+112+11=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 112 (44.14% from 255 or 84.85% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 112 - color contains mainly: green. Hex color #09700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09700B is #F68FF4. Grayscale: #454545. Windows color (decimal): -16158709 or 749577. OLE color: 749577.
HSL color Cylindrical-coordinate representation of color #09700B: hue angle of 121.17º 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 #09700B is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 11 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.56 |
| HSL | 121.17º | 0.85% | 0.24% | - |
| HSV(B) | 121.17º | 0.92% | 0.44% | - |
| XYZ | 5.97 | 11.67 | 2.25 | - |
| YUV | 69.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 11 | 0.92 | 0 | 0.90 | 0.56 | 121.17 | 0.85 | 0.24 |
| Hex | 9 | 70 | B | 5C | 0 | 5A | 38 | 79 | 55 | 18 |
| Octal | 11 | 160 | 13 | 134 | 0 | 132 | 70 | 171 | 125 | 30 |
| Binary | 1001 | 1110000 | 1011 | 1011100 | 0 | 1011010 | 111000 | 1111001 | 1010101 | 11000 |
Color Harmonies of #09700B
Complementary color
Monochromatic Colors of #09700B
Black with #09700B
Text Example
Text Example
White with #09700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09700B; }
p { color: rgb(9,112,11); }
H1.HeaderClassName
{
color: #09700B;
}
.AnyTagClassName
{
color: #09700B;
}
</style>
background-color css
<style>
a { background-color: #09700B; }
a { background-color: rgb(9,112,11); }
div.DivClassName
{
background-color: #09700B;
}
.BgClassName
{
background-color: #09700B;
}
</style>
border-color css
<style>
span { border-color: #09700B; }
span { border-color: rgb(9,112,11); }
td.TdClassName
{
border-color: #09700B;
}
.TagClassName
{
border-color: #09700B;
}
</style>