Shades of Asparagus #70A159
Tints of Asparagus #70A159
RGB
CMYK
RGB Variations
Color information
#70A159 (or 0x70A159) is known color: Asparagus. HEX triplet: 70, A1 and 59. RGB value is (112,161,89). Sum of RGB (Red+Green+Blue) = 112+161+89=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #70A159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A159 is #8F5EA6. Grayscale: #8A8A8A. Windows color (decimal): -9395879 or 5874032. OLE color: 5874032.
HSL color Cylindrical-coordinate representation of color #70A159: hue angle of 100.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70A159 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 89 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.37 |
| HSL | 100.83º | 0.29% | 0.49% | - |
| HSV(B) | 100.83º | 0.45% | 0.63% | - |
| XYZ | 21.23 | 29.66 | 14.06 | - |
| YUV | 138.14 | 100.27 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 89 | 0.30 | 0 | 0.45 | 0.37 | 100.83 | 0.29 | 0.49 |
| Hex | 70 | A1 | 59 | 1E | 0 | 2D | 25 | 65 | 1D | 31 |
| Octal | 160 | 241 | 131 | 36 | 0 | 55 | 45 | 145 | 35 | 61 |
| Binary | 1110000 | 10100001 | 1011001 | 11110 | 0 | 101101 | 100101 | 1100101 | 11101 | 110001 |
Color Harmonies of #70A159
Complementary color
Monochromatic Colors of #70A159
Black with #70A159
Text Example
Text Example
White with #70A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A159; }
p { color: rgb(112,161,89); }
H1.HeaderClassName
{
color: #70A159;
}
.AnyTagClassName
{
color: #70A159;
}
</style>
background-color css
<style>
a { background-color: #70A159; }
a { background-color: rgb(112,161,89); }
div.DivClassName
{
background-color: #70A159;
}
.BgClassName
{
background-color: #70A159;
}
</style>
border-color css
<style>
span { border-color: #70A159; }
span { border-color: rgb(112,161,89); }
td.TdClassName
{
border-color: #70A159;
}
.TagClassName
{
border-color: #70A159;
}
</style>