Shades of Asparagus #7CA253
Tints of Asparagus #7CA253
RGB
CMYK
RGB Variations
Color information
#7CA253 (or 0x7CA253) is known color: Asparagus. HEX triplet: 7C, A2 and 53. RGB value is (124,162,83). Sum of RGB (Red+Green+Blue) = 124+162+83=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA253 is #835DAC. Grayscale: #8D8D8D. Windows color (decimal): -8609197 or 5481084. OLE color: 5481084.
HSL color Cylindrical-coordinate representation of color #7CA253: hue angle of 88.86º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CA253 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 83 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.36 |
| HSL | 88.86º | 0.32% | 0.48% | - |
| HSV(B) | 88.86º | 0.49% | 0.64% | - |
| XYZ | 22.79 | 30.75 | 12.92 | - |
| YUV | 141.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 83 | 0.23 | 0 | 0.49 | 0.36 | 88.86 | 0.32 | 0.48 |
| Hex | 7C | A2 | 53 | 17 | 0 | 31 | 24 | 59 | 20 | 30 |
| Octal | 174 | 242 | 123 | 27 | 0 | 61 | 44 | 131 | 40 | 60 |
| Binary | 1111100 | 10100010 | 1010011 | 10111 | 0 | 110001 | 100100 | 1011001 | 100000 | 110000 |
Color Harmonies of #7CA253
Complementary color
Monochromatic Colors of #7CA253
Black with #7CA253
Text Example
Text Example
White with #7CA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA253; }
p { color: rgb(124,162,83); }
H1.HeaderClassName
{
color: #7CA253;
}
.AnyTagClassName
{
color: #7CA253;
}
</style>
background-color css
<style>
a { background-color: #7CA253; }
a { background-color: rgb(124,162,83); }
div.DivClassName
{
background-color: #7CA253;
}
.BgClassName
{
background-color: #7CA253;
}
</style>
border-color css
<style>
span { border-color: #7CA253; }
span { border-color: rgb(124,162,83); }
td.TdClassName
{
border-color: #7CA253;
}
.TagClassName
{
border-color: #7CA253;
}
</style>