Shades of Asparagus #70944F
Tints of Asparagus #70944F
RGB
CMYK
RGB Variations
Color information
#70944F (or 0x70944F) is known color: Asparagus. HEX triplet: 70, 94 and 4F. RGB value is (112,148,79). Sum of RGB (Red+Green+Blue) = 112+148+79=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #70944F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70944F is #8F6BB0. Grayscale: #818181. Windows color (decimal): -9399217 or 5215344. OLE color: 5215344.
HSL color Cylindrical-coordinate representation of color #70944F: hue angle of 91.3º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70944F is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 148 | 79 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.42 |
| HSL | 91.3º | 0.3% | 0.45% | - |
| HSV(B) | 91.3º | 0.47% | 0.58% | - |
| XYZ | 18.68 | 25.19 | 11.27 | - |
| YUV | 129.37 | 99.57 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 79 | 0.24 | 0 | 0.47 | 0.42 | 91.3 | 0.3 | 0.45 |
| Hex | 70 | 94 | 4F | 18 | 0 | 2F | 2A | 5B | 1E | 2D |
| Octal | 160 | 224 | 117 | 30 | 0 | 57 | 52 | 133 | 36 | 55 |
| Binary | 1110000 | 10010100 | 1001111 | 11000 | 0 | 101111 | 101010 | 1011011 | 11110 | 101101 |
Color Harmonies of #70944F
Complementary color
Monochromatic Colors of #70944F
Black with #70944F
Text Example
Text Example
White with #70944F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70944F; }
p { color: rgb(112,148,79); }
H1.HeaderClassName
{
color: #70944F;
}
.AnyTagClassName
{
color: #70944F;
}
</style>
background-color css
<style>
a { background-color: #70944F; }
a { background-color: rgb(112,148,79); }
div.DivClassName
{
background-color: #70944F;
}
.BgClassName
{
background-color: #70944F;
}
</style>
border-color css
<style>
span { border-color: #70944F; }
span { border-color: rgb(112,148,79); }
td.TdClassName
{
border-color: #70944F;
}
.TagClassName
{
border-color: #70944F;
}
</style>