Shades of Asparagus #81AD65
Tints of Asparagus #81AD65
RGB
CMYK
RGB Variations
Color information
#81AD65 (or 0x81AD65) is known color: Asparagus. HEX triplet: 81, AD and 65. RGB value is (129,173,101). Sum of RGB (Red+Green+Blue) = 129+173+101=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD65 is #7E529A. Grayscale: #979797. Windows color (decimal): -8278683 or 6663553. OLE color: 6663553.
HSL color Cylindrical-coordinate representation of color #81AD65: hue angle of 96.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81AD65 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 173 | 101 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.32 |
| HSL | 96.67º | 0.31% | 0.54% | - |
| HSV(B) | 96.67º | 0.42% | 0.68% | - |
| XYZ | 26.35 | 35.49 | 17.77 | - |
| YUV | 151.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 173 | 101 | 0.25 | 0 | 0.42 | 0.32 | 96.67 | 0.31 | 0.54 |
| Hex | 81 | AD | 65 | 19 | 0 | 2A | 20 | 61 | 1F | 36 |
| Octal | 201 | 255 | 145 | 31 | 0 | 52 | 40 | 141 | 37 | 66 |
| Binary | 10000001 | 10101101 | 1100101 | 11001 | 0 | 101010 | 100000 | 1100001 | 11111 | 110110 |
Color Harmonies of #81AD65
Complementary color
Monochromatic Colors of #81AD65
Black with #81AD65
Text Example
Text Example
White with #81AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AD65; }
p { color: rgb(129,173,101); }
H1.HeaderClassName
{
color: #81AD65;
}
.AnyTagClassName
{
color: #81AD65;
}
</style>
background-color css
<style>
a { background-color: #81AD65; }
a { background-color: rgb(129,173,101); }
div.DivClassName
{
background-color: #81AD65;
}
.BgClassName
{
background-color: #81AD65;
}
</style>
border-color css
<style>
span { border-color: #81AD65; }
span { border-color: rgb(129,173,101); }
td.TdClassName
{
border-color: #81AD65;
}
.TagClassName
{
border-color: #81AD65;
}
</style>