Shades of Asparagus #71A25A
Tints of Asparagus #71A25A
RGB
CMYK
RGB Variations
Color information
#71A25A (or 0x71A25A) is known color: Asparagus. HEX triplet: 71, A2 and 5A. RGB value is (113,162,90). Sum of RGB (Red+Green+Blue) = 113+162+90=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #71A25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A25A is #8E5DA5. Grayscale: #8B8B8B. Windows color (decimal): -9330086 or 5939825. OLE color: 5939825.
HSL color Cylindrical-coordinate representation of color #71A25A: hue angle of 100.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71A25A is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 90 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.36 |
| HSL | 100.83º | 0.29% | 0.49% | - |
| HSV(B) | 100.83º | 0.44% | 0.64% | - |
| XYZ | 21.58 | 30.09 | 14.34 | - |
| YUV | 139.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 90 | 0.30 | 0 | 0.44 | 0.36 | 100.83 | 0.29 | 0.49 |
| Hex | 71 | A2 | 5A | 1E | 0 | 2C | 24 | 65 | 1D | 31 |
| Octal | 161 | 242 | 132 | 36 | 0 | 54 | 44 | 145 | 35 | 61 |
| Binary | 1110001 | 10100010 | 1011010 | 11110 | 0 | 101100 | 100100 | 1100101 | 11101 | 110001 |
Color Harmonies of #71A25A
Complementary color
Monochromatic Colors of #71A25A
Black with #71A25A
Text Example
Text Example
White with #71A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A25A; }
p { color: rgb(113,162,90); }
H1.HeaderClassName
{
color: #71A25A;
}
.AnyTagClassName
{
color: #71A25A;
}
</style>
background-color css
<style>
a { background-color: #71A25A; }
a { background-color: rgb(113,162,90); }
div.DivClassName
{
background-color: #71A25A;
}
.BgClassName
{
background-color: #71A25A;
}
</style>
border-color css
<style>
span { border-color: #71A25A; }
span { border-color: rgb(113,162,90); }
td.TdClassName
{
border-color: #71A25A;
}
.TagClassName
{
border-color: #71A25A;
}
</style>