Shades of Asparagus #81AD67
Tints of Asparagus #81AD67
RGB
CMYK
RGB Variations
Color information
#81AD67 (or 0x81AD67) is known color: Asparagus. HEX triplet: 81, AD and 67. RGB value is (129,173,103). Sum of RGB (Red+Green+Blue) = 129+173+103=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 103 (40.62% from 255 or 25.43% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD67 is #7E5298. Grayscale: #989898. Windows color (decimal): -8278681 or 6794625. OLE color: 6794625.
HSL color Cylindrical-coordinate representation of color #81AD67: hue angle of 97.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81AD67 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 103 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.32 |
| HSL | 97.71º | 0.3% | 0.54% | - |
| HSV(B) | 97.71º | 0.4% | 0.68% | - |
| XYZ | 26.45 | 35.53 | 18.3 | - |
| YUV | 151.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 103 | 0.25 | 0 | 0.40 | 0.32 | 97.71 | 0.3 | 0.54 |
| Hex | 81 | AD | 67 | 19 | 0 | 28 | 20 | 62 | 1E | 36 |
| Octal | 201 | 255 | 147 | 31 | 0 | 50 | 40 | 142 | 36 | 66 |
| Binary | 10000001 | 10101101 | 1100111 | 11001 | 0 | 101000 | 100000 | 1100010 | 11110 | 110110 |
Color Harmonies of #81AD67
Complementary color
Monochromatic Colors of #81AD67
Black with #81AD67
Text Example
Text Example
White with #81AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD67; }
p { color: rgb(129,173,103); }
H1.HeaderClassName
{
color: #81AD67;
}
.AnyTagClassName
{
color: #81AD67;
}
</style>
background-color css
<style>
a { background-color: #81AD67; }
a { background-color: rgb(129,173,103); }
div.DivClassName
{
background-color: #81AD67;
}
.BgClassName
{
background-color: #81AD67;
}
</style>
border-color css
<style>
span { border-color: #81AD67; }
span { border-color: rgb(129,173,103); }
td.TdClassName
{
border-color: #81AD67;
}
.TagClassName
{
border-color: #81AD67;
}
</style>