Shades of Asparagus #75A15F
Tints of Asparagus #75A15F
RGB
CMYK
RGB Variations
Color information
#75A15F (or 0x75A15F) is known color: Asparagus. HEX triplet: 75, A1 and 5F. RGB value is (117,161,95). Sum of RGB (Red+Green+Blue) = 117+161+95=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #75A15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A15F is #8A5EA0. Grayscale: #8C8C8C. Windows color (decimal): -9068193 or 6267253. OLE color: 6267253.
HSL color Cylindrical-coordinate representation of color #75A15F: hue angle of 100º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75A15F is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 95 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.37 |
| HSL | 100º | 0.26% | 0.5% | - |
| HSV(B) | 100º | 0.41% | 0.63% | - |
| XYZ | 22.15 | 30.1 | 15.47 | - |
| YUV | 140.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 95 | 0.27 | 0 | 0.41 | 0.37 | 100 | 0.26 | 0.5 |
| Hex | 75 | A1 | 5F | 1B | 0 | 29 | 25 | 64 | 1A | 32 |
| Octal | 165 | 241 | 137 | 33 | 0 | 51 | 45 | 144 | 32 | 62 |
| Binary | 1110101 | 10100001 | 1011111 | 11011 | 0 | 101001 | 100101 | 1100100 | 11010 | 110010 |
Color Harmonies of #75A15F
Complementary color
Monochromatic Colors of #75A15F
Black with #75A15F
Text Example
Text Example
White with #75A15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A15F; }
p { color: rgb(117,161,95); }
H1.HeaderClassName
{
color: #75A15F;
}
.AnyTagClassName
{
color: #75A15F;
}
</style>
background-color css
<style>
a { background-color: #75A15F; }
a { background-color: rgb(117,161,95); }
div.DivClassName
{
background-color: #75A15F;
}
.BgClassName
{
background-color: #75A15F;
}
</style>
border-color css
<style>
span { border-color: #75A15F; }
span { border-color: rgb(117,161,95); }
td.TdClassName
{
border-color: #75A15F;
}
.TagClassName
{
border-color: #75A15F;
}
</style>