Shades of Asparagus #7CB155
Tints of Asparagus #7CB155
RGB
CMYK
RGB Variations
Color information
#7CB155 (or 0x7CB155) is known color: Asparagus. HEX triplet: 7C, B1 and 55. RGB value is (124,177,85). Sum of RGB (Red+Green+Blue) = 124+177+85=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB155 is #834EAA. Grayscale: #969696. Windows color (decimal): -8605355 or 5615996. OLE color: 5615996.
HSL color Cylindrical-coordinate representation of color #7CB155: hue angle of 94.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CB155 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 85 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.31 |
| HSL | 94.57º | 0.37% | 0.51% | - |
| HSV(B) | 94.57º | 0.52% | 0.69% | - |
| XYZ | 25.67 | 36.39 | 14.26 | - |
| YUV | 150.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 85 | 0.30 | 0 | 0.52 | 0.31 | 94.57 | 0.37 | 0.51 |
| Hex | 7C | B1 | 55 | 1E | 0 | 34 | 1F | 5F | 25 | 33 |
| Octal | 174 | 261 | 125 | 36 | 0 | 64 | 37 | 137 | 45 | 63 |
| Binary | 1111100 | 10110001 | 1010101 | 11110 | 0 | 110100 | 11111 | 1011111 | 100101 | 110011 |
Color Harmonies of #7CB155
Complementary color
Monochromatic Colors of #7CB155
Black with #7CB155
Text Example
Text Example
White with #7CB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB155; }
p { color: rgb(124,177,85); }
H1.HeaderClassName
{
color: #7CB155;
}
.AnyTagClassName
{
color: #7CB155;
}
</style>
background-color css
<style>
a { background-color: #7CB155; }
a { background-color: rgb(124,177,85); }
div.DivClassName
{
background-color: #7CB155;
}
.BgClassName
{
background-color: #7CB155;
}
</style>
border-color css
<style>
span { border-color: #7CB155; }
span { border-color: rgb(124,177,85); }
td.TdClassName
{
border-color: #7CB155;
}
.TagClassName
{
border-color: #7CB155;
}
</style>