Shades of Asparagus #81A16A
Tints of Asparagus #81A16A
RGB
CMYK
RGB Variations
Color information
#81A16A (or 0x81A16A) is known color: Asparagus. HEX triplet: 81, A1 and 6A. RGB value is (129,161,106). Sum of RGB (Red+Green+Blue) = 129+161+106=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #81A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A16A is #7E5E95. Grayscale: #919191. Windows color (decimal): -8281750 or 6988161. OLE color: 6988161.
HSL color Cylindrical-coordinate representation of color #81A16A: hue angle of 94.91º degrees, saturation: 0.23, 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 #81A16A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 106 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.37 |
| HSL | 94.91º | 0.23% | 0.52% | - |
| HSV(B) | 94.91º | 0.34% | 0.63% | - |
| XYZ | 24.4 | 31.2 | 18.37 | - |
| YUV | 145.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 106 | 0.20 | 0 | 0.34 | 0.37 | 94.91 | 0.23 | 0.52 |
| Hex | 81 | A1 | 6A | 14 | 0 | 22 | 25 | 5F | 17 | 34 |
| Octal | 201 | 241 | 152 | 24 | 0 | 42 | 45 | 137 | 27 | 64 |
| Binary | 10000001 | 10100001 | 1101010 | 10100 | 0 | 100010 | 100101 | 1011111 | 10111 | 110100 |
Color Harmonies of #81A16A
Complementary color
Monochromatic Colors of #81A16A
Black with #81A16A
Text Example
Text Example
White with #81A16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A16A; }
p { color: rgb(129,161,106); }
H1.HeaderClassName
{
color: #81A16A;
}
.AnyTagClassName
{
color: #81A16A;
}
</style>
background-color css
<style>
a { background-color: #81A16A; }
a { background-color: rgb(129,161,106); }
div.DivClassName
{
background-color: #81A16A;
}
.BgClassName
{
background-color: #81A16A;
}
</style>
border-color css
<style>
span { border-color: #81A16A; }
span { border-color: rgb(129,161,106); }
td.TdClassName
{
border-color: #81A16A;
}
.TagClassName
{
border-color: #81A16A;
}
</style>