Shades of Asparagus #80A069
Tints of Asparagus #80A069
RGB
CMYK
RGB Variations
Color information
#80A069 (or 0x80A069) is known color: Asparagus. HEX triplet: 80, A0 and 69. RGB value is (128,160,105). Sum of RGB (Red+Green+Blue) = 128+160+105=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #80A069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A069 is #7F5F96. Grayscale: #909090. Windows color (decimal): -8347543 or 6922368. OLE color: 6922368.
HSL color Cylindrical-coordinate representation of color #80A069: hue angle of 94.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80A069 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 105 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.37 |
| HSL | 94.91º | 0.22% | 0.52% | - |
| HSV(B) | 94.91º | 0.34% | 0.63% | - |
| XYZ | 24.02 | 30.75 | 18.03 | - |
| YUV | 144.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 105 | 0.20 | 0 | 0.34 | 0.37 | 94.91 | 0.22 | 0.52 |
| Hex | 80 | A0 | 69 | 14 | 0 | 22 | 25 | 5F | 16 | 34 |
| Octal | 200 | 240 | 151 | 24 | 0 | 42 | 45 | 137 | 26 | 64 |
| Binary | 10000000 | 10100000 | 1101001 | 10100 | 0 | 100010 | 100101 | 1011111 | 10110 | 110100 |
Color Harmonies of #80A069
Complementary color
Monochromatic Colors of #80A069
Black with #80A069
Text Example
Text Example
White with #80A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A069; }
p { color: rgb(128,160,105); }
H1.HeaderClassName
{
color: #80A069;
}
.AnyTagClassName
{
color: #80A069;
}
</style>
background-color css
<style>
a { background-color: #80A069; }
a { background-color: rgb(128,160,105); }
div.DivClassName
{
background-color: #80A069;
}
.BgClassName
{
background-color: #80A069;
}
</style>
border-color css
<style>
span { border-color: #80A069; }
span { border-color: rgb(128,160,105); }
td.TdClassName
{
border-color: #80A069;
}
.TagClassName
{
border-color: #80A069;
}
</style>