Shades of Asparagus #7CB04E
Tints of Asparagus #7CB04E
RGB
CMYK
RGB Variations
Color information
#7CB04E (or 0x7CB04E) is known color: Asparagus. HEX triplet: 7C, B0 and 4E. RGB value is (124,176,78). Sum of RGB (Red+Green+Blue) = 124+176+78=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CB04E is #834FB1. Grayscale: #959595. Windows color (decimal): -8605618 or 5156988. OLE color: 5156988.
HSL color Cylindrical-coordinate representation of color #7CB04E: hue angle of 91.84º 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 #7CB04E is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 78 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.31 |
| HSL | 91.84º | 0.39% | 0.5% | - |
| HSV(B) | 91.84º | 0.56% | 0.69% | - |
| XYZ | 25.21 | 35.89 | 12.81 | - |
| YUV | 149.28 | 87.77 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 78 | 0.30 | 0 | 0.56 | 0.31 | 91.84 | 0.39 | 0.5 |
| Hex | 7C | B0 | 4E | 1E | 0 | 38 | 1F | 5C | 27 | 32 |
| Octal | 174 | 260 | 116 | 36 | 0 | 70 | 37 | 134 | 47 | 62 |
| Binary | 1111100 | 10110000 | 1001110 | 11110 | 0 | 111000 | 11111 | 1011100 | 100111 | 110010 |
Color Harmonies of #7CB04E
Complementary color
Monochromatic Colors of #7CB04E
Black with #7CB04E
Text Example
Text Example
White with #7CB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB04E; }
p { color: rgb(124,176,78); }
H1.HeaderClassName
{
color: #7CB04E;
}
.AnyTagClassName
{
color: #7CB04E;
}
</style>
background-color css
<style>
a { background-color: #7CB04E; }
a { background-color: rgb(124,176,78); }
div.DivClassName
{
background-color: #7CB04E;
}
.BgClassName
{
background-color: #7CB04E;
}
</style>
border-color css
<style>
span { border-color: #7CB04E; }
span { border-color: rgb(124,176,78); }
td.TdClassName
{
border-color: #7CB04E;
}
.TagClassName
{
border-color: #7CB04E;
}
</style>