Shades of Asparagus #75A252
Tints of Asparagus #75A252
RGB
CMYK
RGB Variations
Color information
#75A252 (or 0x75A252) is known color: Asparagus. HEX triplet: 75, A2 and 52. RGB value is (117,162,82). Sum of RGB (Red+Green+Blue) = 117+162+82=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #75A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A252 is #8A5DAD. Grayscale: #8B8B8B. Windows color (decimal): -9067950 or 5415541. OLE color: 5415541.
HSL color Cylindrical-coordinate representation of color #75A252: hue angle of 93.75º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75A252 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 162 | 82 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.36 |
| HSL | 93.75º | 0.33% | 0.48% | - |
| HSV(B) | 93.75º | 0.49% | 0.64% | - |
| XYZ | 21.78 | 30.23 | 12.67 | - |
| YUV | 139.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 162 | 82 | 0.28 | 0 | 0.49 | 0.36 | 93.75 | 0.33 | 0.48 |
| Hex | 75 | A2 | 52 | 1C | 0 | 31 | 24 | 5E | 21 | 30 |
| Octal | 165 | 242 | 122 | 34 | 0 | 61 | 44 | 136 | 41 | 60 |
| Binary | 1110101 | 10100010 | 1010010 | 11100 | 0 | 110001 | 100100 | 1011110 | 100001 | 110000 |
Color Harmonies of #75A252
Complementary color
Monochromatic Colors of #75A252
Black with #75A252
Text Example
Text Example
White with #75A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A252; }
p { color: rgb(117,162,82); }
H1.HeaderClassName
{
color: #75A252;
}
.AnyTagClassName
{
color: #75A252;
}
</style>
background-color css
<style>
a { background-color: #75A252; }
a { background-color: rgb(117,162,82); }
div.DivClassName
{
background-color: #75A252;
}
.BgClassName
{
background-color: #75A252;
}
</style>
border-color css
<style>
span { border-color: #75A252; }
span { border-color: rgb(117,162,82); }
td.TdClassName
{
border-color: #75A252;
}
.TagClassName
{
border-color: #75A252;
}
</style>