Shades of Asparagus #81A75D
Tints of Asparagus #81A75D
RGB
CMYK
RGB Variations
Color information
#81A75D (or 0x81A75D) is known color: Asparagus. HEX triplet: 81, A7 and 5D. RGB value is (129,167,93). Sum of RGB (Red+Green+Blue) = 129+167+93=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #81A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A75D is #7E58A2. Grayscale: #939393. Windows color (decimal): -8280227 or 6137729. OLE color: 6137729.
HSL color Cylindrical-coordinate representation of color #81A75D: hue angle of 90.81º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81A75D is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 93 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.35 |
| HSL | 90.81º | 0.3% | 0.51% | - |
| HSV(B) | 90.81º | 0.44% | 0.65% | - |
| XYZ | 24.85 | 33.09 | 15.43 | - |
| YUV | 147.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 93 | 0.23 | 0 | 0.44 | 0.35 | 90.81 | 0.3 | 0.51 |
| Hex | 81 | A7 | 5D | 17 | 0 | 2C | 23 | 5B | 1E | 33 |
| Octal | 201 | 247 | 135 | 27 | 0 | 54 | 43 | 133 | 36 | 63 |
| Binary | 10000001 | 10100111 | 1011101 | 10111 | 0 | 101100 | 100011 | 1011011 | 11110 | 110011 |
Color Harmonies of #81A75D
Complementary color
Monochromatic Colors of #81A75D
Black with #81A75D
Text Example
Text Example
White with #81A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A75D; }
p { color: rgb(129,167,93); }
H1.HeaderClassName
{
color: #81A75D;
}
.AnyTagClassName
{
color: #81A75D;
}
</style>
background-color css
<style>
a { background-color: #81A75D; }
a { background-color: rgb(129,167,93); }
div.DivClassName
{
background-color: #81A75D;
}
.BgClassName
{
background-color: #81A75D;
}
</style>
border-color css
<style>
span { border-color: #81A75D; }
span { border-color: rgb(129,167,93); }
td.TdClassName
{
border-color: #81A75D;
}
.TagClassName
{
border-color: #81A75D;
}
</style>