Shades of Asparagus #81A061
Tints of Asparagus #81A061
RGB
CMYK
RGB Variations
Color information
#81A061 (or 0x81A061) is known color: Asparagus. HEX triplet: 81, A0 and 61. RGB value is (129,160,97). Sum of RGB (Red+Green+Blue) = 129+160+97=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #81A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A061 is #7E5F9E. Grayscale: #8F8F8F. Windows color (decimal): -8282015 or 6398081. OLE color: 6398081.
HSL color Cylindrical-coordinate representation of color #81A061: hue angle of 89.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81A061 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 97 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.37 |
| HSL | 89.52º | 0.25% | 0.5% | - |
| HSV(B) | 89.52º | 0.39% | 0.63% | - |
| XYZ | 23.78 | 30.67 | 15.98 | - |
| YUV | 143.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 97 | 0.19 | 0 | 0.39 | 0.37 | 89.52 | 0.25 | 0.5 |
| Hex | 81 | A0 | 61 | 13 | 0 | 27 | 25 | 5A | 19 | 32 |
| Octal | 201 | 240 | 141 | 23 | 0 | 47 | 45 | 132 | 31 | 62 |
| Binary | 10000001 | 10100000 | 1100001 | 10011 | 0 | 100111 | 100101 | 1011010 | 11001 | 110010 |
Color Harmonies of #81A061
Complementary color
Monochromatic Colors of #81A061
Black with #81A061
Text Example
Text Example
White with #81A061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A061; }
p { color: rgb(129,160,97); }
H1.HeaderClassName
{
color: #81A061;
}
.AnyTagClassName
{
color: #81A061;
}
</style>
background-color css
<style>
a { background-color: #81A061; }
a { background-color: rgb(129,160,97); }
div.DivClassName
{
background-color: #81A061;
}
.BgClassName
{
background-color: #81A061;
}
</style>
border-color css
<style>
span { border-color: #81A061; }
span { border-color: rgb(129,160,97); }
td.TdClassName
{
border-color: #81A061;
}
.TagClassName
{
border-color: #81A061;
}
</style>