Shades of Asparagus #71AC5B
Tints of Asparagus #71AC5B
RGB
CMYK
RGB Variations
Color information
#71AC5B (or 0x71AC5B) is known color: Asparagus. HEX triplet: 71, AC and 5B. RGB value is (113,172,91). Sum of RGB (Red+Green+Blue) = 113+172+91=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC5B is #8E53A4. Grayscale: #919191. Windows color (decimal): -9327525 or 6007921. OLE color: 6007921.
HSL color Cylindrical-coordinate representation of color #71AC5B: hue angle of 103.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71AC5B is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 172 | 91 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.33 |
| HSL | 103.7º | 0.33% | 0.52% | - |
| HSV(B) | 103.7º | 0.47% | 0.67% | - |
| XYZ | 23.45 | 33.77 | 15.18 | - |
| YUV | 145.13 | 97.45 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 91 | 0.34 | 0 | 0.47 | 0.33 | 103.7 | 0.33 | 0.52 |
| Hex | 71 | AC | 5B | 22 | 0 | 2F | 21 | 68 | 21 | 34 |
| Octal | 161 | 254 | 133 | 42 | 0 | 57 | 41 | 150 | 41 | 64 |
| Binary | 1110001 | 10101100 | 1011011 | 100010 | 0 | 101111 | 100001 | 1101000 | 100001 | 110100 |
Color Harmonies of #71AC5B
Complementary color
Monochromatic Colors of #71AC5B
Black with #71AC5B
Text Example
Text Example
White with #71AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AC5B; }
p { color: rgb(113,172,91); }
H1.HeaderClassName
{
color: #71AC5B;
}
.AnyTagClassName
{
color: #71AC5B;
}
</style>
background-color css
<style>
a { background-color: #71AC5B; }
a { background-color: rgb(113,172,91); }
div.DivClassName
{
background-color: #71AC5B;
}
.BgClassName
{
background-color: #71AC5B;
}
</style>
border-color css
<style>
span { border-color: #71AC5B; }
span { border-color: rgb(113,172,91); }
td.TdClassName
{
border-color: #71AC5B;
}
.TagClassName
{
border-color: #71AC5B;
}
</style>