Shades of Green #09770E
Tints of Green #09770E
RGB
CMYK
RGB Variations
Color information
#09770E (or 0x09770E) is known color: Green. HEX triplet: 09, 77 and 0E. RGB value is (9,119,14). Sum of RGB (Red+Green+Blue) = 9+119+14=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #09770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09770E is #F688F1. Grayscale: #4A4A4A. Windows color (decimal): -16156914 or 947977. OLE color: 947977.
HSL color Cylindrical-coordinate representation of color #09770E: hue angle of 122.73º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09770E is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 9 | 119 | 14 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.53 |
| HSL | 122.73º | 0.86% | 0.25% | - |
| HSV(B) | 122.73º | 0.92% | 0.47% | - |
| XYZ | 6.79 | 13.28 | 2.62 | - |
| YUV | 74.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 119 | 14 | 0.92 | 0 | 0.88 | 0.53 | 122.73 | 0.86 | 0.25 |
| Hex | 9 | 77 | E | 5C | 0 | 58 | 35 | 7B | 56 | 19 |
| Octal | 11 | 167 | 16 | 134 | 0 | 130 | 65 | 173 | 126 | 31 |
| Binary | 1001 | 1110111 | 1110 | 1011100 | 0 | 1011000 | 110101 | 1111011 | 1010110 | 11001 |
Color Harmonies of #09770E
Complementary color
Monochromatic Colors of #09770E
Black with #09770E
Text Example
Text Example
White with #09770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09770E; }
p { color: rgb(9,119,14); }
H1.HeaderClassName
{
color: #09770E;
}
.AnyTagClassName
{
color: #09770E;
}
</style>
background-color css
<style>
a { background-color: #09770E; }
a { background-color: rgb(9,119,14); }
div.DivClassName
{
background-color: #09770E;
}
.BgClassName
{
background-color: #09770E;
}
</style>
border-color css
<style>
span { border-color: #09770E; }
span { border-color: rgb(9,119,14); }
td.TdClassName
{
border-color: #09770E;
}
.TagClassName
{
border-color: #09770E;
}
</style>