Shades of Asparagus #7CB04F
Tints of Asparagus #7CB04F
RGB
CMYK
RGB Variations
Color information
#7CB04F (or 0x7CB04F) is known color: Asparagus. HEX triplet: 7C, B0 and 4F. RGB value is (124,176,79). Sum of RGB (Red+Green+Blue) = 124+176+79=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB04F is #834FB0. Grayscale: #959595. Windows color (decimal): -8605617 or 5222524. OLE color: 5222524.
HSL color Cylindrical-coordinate representation of color #7CB04F: hue angle of 92.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CB04F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 79 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.31 |
| HSL | 92.16º | 0.38% | 0.5% | - |
| HSV(B) | 92.16º | 0.55% | 0.69% | - |
| XYZ | 25.25 | 35.9 | 13 | - |
| YUV | 149.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 79 | 0.30 | 0 | 0.55 | 0.31 | 92.16 | 0.38 | 0.5 |
| Hex | 7C | B0 | 4F | 1E | 0 | 37 | 1F | 5C | 26 | 32 |
| Octal | 174 | 260 | 117 | 36 | 0 | 67 | 37 | 134 | 46 | 62 |
| Binary | 1111100 | 10110000 | 1001111 | 11110 | 0 | 110111 | 11111 | 1011100 | 100110 | 110010 |
Color Harmonies of #7CB04F
Complementary color
Monochromatic Colors of #7CB04F
Black with #7CB04F
Text Example
Text Example
White with #7CB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB04F; }
p { color: rgb(124,176,79); }
H1.HeaderClassName
{
color: #7CB04F;
}
.AnyTagClassName
{
color: #7CB04F;
}
</style>
background-color css
<style>
a { background-color: #7CB04F; }
a { background-color: rgb(124,176,79); }
div.DivClassName
{
background-color: #7CB04F;
}
.BgClassName
{
background-color: #7CB04F;
}
</style>
border-color css
<style>
span { border-color: #7CB04F; }
span { border-color: rgb(124,176,79); }
td.TdClassName
{
border-color: #7CB04F;
}
.TagClassName
{
border-color: #7CB04F;
}
</style>