Shades of Asparagus #7CB04D
Tints of Asparagus #7CB04D
RGB
CMYK
RGB Variations
Color information
#7CB04D (or 0x7CB04D) is known color: Asparagus. HEX triplet: 7C, B0 and 4D. RGB value is (124,176,77). Sum of RGB (Red+Green+Blue) = 124+176+77=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB04D is #834FB2. Grayscale: #959595. Windows color (decimal): -8605619 or 5091452. OLE color: 5091452.
HSL color Cylindrical-coordinate representation of color #7CB04D: hue angle of 91.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CB04D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 77 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.31 |
| HSL | 91.52º | 0.39% | 0.5% | - |
| HSV(B) | 91.52º | 0.56% | 0.69% | - |
| XYZ | 25.18 | 35.87 | 12.62 | - |
| YUV | 149.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 77 | 0.30 | 0 | 0.56 | 0.31 | 91.52 | 0.39 | 0.5 |
| Hex | 7C | B0 | 4D | 1E | 0 | 38 | 1F | 5C | 27 | 32 |
| Octal | 174 | 260 | 115 | 36 | 0 | 70 | 37 | 134 | 47 | 62 |
| Binary | 1111100 | 10110000 | 1001101 | 11110 | 0 | 111000 | 11111 | 1011100 | 100111 | 110010 |
Color Harmonies of #7CB04D
Complementary color
Monochromatic Colors of #7CB04D
Black with #7CB04D
Text Example
Text Example
White with #7CB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB04D; }
p { color: rgb(124,176,77); }
H1.HeaderClassName
{
color: #7CB04D;
}
.AnyTagClassName
{
color: #7CB04D;
}
</style>
background-color css
<style>
a { background-color: #7CB04D; }
a { background-color: rgb(124,176,77); }
div.DivClassName
{
background-color: #7CB04D;
}
.BgClassName
{
background-color: #7CB04D;
}
</style>
border-color css
<style>
span { border-color: #7CB04D; }
span { border-color: rgb(124,176,77); }
td.TdClassName
{
border-color: #7CB04D;
}
.TagClassName
{
border-color: #7CB04D;
}
</style>