Shades of Asparagus #81AA68
Tints of Asparagus #81AA68
RGB
CMYK
RGB Variations
Color information
#81AA68 (or 0x81AA68) is known color: Asparagus. HEX triplet: 81, AA and 68. RGB value is (129,170,104). Sum of RGB (Red+Green+Blue) = 129+170+104=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA68 is #7E5597. Grayscale: #969696. Windows color (decimal): -8279448 or 6859393. OLE color: 6859393.
HSL color Cylindrical-coordinate representation of color #81AA68: hue angle of 97.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81AA68 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 104 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.33 |
| HSL | 97.27º | 0.28% | 0.54% | - |
| HSV(B) | 97.27º | 0.39% | 0.67% | - |
| XYZ | 25.93 | 34.42 | 18.37 | - |
| YUV | 150.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 104 | 0.24 | 0 | 0.39 | 0.33 | 97.27 | 0.28 | 0.54 |
| Hex | 81 | AA | 68 | 18 | 0 | 27 | 21 | 61 | 1C | 36 |
| Octal | 201 | 252 | 150 | 30 | 0 | 47 | 41 | 141 | 34 | 66 |
| Binary | 10000001 | 10101010 | 1101000 | 11000 | 0 | 100111 | 100001 | 1100001 | 11100 | 110110 |
Color Harmonies of #81AA68
Complementary color
Monochromatic Colors of #81AA68
Black with #81AA68
Text Example
Text Example
White with #81AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA68; }
p { color: rgb(129,170,104); }
H1.HeaderClassName
{
color: #81AA68;
}
.AnyTagClassName
{
color: #81AA68;
}
</style>
background-color css
<style>
a { background-color: #81AA68; }
a { background-color: rgb(129,170,104); }
div.DivClassName
{
background-color: #81AA68;
}
.BgClassName
{
background-color: #81AA68;
}
</style>
border-color css
<style>
span { border-color: #81AA68; }
span { border-color: rgb(129,170,104); }
td.TdClassName
{
border-color: #81AA68;
}
.TagClassName
{
border-color: #81AA68;
}
</style>