Shades of Green #0A7711
Tints of Green #0A7711
RGB
CMYK
RGB Variations
Color information
#0A7711 (or 0x0A7711) is known color: Green. HEX triplet: 0A, 77 and 11. RGB value is (10,119,17). Sum of RGB (Red+Green+Blue) = 10+119+17=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 119 (46.88% from 255 or 81.51% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7711 is #F588EE. Grayscale: #4B4B4B. Windows color (decimal): -16091375 or 1144586. OLE color: 1144586.
HSL color Cylindrical-coordinate representation of color #0A7711: hue angle of 123.85º degrees, saturation: 0.84, 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 #0A7711 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 17 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.53 |
| HSL | 123.85º | 0.84% | 0.25% | - |
| HSV(B) | 123.85º | 0.92% | 0.47% | - |
| XYZ | 6.82 | 13.3 | 2.74 | - |
| YUV | 74.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 17 | 0.92 | 0 | 0.86 | 0.53 | 123.85 | 0.84 | 0.25 |
| Hex | A | 77 | 11 | 5C | 0 | 56 | 35 | 7C | 54 | 19 |
| Octal | 12 | 167 | 21 | 134 | 0 | 126 | 65 | 174 | 124 | 31 |
| Binary | 1010 | 1110111 | 10001 | 1011100 | 0 | 1010110 | 110101 | 1111100 | 1010100 | 11001 |
Color Harmonies of #0A7711
Complementary color
Monochromatic Colors of #0A7711
Black with #0A7711
Text Example
Text Example
White with #0A7711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7711; }
p { color: rgb(10,119,17); }
H1.HeaderClassName
{
color: #0A7711;
}
.AnyTagClassName
{
color: #0A7711;
}
</style>
background-color css
<style>
a { background-color: #0A7711; }
a { background-color: rgb(10,119,17); }
div.DivClassName
{
background-color: #0A7711;
}
.BgClassName
{
background-color: #0A7711;
}
</style>
border-color css
<style>
span { border-color: #0A7711; }
span { border-color: rgb(10,119,17); }
td.TdClassName
{
border-color: #0A7711;
}
.TagClassName
{
border-color: #0A7711;
}
</style>