Shades of Asparagus #7CA65B
Tints of Asparagus #7CA65B
RGB
CMYK
RGB Variations
Color information
#7CA65B (or 0x7CA65B) is known color: Asparagus. HEX triplet: 7C, A6 and 5B. RGB value is (124,166,91). Sum of RGB (Red+Green+Blue) = 124+166+91=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA65B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA65B is #8359A4. Grayscale: #919191. Windows color (decimal): -8608165 or 6006396. OLE color: 6006396.
HSL color Cylindrical-coordinate representation of color #7CA65B: hue angle of 93.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CA65B is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 91 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.35 |
| HSL | 93.6º | 0.3% | 0.5% | - |
| HSV(B) | 93.6º | 0.45% | 0.65% | - |
| XYZ | 23.84 | 32.31 | 14.88 | - |
| YUV | 144.89 | 97.59 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 91 | 0.25 | 0 | 0.45 | 0.35 | 93.6 | 0.3 | 0.5 |
| Hex | 7C | A6 | 5B | 19 | 0 | 2D | 23 | 5E | 1E | 32 |
| Octal | 174 | 246 | 133 | 31 | 0 | 55 | 43 | 136 | 36 | 62 |
| Binary | 1111100 | 10100110 | 1011011 | 11001 | 0 | 101101 | 100011 | 1011110 | 11110 | 110010 |
Color Harmonies of #7CA65B
Complementary color
Monochromatic Colors of #7CA65B
Black with #7CA65B
Text Example
Text Example
White with #7CA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA65B; }
p { color: rgb(124,166,91); }
H1.HeaderClassName
{
color: #7CA65B;
}
.AnyTagClassName
{
color: #7CA65B;
}
</style>
background-color css
<style>
a { background-color: #7CA65B; }
a { background-color: rgb(124,166,91); }
div.DivClassName
{
background-color: #7CA65B;
}
.BgClassName
{
background-color: #7CA65B;
}
</style>
border-color css
<style>
span { border-color: #7CA65B; }
span { border-color: rgb(124,166,91); }
td.TdClassName
{
border-color: #7CA65B;
}
.TagClassName
{
border-color: #7CA65B;
}
</style>