Shades of Asparagus #75A660
Tints of Asparagus #75A660
RGB
CMYK
RGB Variations
Color information
#75A660 (or 0x75A660) is known color: Asparagus. HEX triplet: 75, A6 and 60. RGB value is (117,166,96). Sum of RGB (Red+Green+Blue) = 117+166+96=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #75A660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A660 is #8A599F. Grayscale: #8F8F8F. Windows color (decimal): -9066912 or 6334069. OLE color: 6334069.
HSL color Cylindrical-coordinate representation of color #75A660: hue angle of 102º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75A660 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 96 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.35 |
| HSL | 102º | 0.28% | 0.51% | - |
| HSV(B) | 102º | 0.42% | 0.65% | - |
| XYZ | 23.08 | 31.9 | 16.01 | - |
| YUV | 143.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 96 | 0.30 | 0 | 0.42 | 0.35 | 102 | 0.28 | 0.51 |
| Hex | 75 | A6 | 60 | 1E | 0 | 2A | 23 | 66 | 1C | 33 |
| Octal | 165 | 246 | 140 | 36 | 0 | 52 | 43 | 146 | 34 | 63 |
| Binary | 1110101 | 10100110 | 1100000 | 11110 | 0 | 101010 | 100011 | 1100110 | 11100 | 110011 |
Color Harmonies of #75A660
Complementary color
Monochromatic Colors of #75A660
Black with #75A660
Text Example
Text Example
White with #75A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A660; }
p { color: rgb(117,166,96); }
H1.HeaderClassName
{
color: #75A660;
}
.AnyTagClassName
{
color: #75A660;
}
</style>
background-color css
<style>
a { background-color: #75A660; }
a { background-color: rgb(117,166,96); }
div.DivClassName
{
background-color: #75A660;
}
.BgClassName
{
background-color: #75A660;
}
</style>
border-color css
<style>
span { border-color: #75A660; }
span { border-color: rgb(117,166,96); }
td.TdClassName
{
border-color: #75A660;
}
.TagClassName
{
border-color: #75A660;
}
</style>