Shades of Asparagus #75AB5C
Tints of Asparagus #75AB5C
RGB
CMYK
RGB Variations
Color information
#75AB5C (or 0x75AB5C) is known color: Asparagus. HEX triplet: 75, AB and 5C. RGB value is (117,171,92). Sum of RGB (Red+Green+Blue) = 117+171+92=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB5C is #8A54A3. Grayscale: #929292. Windows color (decimal): -9065636 or 6073205. OLE color: 6073205.
HSL color Cylindrical-coordinate representation of color #75AB5C: hue angle of 101.01º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75AB5C is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 92 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.33 |
| HSL | 101.01º | 0.32% | 0.52% | - |
| HSV(B) | 101.01º | 0.46% | 0.67% | - |
| XYZ | 23.83 | 33.68 | 15.37 | - |
| YUV | 145.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 92 | 0.32 | 0 | 0.46 | 0.33 | 101.01 | 0.32 | 0.52 |
| Hex | 75 | AB | 5C | 20 | 0 | 2E | 21 | 65 | 20 | 34 |
| Octal | 165 | 253 | 134 | 40 | 0 | 56 | 41 | 145 | 40 | 64 |
| Binary | 1110101 | 10101011 | 1011100 | 100000 | 0 | 101110 | 100001 | 1100101 | 100000 | 110100 |
Color Harmonies of #75AB5C
Complementary color
Monochromatic Colors of #75AB5C
Black with #75AB5C
Text Example
Text Example
White with #75AB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB5C; }
p { color: rgb(117,171,92); }
H1.HeaderClassName
{
color: #75AB5C;
}
.AnyTagClassName
{
color: #75AB5C;
}
</style>
background-color css
<style>
a { background-color: #75AB5C; }
a { background-color: rgb(117,171,92); }
div.DivClassName
{
background-color: #75AB5C;
}
.BgClassName
{
background-color: #75AB5C;
}
</style>
border-color css
<style>
span { border-color: #75AB5C; }
span { border-color: rgb(117,171,92); }
td.TdClassName
{
border-color: #75AB5C;
}
.TagClassName
{
border-color: #75AB5C;
}
</style>