Shades of Asparagus #7CA266
Tints of Asparagus #7CA266
RGB
CMYK
RGB Variations
Color information
#7CA266 (or 0x7CA266) is known color: Asparagus. HEX triplet: 7C, A2 and 66. RGB value is (124,162,102). Sum of RGB (Red+Green+Blue) = 124+162+102=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA266 is #835D99. Grayscale: #909090. Windows color (decimal): -8609178 or 6726268. OLE color: 6726268.
HSL color Cylindrical-coordinate representation of color #7CA266: hue angle of 98º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CA266 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 162 | 102 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.36 |
| HSL | 98º | 0.24% | 0.52% | - |
| HSV(B) | 98º | 0.37% | 0.64% | - |
| XYZ | 23.63 | 31.09 | 17.32 | - |
| YUV | 143.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 162 | 102 | 0.23 | 0 | 0.37 | 0.36 | 98 | 0.24 | 0.52 |
| Hex | 7C | A2 | 66 | 17 | 0 | 25 | 24 | 62 | 18 | 34 |
| Octal | 174 | 242 | 146 | 27 | 0 | 45 | 44 | 142 | 30 | 64 |
| Binary | 1111100 | 10100010 | 1100110 | 10111 | 0 | 100101 | 100100 | 1100010 | 11000 | 110100 |
Color Harmonies of #7CA266
Complementary color
Monochromatic Colors of #7CA266
Black with #7CA266
Text Example
Text Example
White with #7CA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA266; }
p { color: rgb(124,162,102); }
H1.HeaderClassName
{
color: #7CA266;
}
.AnyTagClassName
{
color: #7CA266;
}
</style>
background-color css
<style>
a { background-color: #7CA266; }
a { background-color: rgb(124,162,102); }
div.DivClassName
{
background-color: #7CA266;
}
.BgClassName
{
background-color: #7CA266;
}
</style>
border-color css
<style>
span { border-color: #7CA266; }
span { border-color: rgb(124,162,102); }
td.TdClassName
{
border-color: #7CA266;
}
.TagClassName
{
border-color: #7CA266;
}
</style>