Shades of Asparagus #70A158
Tints of Asparagus #70A158
RGB
CMYK
RGB Variations
Color information
#70A158 (or 0x70A158) is known color: Asparagus. HEX triplet: 70, A1 and 58. RGB value is (112,161,88). Sum of RGB (Red+Green+Blue) = 112+161+88=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #70A158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A158 is #8F5EA7. Grayscale: #8A8A8A. Windows color (decimal): -9395880 or 5808496. OLE color: 5808496.
HSL color Cylindrical-coordinate representation of color #70A158: hue angle of 100.27º 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 #70A158 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 88 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.37 |
| HSL | 100.27º | 0.29% | 0.49% | - |
| HSV(B) | 100.27º | 0.45% | 0.63% | - |
| XYZ | 21.19 | 29.64 | 13.84 | - |
| YUV | 138.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 88 | 0.30 | 0 | 0.45 | 0.37 | 100.27 | 0.29 | 0.49 |
| Hex | 70 | A1 | 58 | 1E | 0 | 2D | 25 | 64 | 1D | 31 |
| Octal | 160 | 241 | 130 | 36 | 0 | 55 | 45 | 144 | 35 | 61 |
| Binary | 1110000 | 10100001 | 1011000 | 11110 | 0 | 101101 | 100101 | 1100100 | 11101 | 110001 |
Color Harmonies of #70A158
Complementary color
Monochromatic Colors of #70A158
Black with #70A158
Text Example
Text Example
White with #70A158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A158; }
p { color: rgb(112,161,88); }
H1.HeaderClassName
{
color: #70A158;
}
.AnyTagClassName
{
color: #70A158;
}
</style>
background-color css
<style>
a { background-color: #70A158; }
a { background-color: rgb(112,161,88); }
div.DivClassName
{
background-color: #70A158;
}
.BgClassName
{
background-color: #70A158;
}
</style>
border-color css
<style>
span { border-color: #70A158; }
span { border-color: rgb(112,161,88); }
td.TdClassName
{
border-color: #70A158;
}
.TagClassName
{
border-color: #70A158;
}
</style>