Shades of Asparagus #75AB4C
Tints of Asparagus #75AB4C
RGB
CMYK
RGB Variations
Color information
#75AB4C (or 0x75AB4C) is known color: Asparagus. HEX triplet: 75, AB and 4C. RGB value is (117,171,76). Sum of RGB (Red+Green+Blue) = 117+171+76=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB4C is #8A54B3. Grayscale: #909090. Windows color (decimal): -9065652 or 5024629. OLE color: 5024629.
HSL color Cylindrical-coordinate representation of color #75AB4C: hue angle of 94.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75AB4C is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 76 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.33 |
| HSL | 94.11º | 0.38% | 0.48% | - |
| HSV(B) | 94.11º | 0.56% | 0.67% | - |
| XYZ | 23.2 | 33.43 | 12.07 | - |
| YUV | 144.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 76 | 0.32 | 0 | 0.56 | 0.33 | 94.11 | 0.38 | 0.48 |
| Hex | 75 | AB | 4C | 20 | 0 | 38 | 21 | 5E | 26 | 30 |
| Octal | 165 | 253 | 114 | 40 | 0 | 70 | 41 | 136 | 46 | 60 |
| Binary | 1110101 | 10101011 | 1001100 | 100000 | 0 | 111000 | 100001 | 1011110 | 100110 | 110000 |
Color Harmonies of #75AB4C
Complementary color
Monochromatic Colors of #75AB4C
Black with #75AB4C
Text Example
Text Example
White with #75AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB4C; }
p { color: rgb(117,171,76); }
H1.HeaderClassName
{
color: #75AB4C;
}
.AnyTagClassName
{
color: #75AB4C;
}
</style>
background-color css
<style>
a { background-color: #75AB4C; }
a { background-color: rgb(117,171,76); }
div.DivClassName
{
background-color: #75AB4C;
}
.BgClassName
{
background-color: #75AB4C;
}
</style>
border-color css
<style>
span { border-color: #75AB4C; }
span { border-color: rgb(117,171,76); }
td.TdClassName
{
border-color: #75AB4C;
}
.TagClassName
{
border-color: #75AB4C;
}
</style>