Shades of Asparagus #709B5D
Tints of Asparagus #709B5D
RGB
CMYK
RGB Variations
Color information
#709B5D (or 0x709B5D) is known color: Asparagus. HEX triplet: 70, 9B and 5D. RGB value is (112,155,93). Sum of RGB (Red+Green+Blue) = 112+155+93=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #709B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709B5D is #8F64A2. Grayscale: #878787. Windows color (decimal): -9397411 or 6134640. OLE color: 6134640.
HSL color Cylindrical-coordinate representation of color #709B5D: hue angle of 101.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #709B5D is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 93 | - |
| CMYK | 0.28 | 0 | 0.4 | 0.39 |
| HSL | 101.61º | 0.25% | 0.49% | - |
| HSV(B) | 101.61º | 0.4% | 0.61% | - |
| XYZ | 20.38 | 27.68 | 14.62 | - |
| YUV | 135.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 93 | 0.28 | 0 | 0.4 | 0.39 | 101.61 | 0.25 | 0.49 |
| Hex | 70 | 9B | 5D | 1C | 0 | 28 | 27 | 66 | 19 | 31 |
| Octal | 160 | 233 | 135 | 34 | 0 | 50 | 47 | 146 | 31 | 61 |
| Binary | 1110000 | 10011011 | 1011101 | 11100 | 0 | 101000 | 100111 | 1100110 | 11001 | 110001 |
Color Harmonies of #709B5D
Complementary color
Monochromatic Colors of #709B5D
Black with #709B5D
Text Example
Text Example
White with #709B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B5D; }
p { color: rgb(112,155,93); }
H1.HeaderClassName
{
color: #709B5D;
}
.AnyTagClassName
{
color: #709B5D;
}
</style>
background-color css
<style>
a { background-color: #709B5D; }
a { background-color: rgb(112,155,93); }
div.DivClassName
{
background-color: #709B5D;
}
.BgClassName
{
background-color: #709B5D;
}
</style>
border-color css
<style>
span { border-color: #709B5D; }
span { border-color: rgb(112,155,93); }
td.TdClassName
{
border-color: #709B5D;
}
.TagClassName
{
border-color: #709B5D;
}
</style>