Shades of Green #0A770A
Tints of Green #0A770A
RGB
CMYK
RGB Variations
Color information
#0A770A (or 0x0A770A) is known color: Green. HEX triplet: 0A, 77 and 0A. RGB value is (10,119,10). Sum of RGB (Red+Green+Blue) = 10+119+10=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 119 (46.88% from 255 or 85.61% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 119 - color contains mainly: green. Hex color #0A770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A770A is #F588F5. Grayscale: #4A4A4A. Windows color (decimal): -16091382 or 685834. OLE color: 685834.
HSL color Cylindrical-coordinate representation of color #0A770A: hue angle of 120º 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 #0A770A is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 10 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.53 |
| HSL | 120º | 0.84% | 0.25% | - |
| HSV(B) | 120º | 0.92% | 0.47% | - |
| XYZ | 6.78 | 13.28 | 2.49 | - |
| YUV | 73.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 10 | 0.92 | 0 | 0.92 | 0.53 | 120 | 0.84 | 0.25 |
| Hex | A | 77 | A | 5C | 0 | 5C | 35 | 78 | 54 | 19 |
| Octal | 12 | 167 | 12 | 134 | 0 | 134 | 65 | 170 | 124 | 31 |
| Binary | 1010 | 1110111 | 1010 | 1011100 | 0 | 1011100 | 110101 | 1111000 | 1010100 | 11001 |
Color Harmonies of #0A770A
Complementary color
Monochromatic Colors of #0A770A
Black with #0A770A
Text Example
Text Example
White with #0A770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A770A; }
p { color: rgb(10,119,10); }
H1.HeaderClassName
{
color: #0A770A;
}
.AnyTagClassName
{
color: #0A770A;
}
</style>
background-color css
<style>
a { background-color: #0A770A; }
a { background-color: rgb(10,119,10); }
div.DivClassName
{
background-color: #0A770A;
}
.BgClassName
{
background-color: #0A770A;
}
</style>
border-color css
<style>
span { border-color: #0A770A; }
span { border-color: rgb(10,119,10); }
td.TdClassName
{
border-color: #0A770A;
}
.TagClassName
{
border-color: #0A770A;
}
</style>