Shades of Asparagus #75AB58
Tints of Asparagus #75AB58
RGB
CMYK
RGB Variations
Color information
#75AB58 (or 0x75AB58) is known color: Asparagus. HEX triplet: 75, AB and 58. RGB value is (117,171,88). Sum of RGB (Red+Green+Blue) = 117+171+88=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AB58 is #8A54A7. Grayscale: #919191. Windows color (decimal): -9065640 or 5811061. OLE color: 5811061.
HSL color Cylindrical-coordinate representation of color #75AB58: hue angle of 99.04º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75AB58 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 88 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.33 |
| HSL | 99.04º | 0.33% | 0.51% | - |
| HSV(B) | 99.04º | 0.49% | 0.67% | - |
| XYZ | 23.66 | 33.61 | 14.47 | - |
| YUV | 145.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 88 | 0.32 | 0 | 0.49 | 0.33 | 99.04 | 0.33 | 0.51 |
| Hex | 75 | AB | 58 | 20 | 0 | 31 | 21 | 63 | 21 | 33 |
| Octal | 165 | 253 | 130 | 40 | 0 | 61 | 41 | 143 | 41 | 63 |
| Binary | 1110101 | 10101011 | 1011000 | 100000 | 0 | 110001 | 100001 | 1100011 | 100001 | 110011 |
Color Harmonies of #75AB58
Complementary color
Monochromatic Colors of #75AB58
Black with #75AB58
Text Example
Text Example
White with #75AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB58; }
p { color: rgb(117,171,88); }
H1.HeaderClassName
{
color: #75AB58;
}
.AnyTagClassName
{
color: #75AB58;
}
</style>
background-color css
<style>
a { background-color: #75AB58; }
a { background-color: rgb(117,171,88); }
div.DivClassName
{
background-color: #75AB58;
}
.BgClassName
{
background-color: #75AB58;
}
</style>
border-color css
<style>
span { border-color: #75AB58; }
span { border-color: rgb(117,171,88); }
td.TdClassName
{
border-color: #75AB58;
}
.TagClassName
{
border-color: #75AB58;
}
</style>