Shades of Asparagus #70A154
Tints of Asparagus #70A154
RGB
CMYK
RGB Variations
Color information
#70A154 (or 0x70A154) is known color: Asparagus. HEX triplet: 70, A1 and 54. RGB value is (112,161,84). Sum of RGB (Red+Green+Blue) = 112+161+84=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #70A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A154 is #8F5EAB. Grayscale: #898989. Windows color (decimal): -9395884 or 5546352. OLE color: 5546352.
HSL color Cylindrical-coordinate representation of color #70A154: hue angle of 98.18º degrees, saturation: 0.31, 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 #70A154 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 161 | 84 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.37 |
| HSL | 98.18º | 0.31% | 0.48% | - |
| HSV(B) | 98.18º | 0.48% | 0.63% | - |
| XYZ | 21.03 | 29.57 | 12.99 | - |
| YUV | 137.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 161 | 84 | 0.30 | 0 | 0.48 | 0.37 | 98.18 | 0.31 | 0.48 |
| Hex | 70 | A1 | 54 | 1E | 0 | 30 | 25 | 62 | 1F | 30 |
| Octal | 160 | 241 | 124 | 36 | 0 | 60 | 45 | 142 | 37 | 60 |
| Binary | 1110000 | 10100001 | 1010100 | 11110 | 0 | 110000 | 100101 | 1100010 | 11111 | 110000 |
Color Harmonies of #70A154
Complementary color
Monochromatic Colors of #70A154
Black with #70A154
Text Example
Text Example
White with #70A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A154; }
p { color: rgb(112,161,84); }
H1.HeaderClassName
{
color: #70A154;
}
.AnyTagClassName
{
color: #70A154;
}
</style>
background-color css
<style>
a { background-color: #70A154; }
a { background-color: rgb(112,161,84); }
div.DivClassName
{
background-color: #70A154;
}
.BgClassName
{
background-color: #70A154;
}
</style>
border-color css
<style>
span { border-color: #70A154; }
span { border-color: rgb(112,161,84); }
td.TdClassName
{
border-color: #70A154;
}
.TagClassName
{
border-color: #70A154;
}
</style>