Shades of Asparagus #81A268
Tints of Asparagus #81A268
RGB
CMYK
RGB Variations
Color information
#81A268 (or 0x81A268) is known color: Asparagus. HEX triplet: 81, A2 and 68. RGB value is (129,162,104). Sum of RGB (Red+Green+Blue) = 129+162+104=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #81A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A268 is #7E5D97. Grayscale: #919191. Windows color (decimal): -8281496 or 6857345. OLE color: 6857345.
HSL color Cylindrical-coordinate representation of color #81A268: hue angle of 94.14º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A268 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 104 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.36 |
| HSL | 94.14º | 0.24% | 0.52% | - |
| HSV(B) | 94.14º | 0.36% | 0.64% | - |
| XYZ | 24.47 | 31.51 | 17.89 | - |
| YUV | 145.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 104 | 0.20 | 0 | 0.36 | 0.36 | 94.14 | 0.24 | 0.52 |
| Hex | 81 | A2 | 68 | 14 | 0 | 24 | 24 | 5E | 18 | 34 |
| Octal | 201 | 242 | 150 | 24 | 0 | 44 | 44 | 136 | 30 | 64 |
| Binary | 10000001 | 10100010 | 1101000 | 10100 | 0 | 100100 | 100100 | 1011110 | 11000 | 110100 |
Color Harmonies of #81A268
Complementary color
Monochromatic Colors of #81A268
Black with #81A268
Text Example
Text Example
White with #81A268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A268; }
p { color: rgb(129,162,104); }
H1.HeaderClassName
{
color: #81A268;
}
.AnyTagClassName
{
color: #81A268;
}
</style>
background-color css
<style>
a { background-color: #81A268; }
a { background-color: rgb(129,162,104); }
div.DivClassName
{
background-color: #81A268;
}
.BgClassName
{
background-color: #81A268;
}
</style>
border-color css
<style>
span { border-color: #81A268; }
span { border-color: rgb(129,162,104); }
td.TdClassName
{
border-color: #81A268;
}
.TagClassName
{
border-color: #81A268;
}
</style>