Shades of Asparagus #7CAE5D
Tints of Asparagus #7CAE5D
RGB
CMYK
RGB Variations
Color information
#7CAE5D (or 0x7CAE5D) is known color: Asparagus. HEX triplet: 7C, AE and 5D. RGB value is (124,174,93). Sum of RGB (Red+Green+Blue) = 124+174+93=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAE5D is #8351A2. Grayscale: #969696. Windows color (decimal): -8606115 or 6139516. OLE color: 6139516.
HSL color Cylindrical-coordinate representation of color #7CAE5D: hue angle of 97.04º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CAE5D is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 93 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.32 |
| HSL | 97.04º | 0.33% | 0.52% | - |
| HSV(B) | 97.04º | 0.47% | 0.68% | - |
| XYZ | 25.42 | 35.35 | 15.84 | - |
| YUV | 149.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 93 | 0.29 | 0 | 0.47 | 0.32 | 97.04 | 0.33 | 0.52 |
| Hex | 7C | AE | 5D | 1D | 0 | 2F | 20 | 61 | 21 | 34 |
| Octal | 174 | 256 | 135 | 35 | 0 | 57 | 40 | 141 | 41 | 64 |
| Binary | 1111100 | 10101110 | 1011101 | 11101 | 0 | 101111 | 100000 | 1100001 | 100001 | 110100 |
Color Harmonies of #7CAE5D
Complementary color
Monochromatic Colors of #7CAE5D
Black with #7CAE5D
Text Example
Text Example
White with #7CAE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE5D; }
p { color: rgb(124,174,93); }
H1.HeaderClassName
{
color: #7CAE5D;
}
.AnyTagClassName
{
color: #7CAE5D;
}
</style>
background-color css
<style>
a { background-color: #7CAE5D; }
a { background-color: rgb(124,174,93); }
div.DivClassName
{
background-color: #7CAE5D;
}
.BgClassName
{
background-color: #7CAE5D;
}
</style>
border-color css
<style>
span { border-color: #7CAE5D; }
span { border-color: rgb(124,174,93); }
td.TdClassName
{
border-color: #7CAE5D;
}
.TagClassName
{
border-color: #7CAE5D;
}
</style>