Shades of Green #0A7811
Tints of Green #0A7811
RGB
CMYK
RGB Variations
Color information
#0A7811 (or 0x0A7811) is known color: Green. HEX triplet: 0A, 78 and 11. RGB value is (10,120,17). Sum of RGB (Red+Green+Blue) = 10+120+17=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 120 (47.27% from 255 or 81.63% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 120 - color contains mainly: green. Hex color #0A7811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7811 is #F587EE. Grayscale: #4B4B4B. Windows color (decimal): -16091119 or 1144842. OLE color: 1144842.
HSL color Cylindrical-coordinate representation of color #0A7811: hue angle of 123.82º degrees, saturation: 0.85, 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 #0A7811 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 120 | 17 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.53 |
| HSL | 123.82º | 0.85% | 0.25% | - |
| HSV(B) | 123.82º | 0.92% | 0.47% | - |
| XYZ | 6.94 | 13.54 | 2.78 | - |
| YUV | 75.37 | 95.06 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 120 | 17 | 0.92 | 0 | 0.86 | 0.53 | 123.82 | 0.85 | 0.25 |
| Hex | A | 78 | 11 | 5C | 0 | 56 | 35 | 7C | 55 | 19 |
| Octal | 12 | 170 | 21 | 134 | 0 | 126 | 65 | 174 | 125 | 31 |
| Binary | 1010 | 1111000 | 10001 | 1011100 | 0 | 1010110 | 110101 | 1111100 | 1010101 | 11001 |
Color Harmonies of #0A7811
Complementary color
Monochromatic Colors of #0A7811
Black with #0A7811
Text Example
Text Example
White with #0A7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7811; }
p { color: rgb(10,120,17); }
H1.HeaderClassName
{
color: #0A7811;
}
.AnyTagClassName
{
color: #0A7811;
}
</style>
background-color css
<style>
a { background-color: #0A7811; }
a { background-color: rgb(10,120,17); }
div.DivClassName
{
background-color: #0A7811;
}
.BgClassName
{
background-color: #0A7811;
}
</style>
border-color css
<style>
span { border-color: #0A7811; }
span { border-color: rgb(10,120,17); }
td.TdClassName
{
border-color: #0A7811;
}
.TagClassName
{
border-color: #0A7811;
}
</style>