Shades of Asparagus #81A764
Tints of Asparagus #81A764
RGB
CMYK
RGB Variations
Color information
#81A764 (or 0x81A764) is known color: Asparagus. HEX triplet: 81, A7 and 64. RGB value is (129,167,100). Sum of RGB (Red+Green+Blue) = 129+167+100=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #81A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A764 is #7E589B. Grayscale: #949494. Windows color (decimal): -8280220 or 6596481. OLE color: 6596481.
HSL color Cylindrical-coordinate representation of color #81A764: hue angle of 94.03º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A764 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 100 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.35 |
| HSL | 94.03º | 0.28% | 0.52% | - |
| HSV(B) | 94.03º | 0.4% | 0.65% | - |
| XYZ | 25.17 | 33.22 | 17.14 | - |
| YUV | 148 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 100 | 0.23 | 0 | 0.40 | 0.35 | 94.03 | 0.28 | 0.52 |
| Hex | 81 | A7 | 64 | 17 | 0 | 28 | 23 | 5E | 1C | 34 |
| Octal | 201 | 247 | 144 | 27 | 0 | 50 | 43 | 136 | 34 | 64 |
| Binary | 10000001 | 10100111 | 1100100 | 10111 | 0 | 101000 | 100011 | 1011110 | 11100 | 110100 |
Color Harmonies of #81A764
Complementary color
Monochromatic Colors of #81A764
Black with #81A764
Text Example
Text Example
White with #81A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A764; }
p { color: rgb(129,167,100); }
H1.HeaderClassName
{
color: #81A764;
}
.AnyTagClassName
{
color: #81A764;
}
</style>
background-color css
<style>
a { background-color: #81A764; }
a { background-color: rgb(129,167,100); }
div.DivClassName
{
background-color: #81A764;
}
.BgClassName
{
background-color: #81A764;
}
</style>
border-color css
<style>
span { border-color: #81A764; }
span { border-color: rgb(129,167,100); }
td.TdClassName
{
border-color: #81A764;
}
.TagClassName
{
border-color: #81A764;
}
</style>