Shades of Asparagus #7CA85B
Tints of Asparagus #7CA85B
RGB
CMYK
RGB Variations
Color information
#7CA85B (or 0x7CA85B) is known color: Asparagus. HEX triplet: 7C, A8 and 5B. RGB value is (124,168,91). Sum of RGB (Red+Green+Blue) = 124+168+91=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA85B is #8357A4. Grayscale: #929292. Windows color (decimal): -8607653 or 6006908. OLE color: 6006908.
HSL color Cylindrical-coordinate representation of color #7CA85B: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CA85B is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 124 | 168 | 91 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.34 |
| HSL | 94.29º | 0.31% | 0.51% | - |
| HSV(B) | 94.29º | 0.46% | 0.66% | - |
| XYZ | 24.2 | 33.05 | 15 | - |
| YUV | 146.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 168 | 91 | 0.26 | 0 | 0.46 | 0.34 | 94.29 | 0.31 | 0.51 |
| Hex | 7C | A8 | 5B | 1A | 0 | 2E | 22 | 5E | 1F | 33 |
| Octal | 174 | 250 | 133 | 32 | 0 | 56 | 42 | 136 | 37 | 63 |
| Binary | 1111100 | 10101000 | 1011011 | 11010 | 0 | 101110 | 100010 | 1011110 | 11111 | 110011 |
Color Harmonies of #7CA85B
Complementary color
Monochromatic Colors of #7CA85B
Black with #7CA85B
Text Example
Text Example
White with #7CA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA85B; }
p { color: rgb(124,168,91); }
H1.HeaderClassName
{
color: #7CA85B;
}
.AnyTagClassName
{
color: #7CA85B;
}
</style>
background-color css
<style>
a { background-color: #7CA85B; }
a { background-color: rgb(124,168,91); }
div.DivClassName
{
background-color: #7CA85B;
}
.BgClassName
{
background-color: #7CA85B;
}
</style>
border-color css
<style>
span { border-color: #7CA85B; }
span { border-color: rgb(124,168,91); }
td.TdClassName
{
border-color: #7CA85B;
}
.TagClassName
{
border-color: #7CA85B;
}
</style>