Shades of Asparagus #759B56
Tints of Asparagus #759B56
RGB
CMYK
RGB Variations
Color information
#759B56 (or 0x759B56) is known color: Asparagus. HEX triplet: 75, 9B and 56. RGB value is (117,155,86). Sum of RGB (Red+Green+Blue) = 117+155+86=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #759B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B56 is #8A64A9. Grayscale: #888888. Windows color (decimal): -9069738 or 5675893. OLE color: 5675893.
HSL color Cylindrical-coordinate representation of color #759B56: hue angle of 93.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #759B56 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 86 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.39 |
| HSL | 93.04º | 0.29% | 0.47% | - |
| HSV(B) | 93.04º | 0.45% | 0.61% | - |
| XYZ | 20.74 | 27.9 | 13.1 | - |
| YUV | 135.77 | 99.91 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 86 | 0.25 | 0 | 0.45 | 0.39 | 93.04 | 0.29 | 0.47 |
| Hex | 75 | 9B | 56 | 19 | 0 | 2D | 27 | 5D | 1D | 2F |
| Octal | 165 | 233 | 126 | 31 | 0 | 55 | 47 | 135 | 35 | 57 |
| Binary | 1110101 | 10011011 | 1010110 | 11001 | 0 | 101101 | 100111 | 1011101 | 11101 | 101111 |
Color Harmonies of #759B56
Complementary color
Monochromatic Colors of #759B56
Black with #759B56
Text Example
Text Example
White with #759B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B56; }
p { color: rgb(117,155,86); }
H1.HeaderClassName
{
color: #759B56;
}
.AnyTagClassName
{
color: #759B56;
}
</style>
background-color css
<style>
a { background-color: #759B56; }
a { background-color: rgb(117,155,86); }
div.DivClassName
{
background-color: #759B56;
}
.BgClassName
{
background-color: #759B56;
}
</style>
border-color css
<style>
span { border-color: #759B56; }
span { border-color: rgb(117,155,86); }
td.TdClassName
{
border-color: #759B56;
}
.TagClassName
{
border-color: #759B56;
}
</style>