Shades of Asparagus #719B61
Tints of Asparagus #719B61
RGB
CMYK
RGB Variations
Color information
#719B61 (or 0x719B61) is known color: Asparagus. HEX triplet: 71, 9B and 61. RGB value is (113,155,97). Sum of RGB (Red+Green+Blue) = 113+155+97=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #719B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B61 is #8E649E. Grayscale: #888888. Windows color (decimal): -9331871 or 6396785. OLE color: 6396785.
HSL color Cylindrical-coordinate representation of color #719B61: hue angle of 103.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719B61 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 97 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.39 |
| HSL | 103.45º | 0.23% | 0.49% | - |
| HSV(B) | 103.45º | 0.37% | 0.61% | - |
| XYZ | 20.69 | 27.82 | 15.59 | - |
| YUV | 135.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 97 | 0.27 | 0 | 0.37 | 0.39 | 103.45 | 0.23 | 0.49 |
| Hex | 71 | 9B | 61 | 1B | 0 | 25 | 27 | 67 | 17 | 31 |
| Octal | 161 | 233 | 141 | 33 | 0 | 45 | 47 | 147 | 27 | 61 |
| Binary | 1110001 | 10011011 | 1100001 | 11011 | 0 | 100101 | 100111 | 1100111 | 10111 | 110001 |
Color Harmonies of #719B61
Complementary color
Monochromatic Colors of #719B61
Black with #719B61
Text Example
Text Example
White with #719B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B61; }
p { color: rgb(113,155,97); }
H1.HeaderClassName
{
color: #719B61;
}
.AnyTagClassName
{
color: #719B61;
}
</style>
background-color css
<style>
a { background-color: #719B61; }
a { background-color: rgb(113,155,97); }
div.DivClassName
{
background-color: #719B61;
}
.BgClassName
{
background-color: #719B61;
}
</style>
border-color css
<style>
span { border-color: #719B61; }
span { border-color: rgb(113,155,97); }
td.TdClassName
{
border-color: #719B61;
}
.TagClassName
{
border-color: #719B61;
}
</style>