Shades of Asparagus #709D58
Tints of Asparagus #709D58
RGB
CMYK
RGB Variations
Color information
#709D58 (or 0x709D58) is known color: Asparagus. HEX triplet: 70, 9D and 58. RGB value is (112,157,88). Sum of RGB (Red+Green+Blue) = 112+157+88=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #709D58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709D58 is #8F62A7. Grayscale: #878787. Windows color (decimal): -9396904 or 5807472. OLE color: 5807472.
HSL color Cylindrical-coordinate representation of color #709D58: hue angle of 99.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #709D58 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 88 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.38 |
| HSL | 99.13º | 0.28% | 0.48% | - |
| HSV(B) | 99.13º | 0.44% | 0.62% | - |
| XYZ | 20.5 | 28.26 | 13.61 | - |
| YUV | 135.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 88 | 0.29 | 0 | 0.44 | 0.38 | 99.13 | 0.28 | 0.48 |
| Hex | 70 | 9D | 58 | 1D | 0 | 2C | 26 | 63 | 1C | 30 |
| Octal | 160 | 235 | 130 | 35 | 0 | 54 | 46 | 143 | 34 | 60 |
| Binary | 1110000 | 10011101 | 1011000 | 11101 | 0 | 101100 | 100110 | 1100011 | 11100 | 110000 |
Color Harmonies of #709D58
Complementary color
Monochromatic Colors of #709D58
Black with #709D58
Text Example
Text Example
White with #709D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D58; }
p { color: rgb(112,157,88); }
H1.HeaderClassName
{
color: #709D58;
}
.AnyTagClassName
{
color: #709D58;
}
</style>
background-color css
<style>
a { background-color: #709D58; }
a { background-color: rgb(112,157,88); }
div.DivClassName
{
background-color: #709D58;
}
.BgClassName
{
background-color: #709D58;
}
</style>
border-color css
<style>
span { border-color: #709D58; }
span { border-color: rgb(112,157,88); }
td.TdClassName
{
border-color: #709D58;
}
.TagClassName
{
border-color: #709D58;
}
</style>