Shades of Asparagus #759B51
Tints of Asparagus #759B51
RGB
CMYK
RGB Variations
Color information
#759B51 (or 0x759B51) is known color: Asparagus. HEX triplet: 75, 9B and 51. RGB value is (117,155,81). Sum of RGB (Red+Green+Blue) = 117+155+81=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #759B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B51 is #8A64AE. Grayscale: #878787. Windows color (decimal): -9069743 or 5348213. OLE color: 5348213.
HSL color Cylindrical-coordinate representation of color #759B51: hue angle of 90.81º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #759B51 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 81 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.39 |
| HSL | 90.81º | 0.31% | 0.46% | - |
| HSV(B) | 90.81º | 0.48% | 0.61% | - |
| XYZ | 20.54 | 27.82 | 12.07 | - |
| YUV | 135.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 81 | 0.25 | 0 | 0.48 | 0.39 | 90.81 | 0.31 | 0.46 |
| Hex | 75 | 9B | 51 | 19 | 0 | 30 | 27 | 5B | 1F | 2E |
| Octal | 165 | 233 | 121 | 31 | 0 | 60 | 47 | 133 | 37 | 56 |
| Binary | 1110101 | 10011011 | 1010001 | 11001 | 0 | 110000 | 100111 | 1011011 | 11111 | 101110 |
Color Harmonies of #759B51
Complementary color
Monochromatic Colors of #759B51
Black with #759B51
Text Example
Text Example
White with #759B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B51; }
p { color: rgb(117,155,81); }
H1.HeaderClassName
{
color: #759B51;
}
.AnyTagClassName
{
color: #759B51;
}
</style>
background-color css
<style>
a { background-color: #759B51; }
a { background-color: rgb(117,155,81); }
div.DivClassName
{
background-color: #759B51;
}
.BgClassName
{
background-color: #759B51;
}
</style>
border-color css
<style>
span { border-color: #759B51; }
span { border-color: rgb(117,155,81); }
td.TdClassName
{
border-color: #759B51;
}
.TagClassName
{
border-color: #759B51;
}
</style>