Shades of Asparagus #709F4E
Tints of Asparagus #709F4E
RGB
CMYK
RGB Variations
Color information
#709F4E (or 0x709F4E) is known color: Asparagus. HEX triplet: 70, 9F and 4E. RGB value is (112,159,78). Sum of RGB (Red+Green+Blue) = 112+159+78=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #709F4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709F4E is #8F60B1. Grayscale: #878787. Windows color (decimal): -9396402 or 5152624. OLE color: 5152624.
HSL color Cylindrical-coordinate representation of color #709F4E: hue angle of 94.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #709F4E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 78 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.38 |
| HSL | 94.81º | 0.34% | 0.46% | - |
| HSV(B) | 94.81º | 0.51% | 0.62% | - |
| XYZ | 20.46 | 28.79 | 11.69 | - |
| YUV | 135.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 78 | 0.30 | 0 | 0.51 | 0.38 | 94.81 | 0.34 | 0.46 |
| Hex | 70 | 9F | 4E | 1E | 0 | 33 | 26 | 5F | 22 | 2E |
| Octal | 160 | 237 | 116 | 36 | 0 | 63 | 46 | 137 | 42 | 56 |
| Binary | 1110000 | 10011111 | 1001110 | 11110 | 0 | 110011 | 100110 | 1011111 | 100010 | 101110 |
Color Harmonies of #709F4E
Complementary color
Monochromatic Colors of #709F4E
Black with #709F4E
Text Example
Text Example
White with #709F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F4E; }
p { color: rgb(112,159,78); }
H1.HeaderClassName
{
color: #709F4E;
}
.AnyTagClassName
{
color: #709F4E;
}
</style>
background-color css
<style>
a { background-color: #709F4E; }
a { background-color: rgb(112,159,78); }
div.DivClassName
{
background-color: #709F4E;
}
.BgClassName
{
background-color: #709F4E;
}
</style>
border-color css
<style>
span { border-color: #709F4E; }
span { border-color: rgb(112,159,78); }
td.TdClassName
{
border-color: #709F4E;
}
.TagClassName
{
border-color: #709F4E;
}
</style>