Shades of Asparagus #70A553
Tints of Asparagus #70A553
RGB
CMYK
RGB Variations
Color information
#70A553 (or 0x70A553) is known color: Asparagus. HEX triplet: 70, A5 and 53. RGB value is (112,165,83). Sum of RGB (Red+Green+Blue) = 112+165+83=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #70A553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A553 is #8F5AAC. Grayscale: #8C8C8C. Windows color (decimal): -9394861 or 5481840. OLE color: 5481840.
HSL color Cylindrical-coordinate representation of color #70A553: hue angle of 98.78º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70A553 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 165 | 83 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.35 |
| HSL | 98.78º | 0.33% | 0.49% | - |
| HSV(B) | 98.78º | 0.5% | 0.65% | - |
| XYZ | 21.7 | 30.98 | 13.02 | - |
| YUV | 139.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 165 | 83 | 0.32 | 0 | 0.50 | 0.35 | 98.78 | 0.33 | 0.49 |
| Hex | 70 | A5 | 53 | 20 | 0 | 32 | 23 | 63 | 21 | 31 |
| Octal | 160 | 245 | 123 | 40 | 0 | 62 | 43 | 143 | 41 | 61 |
| Binary | 1110000 | 10100101 | 1010011 | 100000 | 0 | 110010 | 100011 | 1100011 | 100001 | 110001 |
Color Harmonies of #70A553
Complementary color
Monochromatic Colors of #70A553
Black with #70A553
Text Example
Text Example
White with #70A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A553; }
p { color: rgb(112,165,83); }
H1.HeaderClassName
{
color: #70A553;
}
.AnyTagClassName
{
color: #70A553;
}
</style>
background-color css
<style>
a { background-color: #70A553; }
a { background-color: rgb(112,165,83); }
div.DivClassName
{
background-color: #70A553;
}
.BgClassName
{
background-color: #70A553;
}
</style>
border-color css
<style>
span { border-color: #70A553; }
span { border-color: rgb(112,165,83); }
td.TdClassName
{
border-color: #70A553;
}
.TagClassName
{
border-color: #70A553;
}
</style>