Shades of Asparagus #71A651
Tints of Asparagus #71A651
RGB
CMYK
RGB Variations
Color information
#71A651 (or 0x71A651) is known color: Asparagus. HEX triplet: 71, A6 and 51. RGB value is (113,166,81). Sum of RGB (Red+Green+Blue) = 113+166+81=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 166 (65.23% from 255 or 46.11% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 166 - color contains mainly: green. Hex color #71A651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A651 is #8E59AE. Grayscale: #8C8C8C. Windows color (decimal): -9329071 or 5351025. OLE color: 5351025.
HSL color Cylindrical-coordinate representation of color #71A651: hue angle of 97.41º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71A651 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 166 | 81 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.35 |
| HSL | 97.41º | 0.34% | 0.48% | - |
| HSV(B) | 97.41º | 0.51% | 0.65% | - |
| XYZ | 21.93 | 31.38 | 12.69 | - |
| YUV | 140.46 | 94.44 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 166 | 81 | 0.32 | 0 | 0.51 | 0.35 | 97.41 | 0.34 | 0.48 |
| Hex | 71 | A6 | 51 | 20 | 0 | 33 | 23 | 61 | 22 | 30 |
| Octal | 161 | 246 | 121 | 40 | 0 | 63 | 43 | 141 | 42 | 60 |
| Binary | 1110001 | 10100110 | 1010001 | 100000 | 0 | 110011 | 100011 | 1100001 | 100010 | 110000 |
Color Harmonies of #71A651
Complementary color
Monochromatic Colors of #71A651
Black with #71A651
Text Example
Text Example
White with #71A651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A651; }
p { color: rgb(113,166,81); }
H1.HeaderClassName
{
color: #71A651;
}
.AnyTagClassName
{
color: #71A651;
}
</style>
background-color css
<style>
a { background-color: #71A651; }
a { background-color: rgb(113,166,81); }
div.DivClassName
{
background-color: #71A651;
}
.BgClassName
{
background-color: #71A651;
}
</style>
border-color css
<style>
span { border-color: #71A651; }
span { border-color: rgb(113,166,81); }
td.TdClassName
{
border-color: #71A651;
}
.TagClassName
{
border-color: #71A651;
}
</style>