Shades of Asparagus #759C58
Tints of Asparagus #759C58
RGB
CMYK
RGB Variations
Color information
#759C58 (or 0x759C58) is known color: Asparagus. HEX triplet: 75, 9C and 58. RGB value is (117,156,88). Sum of RGB (Red+Green+Blue) = 117+156+88=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 156 - color contains mainly: green. Hex color #759C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759C58 is #8A63A7. Grayscale: #888888. Windows color (decimal): -9069480 or 5807221. OLE color: 5807221.
HSL color Cylindrical-coordinate representation of color #759C58: hue angle of 94.41º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759C58 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 88 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.39 |
| HSL | 94.41º | 0.28% | 0.48% | - |
| HSV(B) | 94.41º | 0.44% | 0.61% | - |
| XYZ | 20.99 | 28.26 | 13.58 | - |
| YUV | 136.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 88 | 0.25 | 0 | 0.44 | 0.39 | 94.41 | 0.28 | 0.48 |
| Hex | 75 | 9C | 58 | 19 | 0 | 2C | 27 | 5E | 1C | 30 |
| Octal | 165 | 234 | 130 | 31 | 0 | 54 | 47 | 136 | 34 | 60 |
| Binary | 1110101 | 10011100 | 1011000 | 11001 | 0 | 101100 | 100111 | 1011110 | 11100 | 110000 |
Color Harmonies of #759C58
Complementary color
Monochromatic Colors of #759C58
Black with #759C58
Text Example
Text Example
White with #759C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C58; }
p { color: rgb(117,156,88); }
H1.HeaderClassName
{
color: #759C58;
}
.AnyTagClassName
{
color: #759C58;
}
</style>
background-color css
<style>
a { background-color: #759C58; }
a { background-color: rgb(117,156,88); }
div.DivClassName
{
background-color: #759C58;
}
.BgClassName
{
background-color: #759C58;
}
</style>
border-color css
<style>
span { border-color: #759C58; }
span { border-color: rgb(117,156,88); }
td.TdClassName
{
border-color: #759C58;
}
.TagClassName
{
border-color: #759C58;
}
</style>