Shades of Asparagus #709D48
Tints of Asparagus #709D48
RGB
CMYK
RGB Variations
Color information
#709D48 (or 0x709D48) is known color: Asparagus. HEX triplet: 70, 9D and 48. RGB value is (112,157,72). Sum of RGB (Red+Green+Blue) = 112+157+72=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #709D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709D48 is #8F62B7. Grayscale: #868686. Windows color (decimal): -9396920 or 4758896. OLE color: 4758896.
HSL color Cylindrical-coordinate representation of color #709D48: hue angle of 91.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #709D48 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 72 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.38 |
| HSL | 91.76º | 0.37% | 0.45% | - |
| HSV(B) | 91.76º | 0.54% | 0.62% | - |
| XYZ | 19.91 | 28.03 | 10.49 | - |
| YUV | 133.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 72 | 0.29 | 0 | 0.54 | 0.38 | 91.76 | 0.37 | 0.45 |
| Hex | 70 | 9D | 48 | 1D | 0 | 36 | 26 | 5C | 25 | 2D |
| Octal | 160 | 235 | 110 | 35 | 0 | 66 | 46 | 134 | 45 | 55 |
| Binary | 1110000 | 10011101 | 1001000 | 11101 | 0 | 110110 | 100110 | 1011100 | 100101 | 101101 |
Color Harmonies of #709D48
Complementary color
Monochromatic Colors of #709D48
Black with #709D48
Text Example
Text Example
White with #709D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D48; }
p { color: rgb(112,157,72); }
H1.HeaderClassName
{
color: #709D48;
}
.AnyTagClassName
{
color: #709D48;
}
</style>
background-color css
<style>
a { background-color: #709D48; }
a { background-color: rgb(112,157,72); }
div.DivClassName
{
background-color: #709D48;
}
.BgClassName
{
background-color: #709D48;
}
</style>
border-color css
<style>
span { border-color: #709D48; }
span { border-color: rgb(112,157,72); }
td.TdClassName
{
border-color: #709D48;
}
.TagClassName
{
border-color: #709D48;
}
</style>