Shades of Asparagus #81AA67
Tints of Asparagus #81AA67
RGB
CMYK
RGB Variations
Color information
#81AA67 (or 0x81AA67) is known color: Asparagus. HEX triplet: 81, AA and 67. RGB value is (129,170,103). Sum of RGB (Red+Green+Blue) = 129+170+103=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 103 (40.62% from 255 or 25.62% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA67 is #7E5598. Grayscale: #969696. Windows color (decimal): -8279449 or 6793857. OLE color: 6793857.
HSL color Cylindrical-coordinate representation of color #81AA67: hue angle of 96.72º 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 #81AA67 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 103 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.33 |
| HSL | 96.72º | 0.28% | 0.54% | - |
| HSV(B) | 96.72º | 0.39% | 0.67% | - |
| XYZ | 25.88 | 34.4 | 18.11 | - |
| YUV | 150.1 | 101.42 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 103 | 0.24 | 0 | 0.39 | 0.33 | 96.72 | 0.28 | 0.54 |
| Hex | 81 | AA | 67 | 18 | 0 | 27 | 21 | 61 | 1C | 36 |
| Octal | 201 | 252 | 147 | 30 | 0 | 47 | 41 | 141 | 34 | 66 |
| Binary | 10000001 | 10101010 | 1100111 | 11000 | 0 | 100111 | 100001 | 1100001 | 11100 | 110110 |
Color Harmonies of #81AA67
Complementary color
Monochromatic Colors of #81AA67
Black with #81AA67
Text Example
Text Example
White with #81AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA67; }
p { color: rgb(129,170,103); }
H1.HeaderClassName
{
color: #81AA67;
}
.AnyTagClassName
{
color: #81AA67;
}
</style>
background-color css
<style>
a { background-color: #81AA67; }
a { background-color: rgb(129,170,103); }
div.DivClassName
{
background-color: #81AA67;
}
.BgClassName
{
background-color: #81AA67;
}
</style>
border-color css
<style>
span { border-color: #81AA67; }
span { border-color: rgb(129,170,103); }
td.TdClassName
{
border-color: #81AA67;
}
.TagClassName
{
border-color: #81AA67;
}
</style>