Shades of Asparagus #759F59
Tints of Asparagus #759F59
RGB
CMYK
RGB Variations
Color information
#759F59 (or 0x759F59) is known color: Asparagus. HEX triplet: 75, 9F and 59. RGB value is (117,159,89). Sum of RGB (Red+Green+Blue) = 117+159+89=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #759F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F59 is #8A60A6. Grayscale: #8A8A8A. Windows color (decimal): -9068711 or 5873525. OLE color: 5873525.
HSL color Cylindrical-coordinate representation of color #759F59: hue angle of 96º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759F59 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 89 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.38 |
| HSL | 96º | 0.28% | 0.49% | - |
| HSV(B) | 96º | 0.44% | 0.62% | - |
| XYZ | 21.54 | 29.3 | 13.97 | - |
| YUV | 138.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 89 | 0.26 | 0 | 0.44 | 0.38 | 96 | 0.28 | 0.49 |
| Hex | 75 | 9F | 59 | 1A | 0 | 2C | 26 | 60 | 1C | 31 |
| Octal | 165 | 237 | 131 | 32 | 0 | 54 | 46 | 140 | 34 | 61 |
| Binary | 1110101 | 10011111 | 1011001 | 11010 | 0 | 101100 | 100110 | 1100000 | 11100 | 110001 |
Color Harmonies of #759F59
Complementary color
Monochromatic Colors of #759F59
Black with #759F59
Text Example
Text Example
White with #759F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F59; }
p { color: rgb(117,159,89); }
H1.HeaderClassName
{
color: #759F59;
}
.AnyTagClassName
{
color: #759F59;
}
</style>
background-color css
<style>
a { background-color: #759F59; }
a { background-color: rgb(117,159,89); }
div.DivClassName
{
background-color: #759F59;
}
.BgClassName
{
background-color: #759F59;
}
</style>
border-color css
<style>
span { border-color: #759F59; }
span { border-color: rgb(117,159,89); }
td.TdClassName
{
border-color: #759F59;
}
.TagClassName
{
border-color: #759F59;
}
</style>