Shades of Asparagus #709E56
Tints of Asparagus #709E56
RGB
CMYK
RGB Variations
Color information
#709E56 (or 0x709E56) is known color: Asparagus. HEX triplet: 70, 9E and 56. RGB value is (112,158,86). Sum of RGB (Red+Green+Blue) = 112+158+86=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #709E56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709E56 is #8F61A9. Grayscale: #888888. Windows color (decimal): -9396650 or 5676656. OLE color: 5676656.
HSL color Cylindrical-coordinate representation of color #709E56: hue angle of 98.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #709E56 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 158 | 86 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.38 |
| HSL | 98.33º | 0.3% | 0.48% | - |
| HSV(B) | 98.33º | 0.46% | 0.62% | - |
| XYZ | 20.59 | 28.57 | 13.23 | - |
| YUV | 136.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 86 | 0.29 | 0 | 0.46 | 0.38 | 98.33 | 0.3 | 0.48 |
| Hex | 70 | 9E | 56 | 1D | 0 | 2E | 26 | 62 | 1E | 30 |
| Octal | 160 | 236 | 126 | 35 | 0 | 56 | 46 | 142 | 36 | 60 |
| Binary | 1110000 | 10011110 | 1010110 | 11101 | 0 | 101110 | 100110 | 1100010 | 11110 | 110000 |
Color Harmonies of #709E56
Complementary color
Monochromatic Colors of #709E56
Black with #709E56
Text Example
Text Example
White with #709E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709E56; }
p { color: rgb(112,158,86); }
H1.HeaderClassName
{
color: #709E56;
}
.AnyTagClassName
{
color: #709E56;
}
</style>
background-color css
<style>
a { background-color: #709E56; }
a { background-color: rgb(112,158,86); }
div.DivClassName
{
background-color: #709E56;
}
.BgClassName
{
background-color: #709E56;
}
</style>
border-color css
<style>
span { border-color: #709E56; }
span { border-color: rgb(112,158,86); }
td.TdClassName
{
border-color: #709E56;
}
.TagClassName
{
border-color: #709E56;
}
</style>