Shades of Asparagus #71A754
Tints of Asparagus #71A754
RGB
CMYK
RGB Variations
Color information
#71A754 (or 0x71A754) is known color: Asparagus. HEX triplet: 71, A7 and 54. RGB value is (113,167,84). Sum of RGB (Red+Green+Blue) = 113+167+84=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 167 - color contains mainly: green. Hex color #71A754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A754 is #8E58AB. Grayscale: #8D8D8D. Windows color (decimal): -9328812 or 5547889. OLE color: 5547889.
HSL color Cylindrical-coordinate representation of color #71A754: hue angle of 99.04º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71A754 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 84 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.35 |
| HSL | 99.04º | 0.33% | 0.49% | - |
| HSV(B) | 99.04º | 0.5% | 0.65% | - |
| XYZ | 22.23 | 31.79 | 13.35 | - |
| YUV | 141.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 84 | 0.32 | 0 | 0.50 | 0.35 | 99.04 | 0.33 | 0.49 |
| Hex | 71 | A7 | 54 | 20 | 0 | 32 | 23 | 63 | 21 | 31 |
| Octal | 161 | 247 | 124 | 40 | 0 | 62 | 43 | 143 | 41 | 61 |
| Binary | 1110001 | 10100111 | 1010100 | 100000 | 0 | 110010 | 100011 | 1100011 | 100001 | 110001 |
Color Harmonies of #71A754
Complementary color
Monochromatic Colors of #71A754
Black with #71A754
Text Example
Text Example
White with #71A754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A754; }
p { color: rgb(113,167,84); }
H1.HeaderClassName
{
color: #71A754;
}
.AnyTagClassName
{
color: #71A754;
}
</style>
background-color css
<style>
a { background-color: #71A754; }
a { background-color: rgb(113,167,84); }
div.DivClassName
{
background-color: #71A754;
}
.BgClassName
{
background-color: #71A754;
}
</style>
border-color css
<style>
span { border-color: #71A754; }
span { border-color: rgb(113,167,84); }
td.TdClassName
{
border-color: #71A754;
}
.TagClassName
{
border-color: #71A754;
}
</style>