Shades of Asparagus #70994F
Tints of Asparagus #70994F
RGB
CMYK
RGB Variations
Color information
#70994F (or 0x70994F) is known color: Asparagus. HEX triplet: 70, 99 and 4F. RGB value is (112,153,79). Sum of RGB (Red+Green+Blue) = 112+153+79=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #70994F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70994F is #8F66B0. Grayscale: #848484. Windows color (decimal): -9397937 or 5216624. OLE color: 5216624.
HSL color Cylindrical-coordinate representation of color #70994F: hue angle of 93.24º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70994F is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 79 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.4 |
| HSL | 93.24º | 0.32% | 0.45% | - |
| HSV(B) | 93.24º | 0.48% | 0.6% | - |
| XYZ | 19.48 | 26.79 | 11.54 | - |
| YUV | 132.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 79 | 0.27 | 0 | 0.48 | 0.4 | 93.24 | 0.32 | 0.45 |
| Hex | 70 | 99 | 4F | 1B | 0 | 30 | 28 | 5D | 20 | 2D |
| Octal | 160 | 231 | 117 | 33 | 0 | 60 | 50 | 135 | 40 | 55 |
| Binary | 1110000 | 10011001 | 1001111 | 11011 | 0 | 110000 | 101000 | 1011101 | 100000 | 101101 |
Color Harmonies of #70994F
Complementary color
Monochromatic Colors of #70994F
Black with #70994F
Text Example
Text Example
White with #70994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70994F; }
p { color: rgb(112,153,79); }
H1.HeaderClassName
{
color: #70994F;
}
.AnyTagClassName
{
color: #70994F;
}
</style>
background-color css
<style>
a { background-color: #70994F; }
a { background-color: rgb(112,153,79); }
div.DivClassName
{
background-color: #70994F;
}
.BgClassName
{
background-color: #70994F;
}
</style>
border-color css
<style>
span { border-color: #70994F; }
span { border-color: rgb(112,153,79); }
td.TdClassName
{
border-color: #70994F;
}
.TagClassName
{
border-color: #70994F;
}
</style>