Shades of Asparagus #80A765
Tints of Asparagus #80A765
RGB
CMYK
RGB Variations
Color information
#80A765 (or 0x80A765) is known color: Asparagus. HEX triplet: 80, A7 and 65. RGB value is (128,167,101). Sum of RGB (Red+Green+Blue) = 128+167+101=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #80A765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A765 is #7F589A. Grayscale: #949494. Windows color (decimal): -8345755 or 6662016. OLE color: 6662016.
HSL color Cylindrical-coordinate representation of color #80A765: hue angle of 95.45º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80A765 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 101 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.35 |
| HSL | 95.45º | 0.27% | 0.53% | - |
| HSV(B) | 95.45º | 0.4% | 0.65% | - |
| XYZ | 25.07 | 33.17 | 17.39 | - |
| YUV | 147.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 101 | 0.23 | 0 | 0.40 | 0.35 | 95.45 | 0.27 | 0.53 |
| Hex | 80 | A7 | 65 | 17 | 0 | 28 | 23 | 5F | 1B | 35 |
| Octal | 200 | 247 | 145 | 27 | 0 | 50 | 43 | 137 | 33 | 65 |
| Binary | 10000000 | 10100111 | 1100101 | 10111 | 0 | 101000 | 100011 | 1011111 | 11011 | 110101 |
Color Harmonies of #80A765
Complementary color
Monochromatic Colors of #80A765
Black with #80A765
Text Example
Text Example
White with #80A765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A765; }
p { color: rgb(128,167,101); }
H1.HeaderClassName
{
color: #80A765;
}
.AnyTagClassName
{
color: #80A765;
}
</style>
background-color css
<style>
a { background-color: #80A765; }
a { background-color: rgb(128,167,101); }
div.DivClassName
{
background-color: #80A765;
}
.BgClassName
{
background-color: #80A765;
}
</style>
border-color css
<style>
span { border-color: #80A765; }
span { border-color: rgb(128,167,101); }
td.TdClassName
{
border-color: #80A765;
}
.TagClassName
{
border-color: #80A765;
}
</style>