Shades of Asparagus #70954C
Tints of Asparagus #70954C
RGB
CMYK
RGB Variations
Color information
#70954C (or 0x70954C) is known color: Asparagus. HEX triplet: 70, 95 and 4C. RGB value is (112,149,76). Sum of RGB (Red+Green+Blue) = 112+149+76=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #70954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70954C is #8F6AB3. Grayscale: #818181. Windows color (decimal): -9398964 or 5018992. OLE color: 5018992.
HSL color Cylindrical-coordinate representation of color #70954C: hue angle of 90.41º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70954C is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 76 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.42 |
| HSL | 90.41º | 0.32% | 0.44% | - |
| HSV(B) | 90.41º | 0.49% | 0.58% | - |
| XYZ | 18.73 | 25.46 | 10.76 | - |
| YUV | 129.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 76 | 0.25 | 0 | 0.49 | 0.42 | 90.41 | 0.32 | 0.44 |
| Hex | 70 | 95 | 4C | 19 | 0 | 31 | 2A | 5A | 20 | 2C |
| Octal | 160 | 225 | 114 | 31 | 0 | 61 | 52 | 132 | 40 | 54 |
| Binary | 1110000 | 10010101 | 1001100 | 11001 | 0 | 110001 | 101010 | 1011010 | 100000 | 101100 |
Color Harmonies of #70954C
Complementary color
Monochromatic Colors of #70954C
Black with #70954C
Text Example
Text Example
White with #70954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70954C; }
p { color: rgb(112,149,76); }
H1.HeaderClassName
{
color: #70954C;
}
.AnyTagClassName
{
color: #70954C;
}
</style>
background-color css
<style>
a { background-color: #70954C; }
a { background-color: rgb(112,149,76); }
div.DivClassName
{
background-color: #70954C;
}
.BgClassName
{
background-color: #70954C;
}
</style>
border-color css
<style>
span { border-color: #70954C; }
span { border-color: rgb(112,149,76); }
td.TdClassName
{
border-color: #70954C;
}
.TagClassName
{
border-color: #70954C;
}
</style>