Shades of Asparagus #70964F
Tints of Asparagus #70964F
RGB
CMYK
RGB Variations
Color information
#70964F (or 0x70964F) is known color: Asparagus. HEX triplet: 70, 96 and 4F. RGB value is (112,150,79). Sum of RGB (Red+Green+Blue) = 112+150+79=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #70964F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70964F is #8F69B0. Grayscale: #828282. Windows color (decimal): -9398705 or 5215856. OLE color: 5215856.
HSL color Cylindrical-coordinate representation of color #70964F: hue angle of 92.11º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70964F is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 79 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.41 |
| HSL | 92.11º | 0.31% | 0.45% | - |
| HSV(B) | 92.11º | 0.47% | 0.59% | - |
| XYZ | 19 | 25.82 | 11.38 | - |
| YUV | 130.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 79 | 0.25 | 0 | 0.47 | 0.41 | 92.11 | 0.31 | 0.45 |
| Hex | 70 | 96 | 4F | 19 | 0 | 2F | 29 | 5C | 1F | 2D |
| Octal | 160 | 226 | 117 | 31 | 0 | 57 | 51 | 134 | 37 | 55 |
| Binary | 1110000 | 10010110 | 1001111 | 11001 | 0 | 101111 | 101001 | 1011100 | 11111 | 101101 |
Color Harmonies of #70964F
Complementary color
Monochromatic Colors of #70964F
Black with #70964F
Text Example
Text Example
White with #70964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70964F; }
p { color: rgb(112,150,79); }
H1.HeaderClassName
{
color: #70964F;
}
.AnyTagClassName
{
color: #70964F;
}
</style>
background-color css
<style>
a { background-color: #70964F; }
a { background-color: rgb(112,150,79); }
div.DivClassName
{
background-color: #70964F;
}
.BgClassName
{
background-color: #70964F;
}
</style>
border-color css
<style>
span { border-color: #70964F; }
span { border-color: rgb(112,150,79); }
td.TdClassName
{
border-color: #70964F;
}
.TagClassName
{
border-color: #70964F;
}
</style>