Shades of Asparagus #70974E
Tints of Asparagus #70974E
RGB
CMYK
RGB Variations
Color information
#70974E (or 0x70974E) is known color: Asparagus. HEX triplet: 70, 97 and 4E. RGB value is (112,151,78). Sum of RGB (Red+Green+Blue) = 112+151+78=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #70974E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70974E is #8F68B1. Grayscale: #838383. Windows color (decimal): -9398450 or 5150576. OLE color: 5150576.
HSL color Cylindrical-coordinate representation of color #70974E: hue angle of 92.05º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70974E is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 78 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.41 |
| HSL | 92.05º | 0.32% | 0.45% | - |
| HSV(B) | 92.05º | 0.48% | 0.59% | - |
| XYZ | 19.12 | 26.13 | 11.24 | - |
| YUV | 131.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 78 | 0.26 | 0 | 0.48 | 0.41 | 92.05 | 0.32 | 0.45 |
| Hex | 70 | 97 | 4E | 1A | 0 | 30 | 29 | 5C | 20 | 2D |
| Octal | 160 | 227 | 116 | 32 | 0 | 60 | 51 | 134 | 40 | 55 |
| Binary | 1110000 | 10010111 | 1001110 | 11010 | 0 | 110000 | 101001 | 1011100 | 100000 | 101101 |
Color Harmonies of #70974E
Complementary color
Monochromatic Colors of #70974E
Black with #70974E
Text Example
Text Example
White with #70974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70974E; }
p { color: rgb(112,151,78); }
H1.HeaderClassName
{
color: #70974E;
}
.AnyTagClassName
{
color: #70974E;
}
</style>
background-color css
<style>
a { background-color: #70974E; }
a { background-color: rgb(112,151,78); }
div.DivClassName
{
background-color: #70974E;
}
.BgClassName
{
background-color: #70974E;
}
</style>
border-color css
<style>
span { border-color: #70974E; }
span { border-color: rgb(112,151,78); }
td.TdClassName
{
border-color: #70974E;
}
.TagClassName
{
border-color: #70974E;
}
</style>