Shades of Asparagus #81A767
Tints of Asparagus #81A767
RGB
CMYK
RGB Variations
Color information
#81A767 (or 0x81A767) is known color: Asparagus. HEX triplet: 81, A7 and 67. RGB value is (129,167,103). Sum of RGB (Red+Green+Blue) = 129+167+103=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #81A767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A767 is #7E5898. Grayscale: #949494. Windows color (decimal): -8280217 or 6793089. OLE color: 6793089.
HSL color Cylindrical-coordinate representation of color #81A767: hue angle of 95.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81A767 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 103 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.35 |
| HSL | 95.63º | 0.27% | 0.53% | - |
| HSV(B) | 95.63º | 0.38% | 0.65% | - |
| XYZ | 25.32 | 33.28 | 17.92 | - |
| YUV | 148.34 | 102.41 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 103 | 0.23 | 0 | 0.38 | 0.35 | 95.63 | 0.27 | 0.53 |
| Hex | 81 | A7 | 67 | 17 | 0 | 26 | 23 | 60 | 1B | 35 |
| Octal | 201 | 247 | 147 | 27 | 0 | 46 | 43 | 140 | 33 | 65 |
| Binary | 10000001 | 10100111 | 1100111 | 10111 | 0 | 100110 | 100011 | 1100000 | 11011 | 110101 |
Color Harmonies of #81A767
Complementary color
Monochromatic Colors of #81A767
Black with #81A767
Text Example
Text Example
White with #81A767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A767; }
p { color: rgb(129,167,103); }
H1.HeaderClassName
{
color: #81A767;
}
.AnyTagClassName
{
color: #81A767;
}
</style>
background-color css
<style>
a { background-color: #81A767; }
a { background-color: rgb(129,167,103); }
div.DivClassName
{
background-color: #81A767;
}
.BgClassName
{
background-color: #81A767;
}
</style>
border-color css
<style>
span { border-color: #81A767; }
span { border-color: rgb(129,167,103); }
td.TdClassName
{
border-color: #81A767;
}
.TagClassName
{
border-color: #81A767;
}
</style>