Shades of Asparagus #75A255
Tints of Asparagus #75A255
RGB
CMYK
RGB Variations
Color information
#75A255 (or 0x75A255) is known color: Asparagus. HEX triplet: 75, A2 and 55. RGB value is (117,162,85). Sum of RGB (Red+Green+Blue) = 117+162+85=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #75A255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A255 is #8A5DAA. Grayscale: #8C8C8C. Windows color (decimal): -9067947 or 5612149. OLE color: 5612149.
HSL color Cylindrical-coordinate representation of color #75A255: hue angle of 95.06º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A255 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 162 | 85 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.36 |
| HSL | 95.06º | 0.31% | 0.48% | - |
| HSV(B) | 95.06º | 0.48% | 0.64% | - |
| XYZ | 21.9 | 30.28 | 13.28 | - |
| YUV | 139.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 85 | 0.28 | 0 | 0.48 | 0.36 | 95.06 | 0.31 | 0.48 |
| Hex | 75 | A2 | 55 | 1C | 0 | 30 | 24 | 5F | 1F | 30 |
| Octal | 165 | 242 | 125 | 34 | 0 | 60 | 44 | 137 | 37 | 60 |
| Binary | 1110101 | 10100010 | 1010101 | 11100 | 0 | 110000 | 100100 | 1011111 | 11111 | 110000 |
Color Harmonies of #75A255
Complementary color
Monochromatic Colors of #75A255
Black with #75A255
Text Example
Text Example
White with #75A255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A255; }
p { color: rgb(117,162,85); }
H1.HeaderClassName
{
color: #75A255;
}
.AnyTagClassName
{
color: #75A255;
}
</style>
background-color css
<style>
a { background-color: #75A255; }
a { background-color: rgb(117,162,85); }
div.DivClassName
{
background-color: #75A255;
}
.BgClassName
{
background-color: #75A255;
}
</style>
border-color css
<style>
span { border-color: #75A255; }
span { border-color: rgb(117,162,85); }
td.TdClassName
{
border-color: #75A255;
}
.TagClassName
{
border-color: #75A255;
}
</style>