Shades of Asparagus #7CA75E
Tints of Asparagus #7CA75E
RGB
CMYK
RGB Variations
Color information
#7CA75E (or 0x7CA75E) is known color: Asparagus. HEX triplet: 7C, A7 and 5E. RGB value is (124,167,94). Sum of RGB (Red+Green+Blue) = 124+167+94=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA75E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA75E is #8358A1. Grayscale: #929292. Windows color (decimal): -8607906 or 6203260. OLE color: 6203260.
HSL color Cylindrical-coordinate representation of color #7CA75E: hue angle of 95.34º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA75E is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 167 | 94 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.35 |
| HSL | 95.34º | 0.29% | 0.51% | - |
| HSV(B) | 95.34º | 0.44% | 0.65% | - |
| XYZ | 24.15 | 32.73 | 15.63 | - |
| YUV | 145.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 167 | 94 | 0.26 | 0 | 0.44 | 0.35 | 95.34 | 0.29 | 0.51 |
| Hex | 7C | A7 | 5E | 1A | 0 | 2C | 23 | 5F | 1D | 33 |
| Octal | 174 | 247 | 136 | 32 | 0 | 54 | 43 | 137 | 35 | 63 |
| Binary | 1111100 | 10100111 | 1011110 | 11010 | 0 | 101100 | 100011 | 1011111 | 11101 | 110011 |
Color Harmonies of #7CA75E
Complementary color
Monochromatic Colors of #7CA75E
Black with #7CA75E
Text Example
Text Example
White with #7CA75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA75E; }
p { color: rgb(124,167,94); }
H1.HeaderClassName
{
color: #7CA75E;
}
.AnyTagClassName
{
color: #7CA75E;
}
</style>
background-color css
<style>
a { background-color: #7CA75E; }
a { background-color: rgb(124,167,94); }
div.DivClassName
{
background-color: #7CA75E;
}
.BgClassName
{
background-color: #7CA75E;
}
</style>
border-color css
<style>
span { border-color: #7CA75E; }
span { border-color: rgb(124,167,94); }
td.TdClassName
{
border-color: #7CA75E;
}
.TagClassName
{
border-color: #7CA75E;
}
</style>