Shades of Asparagus #70964B
Tints of Asparagus #70964B
RGB
CMYK
RGB Variations
Color information
#70964B (or 0x70964B) is known color: Asparagus. HEX triplet: 70, 96 and 4B. RGB value is (112,150,75). Sum of RGB (Red+Green+Blue) = 112+150+75=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #70964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70964B is #8F69B4. Grayscale: #828282. Windows color (decimal): -9398709 or 4953712. OLE color: 4953712.
HSL color Cylindrical-coordinate representation of color #70964B: hue angle of 90.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70964B is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 75 | - |
| CMYK | 0.25 | 0 | 0.5 | 0.41 |
| HSL | 90.4º | 0.33% | 0.44% | - |
| HSV(B) | 90.4º | 0.5% | 0.59% | - |
| XYZ | 18.86 | 25.77 | 10.64 | - |
| YUV | 130.09 | 96.91 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 75 | 0.25 | 0 | 0.5 | 0.41 | 90.4 | 0.33 | 0.44 |
| Hex | 70 | 96 | 4B | 19 | 0 | 32 | 29 | 5A | 21 | 2C |
| Octal | 160 | 226 | 113 | 31 | 0 | 62 | 51 | 132 | 41 | 54 |
| Binary | 1110000 | 10010110 | 1001011 | 11001 | 0 | 110010 | 101001 | 1011010 | 100001 | 101100 |
Color Harmonies of #70964B
Complementary color
Monochromatic Colors of #70964B
Black with #70964B
Text Example
Text Example
White with #70964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70964B; }
p { color: rgb(112,150,75); }
H1.HeaderClassName
{
color: #70964B;
}
.AnyTagClassName
{
color: #70964B;
}
</style>
background-color css
<style>
a { background-color: #70964B; }
a { background-color: rgb(112,150,75); }
div.DivClassName
{
background-color: #70964B;
}
.BgClassName
{
background-color: #70964B;
}
</style>
border-color css
<style>
span { border-color: #70964B; }
span { border-color: rgb(112,150,75); }
td.TdClassName
{
border-color: #70964B;
}
.TagClassName
{
border-color: #70964B;
}
</style>