Shades of Asparagus #71A752
Tints of Asparagus #71A752
RGB
CMYK
RGB Variations
Color information
#71A752 (or 0x71A752) is known color: Asparagus. HEX triplet: 71, A7 and 52. RGB value is (113,167,82). Sum of RGB (Red+Green+Blue) = 113+167+82=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 167 (65.62% from 255 or 46.13% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 167 - color contains mainly: green. Hex color #71A752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A752 is #8E58AD. Grayscale: #8D8D8D. Windows color (decimal): -9328814 or 5416817. OLE color: 5416817.
HSL color Cylindrical-coordinate representation of color #71A752: hue angle of 98.12º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71A752 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 82 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.35 |
| HSL | 98.12º | 0.34% | 0.49% | - |
| HSV(B) | 98.12º | 0.51% | 0.65% | - |
| XYZ | 22.15 | 31.76 | 12.94 | - |
| YUV | 141.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 82 | 0.32 | 0 | 0.51 | 0.35 | 98.12 | 0.34 | 0.49 |
| Hex | 71 | A7 | 52 | 20 | 0 | 33 | 23 | 62 | 22 | 31 |
| Octal | 161 | 247 | 122 | 40 | 0 | 63 | 43 | 142 | 42 | 61 |
| Binary | 1110001 | 10100111 | 1010010 | 100000 | 0 | 110011 | 100011 | 1100010 | 100010 | 110001 |
Color Harmonies of #71A752
Complementary color
Monochromatic Colors of #71A752
Black with #71A752
Text Example
Text Example
White with #71A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A752; }
p { color: rgb(113,167,82); }
H1.HeaderClassName
{
color: #71A752;
}
.AnyTagClassName
{
color: #71A752;
}
</style>
background-color css
<style>
a { background-color: #71A752; }
a { background-color: rgb(113,167,82); }
div.DivClassName
{
background-color: #71A752;
}
.BgClassName
{
background-color: #71A752;
}
</style>
border-color css
<style>
span { border-color: #71A752; }
span { border-color: rgb(113,167,82); }
td.TdClassName
{
border-color: #71A752;
}
.TagClassName
{
border-color: #71A752;
}
</style>