Shades of Green #09701B
Tints of Green #09701B
RGB
CMYK
RGB Variations
Color information
#09701B (or 0x09701B) is known color: Green. HEX triplet: 09, 70 and 1B. RGB value is (9,112,27). Sum of RGB (Red+Green+Blue) = 9+112+27=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #09701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09701B is #F68FE4. Grayscale: #474747. Windows color (decimal): -16158693 or 1798153. OLE color: 1798153.
HSL color Cylindrical-coordinate representation of color #09701B: hue angle of 130.49º 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 #09701B is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 27 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.56 |
| HSL | 130.49º | 0.85% | 0.24% | - |
| HSV(B) | 130.49º | 0.92% | 0.44% | - |
| XYZ | 6.1 | 11.73 | 2.98 | - |
| YUV | 71.51 | 102.88 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 27 | 0.92 | 0 | 0.76 | 0.56 | 130.49 | 0.85 | 0.24 |
| Hex | 9 | 70 | 1B | 5C | 0 | 4C | 38 | 82 | 55 | 18 |
| Octal | 11 | 160 | 33 | 134 | 0 | 114 | 70 | 202 | 125 | 30 |
| Binary | 1001 | 1110000 | 11011 | 1011100 | 0 | 1001100 | 111000 | 10000010 | 1010101 | 11000 |
Color Harmonies of #09701B
Complementary color
Monochromatic Colors of #09701B
Black with #09701B
Text Example
Text Example
White with #09701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09701B; }
p { color: rgb(9,112,27); }
H1.HeaderClassName
{
color: #09701B;
}
.AnyTagClassName
{
color: #09701B;
}
</style>
background-color css
<style>
a { background-color: #09701B; }
a { background-color: rgb(9,112,27); }
div.DivClassName
{
background-color: #09701B;
}
.BgClassName
{
background-color: #09701B;
}
</style>
border-color css
<style>
span { border-color: #09701B; }
span { border-color: rgb(9,112,27); }
td.TdClassName
{
border-color: #09701B;
}
.TagClassName
{
border-color: #09701B;
}
</style>