Shades of Lima #80A705
Tints of Lima #80A705
RGB
CMYK
RGB Variations
Color information
#80A705 (or 0x80A705) is known color: Lima. HEX triplet: 80, A7 and 05. RGB value is (128,167,5). Sum of RGB (Red+Green+Blue) = 128+167+5=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #80A705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A705 is #7F58FA. Grayscale: #898989. Windows color (decimal): -8345851 or 370560. OLE color: 370560.
HSL color Cylindrical-coordinate representation of color #80A705: hue angle of 74.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80A705 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.35 |
| HSL | 74.44º | 0.94% | 0.34% | - |
| HSV(B) | 74.44º | 0.97% | 0.65% | - |
| XYZ | 22.75 | 32.24 | 5.17 | - |
| YUV | 136.87 | 53.58 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 5 | 0.23 | 0 | 0.97 | 0.35 | 74.44 | 0.94 | 0.34 |
| Hex | 80 | A7 | 5 | 17 | 0 | 61 | 23 | 4A | 5E | 22 |
| Octal | 200 | 247 | 5 | 27 | 0 | 141 | 43 | 112 | 136 | 42 |
| Binary | 10000000 | 10100111 | 101 | 10111 | 0 | 1100001 | 100011 | 1001010 | 1011110 | 100010 |
Color Harmonies of #80A705
Complementary color
Monochromatic Colors of #80A705
Black with #80A705
Text Example
Text Example
White with #80A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A705; }
p { color: rgb(128,167,5); }
H1.HeaderClassName
{
color: #80A705;
}
.AnyTagClassName
{
color: #80A705;
}
</style>
background-color css
<style>
a { background-color: #80A705; }
a { background-color: rgb(128,167,5); }
div.DivClassName
{
background-color: #80A705;
}
.BgClassName
{
background-color: #80A705;
}
</style>
border-color css
<style>
span { border-color: #80A705; }
span { border-color: rgb(128,167,5); }
td.TdClassName
{
border-color: #80A705;
}
.TagClassName
{
border-color: #80A705;
}
</style>