Shades of Asparagus #759F61
Tints of Asparagus #759F61
RGB
CMYK
RGB Variations
Color information
#759F61 (or 0x759F61) is known color: Asparagus. HEX triplet: 75, 9F and 61. RGB value is (117,159,97). Sum of RGB (Red+Green+Blue) = 117+159+97=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #759F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F61 is #8A609E. Grayscale: #8B8B8B. Windows color (decimal): -9068703 or 6397813. OLE color: 6397813.
HSL color Cylindrical-coordinate representation of color #759F61: hue angle of 100.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759F61 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 97 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.38 |
| HSL | 100.65º | 0.24% | 0.5% | - |
| HSV(B) | 100.65º | 0.39% | 0.62% | - |
| XYZ | 21.89 | 29.44 | 15.84 | - |
| YUV | 139.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 97 | 0.26 | 0 | 0.39 | 0.38 | 100.65 | 0.24 | 0.5 |
| Hex | 75 | 9F | 61 | 1A | 0 | 27 | 26 | 65 | 18 | 32 |
| Octal | 165 | 237 | 141 | 32 | 0 | 47 | 46 | 145 | 30 | 62 |
| Binary | 1110101 | 10011111 | 1100001 | 11010 | 0 | 100111 | 100110 | 1100101 | 11000 | 110010 |
Color Harmonies of #759F61
Complementary color
Monochromatic Colors of #759F61
Black with #759F61
Text Example
Text Example
White with #759F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F61; }
p { color: rgb(117,159,97); }
H1.HeaderClassName
{
color: #759F61;
}
.AnyTagClassName
{
color: #759F61;
}
</style>
background-color css
<style>
a { background-color: #759F61; }
a { background-color: rgb(117,159,97); }
div.DivClassName
{
background-color: #759F61;
}
.BgClassName
{
background-color: #759F61;
}
</style>
border-color css
<style>
span { border-color: #759F61; }
span { border-color: rgb(117,159,97); }
td.TdClassName
{
border-color: #759F61;
}
.TagClassName
{
border-color: #759F61;
}
</style>