Shades of Green #0A7705
Tints of Green #0A7705
RGB
CMYK
RGB Variations
Color information
#0A7705 (or 0x0A7705) is known color: Green. HEX triplet: 0A, 77 and 05. RGB value is (10,119,5). Sum of RGB (Red+Green+Blue) = 10+119+5=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7705 is #F588FA. Grayscale: #494949. Windows color (decimal): -16091387 or 358154. OLE color: 358154.
HSL color Cylindrical-coordinate representation of color #0A7705: hue angle of 117.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A7705 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 10 | 119 | 5 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.53 |
| HSL | 117.37º | 0.92% | 0.24% | - |
| HSV(B) | 117.37º | 0.96% | 0.47% | - |
| XYZ | 6.75 | 13.27 | 2.35 | - |
| YUV | 73.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 119 | 5 | 0.92 | 0 | 0.96 | 0.53 | 117.37 | 0.92 | 0.24 |
| Hex | A | 77 | 5 | 5C | 0 | 60 | 35 | 75 | 5C | 18 |
| Octal | 12 | 167 | 5 | 134 | 0 | 140 | 65 | 165 | 134 | 30 |
| Binary | 1010 | 1110111 | 101 | 1011100 | 0 | 1100000 | 110101 | 1110101 | 1011100 | 11000 |
Color Harmonies of #0A7705
Complementary color
Monochromatic Colors of #0A7705
Black with #0A7705
Text Example
Text Example
White with #0A7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7705; }
p { color: rgb(10,119,5); }
H1.HeaderClassName
{
color: #0A7705;
}
.AnyTagClassName
{
color: #0A7705;
}
</style>
background-color css
<style>
a { background-color: #0A7705; }
a { background-color: rgb(10,119,5); }
div.DivClassName
{
background-color: #0A7705;
}
.BgClassName
{
background-color: #0A7705;
}
</style>
border-color css
<style>
span { border-color: #0A7705; }
span { border-color: rgb(10,119,5); }
td.TdClassName
{
border-color: #0A7705;
}
.TagClassName
{
border-color: #0A7705;
}
</style>