Shades of Asparagus #759E59
Tints of Asparagus #759E59
RGB
CMYK
RGB Variations
Color information
#759E59 (or 0x759E59) is known color: Asparagus. HEX triplet: 75, 9E and 59. RGB value is (117,158,89). Sum of RGB (Red+Green+Blue) = 117+158+89=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #759E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759E59 is #8A61A6. Grayscale: #8A8A8A. Windows color (decimal): -9068967 or 5873269. OLE color: 5873269.
HSL color Cylindrical-coordinate representation of color #759E59: hue angle of 95.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759E59 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 89 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.38 |
| HSL | 95.65º | 0.28% | 0.48% | - |
| HSV(B) | 95.65º | 0.44% | 0.62% | - |
| XYZ | 21.37 | 28.96 | 13.91 | - |
| YUV | 137.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 89 | 0.26 | 0 | 0.44 | 0.38 | 95.65 | 0.28 | 0.48 |
| Hex | 75 | 9E | 59 | 1A | 0 | 2C | 26 | 60 | 1C | 30 |
| Octal | 165 | 236 | 131 | 32 | 0 | 54 | 46 | 140 | 34 | 60 |
| Binary | 1110101 | 10011110 | 1011001 | 11010 | 0 | 101100 | 100110 | 1100000 | 11100 | 110000 |
Color Harmonies of #759E59
Complementary color
Monochromatic Colors of #759E59
Black with #759E59
Text Example
Text Example
White with #759E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E59; }
p { color: rgb(117,158,89); }
H1.HeaderClassName
{
color: #759E59;
}
.AnyTagClassName
{
color: #759E59;
}
</style>
background-color css
<style>
a { background-color: #759E59; }
a { background-color: rgb(117,158,89); }
div.DivClassName
{
background-color: #759E59;
}
.BgClassName
{
background-color: #759E59;
}
</style>
border-color css
<style>
span { border-color: #759E59; }
span { border-color: rgb(117,158,89); }
td.TdClassName
{
border-color: #759E59;
}
.TagClassName
{
border-color: #759E59;
}
</style>