Shades of Asparagus #70984B
Tints of Asparagus #70984B
RGB
CMYK
RGB Variations
Color information
#70984B (or 0x70984B) is known color: Asparagus. HEX triplet: 70, 98 and 4B. RGB value is (112,152,75). Sum of RGB (Red+Green+Blue) = 112+152+75=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #70984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70984B is #8F67B4. Grayscale: #838383. Windows color (decimal): -9398197 or 4954224. OLE color: 4954224.
HSL color Cylindrical-coordinate representation of color #70984B: hue angle of 91.17º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70984B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 75 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.40 |
| HSL | 91.17º | 0.34% | 0.45% | - |
| HSV(B) | 91.17º | 0.51% | 0.6% | - |
| XYZ | 19.18 | 26.41 | 10.74 | - |
| YUV | 131.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 75 | 0.26 | 0 | 0.51 | 0.40 | 91.17 | 0.34 | 0.45 |
| Hex | 70 | 98 | 4B | 1A | 0 | 33 | 28 | 5B | 22 | 2D |
| Octal | 160 | 230 | 113 | 32 | 0 | 63 | 50 | 133 | 42 | 55 |
| Binary | 1110000 | 10011000 | 1001011 | 11010 | 0 | 110011 | 101000 | 1011011 | 100010 | 101101 |
Color Harmonies of #70984B
Complementary color
Monochromatic Colors of #70984B
Black with #70984B
Text Example
Text Example
White with #70984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70984B; }
p { color: rgb(112,152,75); }
H1.HeaderClassName
{
color: #70984B;
}
.AnyTagClassName
{
color: #70984B;
}
</style>
background-color css
<style>
a { background-color: #70984B; }
a { background-color: rgb(112,152,75); }
div.DivClassName
{
background-color: #70984B;
}
.BgClassName
{
background-color: #70984B;
}
</style>
border-color css
<style>
span { border-color: #70984B; }
span { border-color: rgb(112,152,75); }
td.TdClassName
{
border-color: #70984B;
}
.TagClassName
{
border-color: #70984B;
}
</style>