Shades of Asparagus #7C984B
Tints of Asparagus #7C984B
RGB
CMYK
RGB Variations
Color information
#7C984B (or 0x7C984B) is known color: Asparagus. HEX triplet: 7C, 98 and 4B. RGB value is (124,152,75). Sum of RGB (Red+Green+Blue) = 124+152+75=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #7C984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C984B is #8367B4. Grayscale: #878787. Windows color (decimal): -8611765 or 4954236. OLE color: 4954236.
HSL color Cylindrical-coordinate representation of color #7C984B: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C984B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 75 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.40 |
| HSL | 81.82º | 0.34% | 0.45% | - |
| HSV(B) | 81.82º | 0.51% | 0.6% | - |
| XYZ | 20.81 | 27.25 | 10.82 | - |
| YUV | 134.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 75 | 0.18 | 0 | 0.51 | 0.40 | 81.82 | 0.34 | 0.45 |
| Hex | 7C | 98 | 4B | 12 | 0 | 33 | 28 | 52 | 22 | 2D |
| Octal | 174 | 230 | 113 | 22 | 0 | 63 | 50 | 122 | 42 | 55 |
| Binary | 1111100 | 10011000 | 1001011 | 10010 | 0 | 110011 | 101000 | 1010010 | 100010 | 101101 |
Color Harmonies of #7C984B
Complementary color
Monochromatic Colors of #7C984B
Black with #7C984B
Text Example
Text Example
White with #7C984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C984B; }
p { color: rgb(124,152,75); }
H1.HeaderClassName
{
color: #7C984B;
}
.AnyTagClassName
{
color: #7C984B;
}
</style>
background-color css
<style>
a { background-color: #7C984B; }
a { background-color: rgb(124,152,75); }
div.DivClassName
{
background-color: #7C984B;
}
.BgClassName
{
background-color: #7C984B;
}
</style>
border-color css
<style>
span { border-color: #7C984B; }
span { border-color: rgb(124,152,75); }
td.TdClassName
{
border-color: #7C984B;
}
.TagClassName
{
border-color: #7C984B;
}
</style>