Shades of Asparagus #719E5C
Tints of Asparagus #719E5C
RGB
CMYK
RGB Variations
Color information
#719E5C (or 0x719E5C) is known color: Asparagus. HEX triplet: 71, 9E and 5C. RGB value is (113,158,92). Sum of RGB (Red+Green+Blue) = 113+158+92=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #719E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E5C is #8E61A3. Grayscale: #898989. Windows color (decimal): -9331108 or 6069873. OLE color: 6069873.
HSL color Cylindrical-coordinate representation of color #719E5C: hue angle of 100.91º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719E5C is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 92 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.38 |
| HSL | 100.91º | 0.26% | 0.49% | - |
| HSV(B) | 100.91º | 0.42% | 0.62% | - |
| XYZ | 20.97 | 28.74 | 14.57 | - |
| YUV | 137.02 | 102.59 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 92 | 0.28 | 0 | 0.42 | 0.38 | 100.91 | 0.26 | 0.49 |
| Hex | 71 | 9E | 5C | 1C | 0 | 2A | 26 | 65 | 1A | 31 |
| Octal | 161 | 236 | 134 | 34 | 0 | 52 | 46 | 145 | 32 | 61 |
| Binary | 1110001 | 10011110 | 1011100 | 11100 | 0 | 101010 | 100110 | 1100101 | 11010 | 110001 |
Color Harmonies of #719E5C
Complementary color
Monochromatic Colors of #719E5C
Black with #719E5C
Text Example
Text Example
White with #719E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E5C; }
p { color: rgb(113,158,92); }
H1.HeaderClassName
{
color: #719E5C;
}
.AnyTagClassName
{
color: #719E5C;
}
</style>
background-color css
<style>
a { background-color: #719E5C; }
a { background-color: rgb(113,158,92); }
div.DivClassName
{
background-color: #719E5C;
}
.BgClassName
{
background-color: #719E5C;
}
</style>
border-color css
<style>
span { border-color: #719E5C; }
span { border-color: rgb(113,158,92); }
td.TdClassName
{
border-color: #719E5C;
}
.TagClassName
{
border-color: #719E5C;
}
</style>