Shades of Asparagus #70A153
Tints of Asparagus #70A153
RGB
CMYK
RGB Variations
Color information
#70A153 (or 0x70A153) is known color: Asparagus. HEX triplet: 70, A1 and 53. RGB value is (112,161,83). Sum of RGB (Red+Green+Blue) = 112+161+83=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #70A153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A153 is #8F5EAC. Grayscale: #898989. Windows color (decimal): -9395885 or 5480816. OLE color: 5480816.
HSL color Cylindrical-coordinate representation of color #70A153: hue angle of 97.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70A153 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 83 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.37 |
| HSL | 97.69º | 0.32% | 0.48% | - |
| HSV(B) | 97.69º | 0.48% | 0.63% | - |
| XYZ | 20.99 | 29.56 | 12.78 | - |
| YUV | 137.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 83 | 0.30 | 0 | 0.48 | 0.37 | 97.69 | 0.32 | 0.48 |
| Hex | 70 | A1 | 53 | 1E | 0 | 30 | 25 | 62 | 20 | 30 |
| Octal | 160 | 241 | 123 | 36 | 0 | 60 | 45 | 142 | 40 | 60 |
| Binary | 1110000 | 10100001 | 1010011 | 11110 | 0 | 110000 | 100101 | 1100010 | 100000 | 110000 |
Color Harmonies of #70A153
Complementary color
Monochromatic Colors of #70A153
Black with #70A153
Text Example
Text Example
White with #70A153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A153; }
p { color: rgb(112,161,83); }
H1.HeaderClassName
{
color: #70A153;
}
.AnyTagClassName
{
color: #70A153;
}
</style>
background-color css
<style>
a { background-color: #70A153; }
a { background-color: rgb(112,161,83); }
div.DivClassName
{
background-color: #70A153;
}
.BgClassName
{
background-color: #70A153;
}
</style>
border-color css
<style>
span { border-color: #70A153; }
span { border-color: rgb(112,161,83); }
td.TdClassName
{
border-color: #70A153;
}
.TagClassName
{
border-color: #70A153;
}
</style>