Shades of Asparagus #7CAB5E
Tints of Asparagus #7CAB5E
RGB
CMYK
RGB Variations
Color information
#7CAB5E (or 0x7CAB5E) is known color: Asparagus. HEX triplet: 7C, AB and 5E. RGB value is (124,171,94). Sum of RGB (Red+Green+Blue) = 124+171+94=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB5E is #8354A1. Grayscale: #949494. Windows color (decimal): -8606882 or 6204284. OLE color: 6204284.
HSL color Cylindrical-coordinate representation of color #7CAB5E: hue angle of 96.62º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CAB5E is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 94 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.33 |
| HSL | 96.62º | 0.31% | 0.52% | - |
| HSV(B) | 96.62º | 0.45% | 0.67% | - |
| XYZ | 24.9 | 34.22 | 15.88 | - |
| YUV | 148.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 94 | 0.27 | 0 | 0.45 | 0.33 | 96.62 | 0.31 | 0.52 |
| Hex | 7C | AB | 5E | 1B | 0 | 2D | 21 | 61 | 1F | 34 |
| Octal | 174 | 253 | 136 | 33 | 0 | 55 | 41 | 141 | 37 | 64 |
| Binary | 1111100 | 10101011 | 1011110 | 11011 | 0 | 101101 | 100001 | 1100001 | 11111 | 110100 |
Color Harmonies of #7CAB5E
Complementary color
Monochromatic Colors of #7CAB5E
Black with #7CAB5E
Text Example
Text Example
White with #7CAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB5E; }
p { color: rgb(124,171,94); }
H1.HeaderClassName
{
color: #7CAB5E;
}
.AnyTagClassName
{
color: #7CAB5E;
}
</style>
background-color css
<style>
a { background-color: #7CAB5E; }
a { background-color: rgb(124,171,94); }
div.DivClassName
{
background-color: #7CAB5E;
}
.BgClassName
{
background-color: #7CAB5E;
}
</style>
border-color css
<style>
span { border-color: #7CAB5E; }
span { border-color: rgb(124,171,94); }
td.TdClassName
{
border-color: #7CAB5E;
}
.TagClassName
{
border-color: #7CAB5E;
}
</style>