Shades of Asparagus #70A45B
Tints of Asparagus #70A45B
RGB
CMYK
RGB Variations
Color information
#70A45B (or 0x70A45B) is known color: Asparagus. HEX triplet: 70, A4 and 5B. RGB value is (112,164,91). Sum of RGB (Red+Green+Blue) = 112+164+91=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #70A45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A45B is #8F5BA4. Grayscale: #8C8C8C. Windows color (decimal): -9395109 or 6005872. OLE color: 6005872.
HSL color Cylindrical-coordinate representation of color #70A45B: hue angle of 102.74º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70A45B is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 164 | 91 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.36 |
| HSL | 102.74º | 0.29% | 0.5% | - |
| HSV(B) | 102.74º | 0.45% | 0.64% | - |
| XYZ | 21.85 | 30.75 | 14.68 | - |
| YUV | 140.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 164 | 91 | 0.32 | 0 | 0.45 | 0.36 | 102.74 | 0.29 | 0.5 |
| Hex | 70 | A4 | 5B | 20 | 0 | 2D | 24 | 67 | 1D | 32 |
| Octal | 160 | 244 | 133 | 40 | 0 | 55 | 44 | 147 | 35 | 62 |
| Binary | 1110000 | 10100100 | 1011011 | 100000 | 0 | 101101 | 100100 | 1100111 | 11101 | 110010 |
Color Harmonies of #70A45B
Complementary color
Monochromatic Colors of #70A45B
Black with #70A45B
Text Example
Text Example
White with #70A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A45B; }
p { color: rgb(112,164,91); }
H1.HeaderClassName
{
color: #70A45B;
}
.AnyTagClassName
{
color: #70A45B;
}
</style>
background-color css
<style>
a { background-color: #70A45B; }
a { background-color: rgb(112,164,91); }
div.DivClassName
{
background-color: #70A45B;
}
.BgClassName
{
background-color: #70A45B;
}
</style>
border-color css
<style>
span { border-color: #70A45B; }
span { border-color: rgb(112,164,91); }
td.TdClassName
{
border-color: #70A45B;
}
.TagClassName
{
border-color: #70A45B;
}
</style>