Shades of Asparagus #7CA255
Tints of Asparagus #7CA255
RGB
CMYK
RGB Variations
Color information
#7CA255 (or 0x7CA255) is known color: Asparagus. HEX triplet: 7C, A2 and 55. RGB value is (124,162,85). Sum of RGB (Red+Green+Blue) = 124+162+85=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA255 is #835DAA. Grayscale: #8E8E8E. Windows color (decimal): -8609195 or 5612156. OLE color: 5612156.
HSL color Cylindrical-coordinate representation of color #7CA255: hue angle of 89.61º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CA255 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 85 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.36 |
| HSL | 89.61º | 0.31% | 0.48% | - |
| HSV(B) | 89.61º | 0.48% | 0.64% | - |
| XYZ | 22.87 | 30.78 | 13.33 | - |
| YUV | 141.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 85 | 0.23 | 0 | 0.48 | 0.36 | 89.61 | 0.31 | 0.48 |
| Hex | 7C | A2 | 55 | 17 | 0 | 30 | 24 | 5A | 1F | 30 |
| Octal | 174 | 242 | 125 | 27 | 0 | 60 | 44 | 132 | 37 | 60 |
| Binary | 1111100 | 10100010 | 1010101 | 10111 | 0 | 110000 | 100100 | 1011010 | 11111 | 110000 |
Color Harmonies of #7CA255
Complementary color
Monochromatic Colors of #7CA255
Black with #7CA255
Text Example
Text Example
White with #7CA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA255; }
p { color: rgb(124,162,85); }
H1.HeaderClassName
{
color: #7CA255;
}
.AnyTagClassName
{
color: #7CA255;
}
</style>
background-color css
<style>
a { background-color: #7CA255; }
a { background-color: rgb(124,162,85); }
div.DivClassName
{
background-color: #7CA255;
}
.BgClassName
{
background-color: #7CA255;
}
</style>
border-color css
<style>
span { border-color: #7CA255; }
span { border-color: rgb(124,162,85); }
td.TdClassName
{
border-color: #7CA255;
}
.TagClassName
{
border-color: #7CA255;
}
</style>