Shades of Asparagus #7CAB65
Tints of Asparagus #7CAB65
RGB
CMYK
RGB Variations
Color information
#7CAB65 (or 0x7CAB65) is known color: Asparagus. HEX triplet: 7C, AB and 65. RGB value is (124,171,101). Sum of RGB (Red+Green+Blue) = 124+171+101=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAB65 is #83549A. Grayscale: #959595. Windows color (decimal): -8606875 or 6663036. OLE color: 6663036.
HSL color Cylindrical-coordinate representation of color #7CAB65: hue angle of 100.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CAB65 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 101 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.33 |
| HSL | 100.29º | 0.29% | 0.53% | - |
| HSV(B) | 100.29º | 0.41% | 0.67% | - |
| XYZ | 25.22 | 34.35 | 17.61 | - |
| YUV | 148.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 101 | 0.27 | 0 | 0.41 | 0.33 | 100.29 | 0.29 | 0.53 |
| Hex | 7C | AB | 65 | 1B | 0 | 29 | 21 | 64 | 1D | 35 |
| Octal | 174 | 253 | 145 | 33 | 0 | 51 | 41 | 144 | 35 | 65 |
| Binary | 1111100 | 10101011 | 1100101 | 11011 | 0 | 101001 | 100001 | 1100100 | 11101 | 110101 |
Color Harmonies of #7CAB65
Complementary color
Monochromatic Colors of #7CAB65
Black with #7CAB65
Text Example
Text Example
White with #7CAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAB65; }
p { color: rgb(124,171,101); }
H1.HeaderClassName
{
color: #7CAB65;
}
.AnyTagClassName
{
color: #7CAB65;
}
</style>
background-color css
<style>
a { background-color: #7CAB65; }
a { background-color: rgb(124,171,101); }
div.DivClassName
{
background-color: #7CAB65;
}
.BgClassName
{
background-color: #7CAB65;
}
</style>
border-color css
<style>
span { border-color: #7CAB65; }
span { border-color: rgb(124,171,101); }
td.TdClassName
{
border-color: #7CAB65;
}
.TagClassName
{
border-color: #7CAB65;
}
</style>