Shades of Asparagus #709F50
Tints of Asparagus #709F50
RGB
CMYK
RGB Variations
Color information
#709F50 (or 0x709F50) is known color: Asparagus. HEX triplet: 70, 9F and 50. RGB value is (112,159,80). Sum of RGB (Red+Green+Blue) = 112+159+80=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #709F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F50 is #8F60AF. Grayscale: #888888. Windows color (decimal): -9396400 or 5283696. OLE color: 5283696.
HSL color Cylindrical-coordinate representation of color #709F50: hue angle of 95.7º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #709F50 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 80 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.38 |
| HSL | 95.7º | 0.33% | 0.47% | - |
| HSV(B) | 95.7º | 0.5% | 0.62% | - |
| XYZ | 20.53 | 28.82 | 12.07 | - |
| YUV | 135.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 80 | 0.30 | 0 | 0.50 | 0.38 | 95.7 | 0.33 | 0.47 |
| Hex | 70 | 9F | 50 | 1E | 0 | 32 | 26 | 60 | 21 | 2F |
| Octal | 160 | 237 | 120 | 36 | 0 | 62 | 46 | 140 | 41 | 57 |
| Binary | 1110000 | 10011111 | 1010000 | 11110 | 0 | 110010 | 100110 | 1100000 | 100001 | 101111 |
Color Harmonies of #709F50
Complementary color
Monochromatic Colors of #709F50
Black with #709F50
Text Example
Text Example
White with #709F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F50; }
p { color: rgb(112,159,80); }
H1.HeaderClassName
{
color: #709F50;
}
.AnyTagClassName
{
color: #709F50;
}
</style>
background-color css
<style>
a { background-color: #709F50; }
a { background-color: rgb(112,159,80); }
div.DivClassName
{
background-color: #709F50;
}
.BgClassName
{
background-color: #709F50;
}
</style>
border-color css
<style>
span { border-color: #709F50; }
span { border-color: rgb(112,159,80); }
td.TdClassName
{
border-color: #709F50;
}
.TagClassName
{
border-color: #709F50;
}
</style>