Shades of Asparagus #7CAA4D
Tints of Asparagus #7CAA4D
RGB
CMYK
RGB Variations
Color information
#7CAA4D (or 0x7CAA4D) is known color: Asparagus. HEX triplet: 7C, AA and 4D. RGB value is (124,170,77). Sum of RGB (Red+Green+Blue) = 124+170+77=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA4D is #8355B2. Grayscale: #919191. Windows color (decimal): -8607155 or 5089916. OLE color: 5089916.
HSL color Cylindrical-coordinate representation of color #7CAA4D: hue angle of 89.68º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CAA4D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 77 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.33 |
| HSL | 89.68º | 0.38% | 0.48% | - |
| HSV(B) | 89.68º | 0.55% | 0.67% | - |
| XYZ | 24.03 | 33.57 | 12.23 | - |
| YUV | 145.64 | 89.26 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 77 | 0.27 | 0 | 0.55 | 0.33 | 89.68 | 0.38 | 0.48 |
| Hex | 7C | AA | 4D | 1B | 0 | 37 | 21 | 5A | 26 | 30 |
| Octal | 174 | 252 | 115 | 33 | 0 | 67 | 41 | 132 | 46 | 60 |
| Binary | 1111100 | 10101010 | 1001101 | 11011 | 0 | 110111 | 100001 | 1011010 | 100110 | 110000 |
Color Harmonies of #7CAA4D
Complementary color
Monochromatic Colors of #7CAA4D
Black with #7CAA4D
Text Example
Text Example
White with #7CAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA4D; }
p { color: rgb(124,170,77); }
H1.HeaderClassName
{
color: #7CAA4D;
}
.AnyTagClassName
{
color: #7CAA4D;
}
</style>
background-color css
<style>
a { background-color: #7CAA4D; }
a { background-color: rgb(124,170,77); }
div.DivClassName
{
background-color: #7CAA4D;
}
.BgClassName
{
background-color: #7CAA4D;
}
</style>
border-color css
<style>
span { border-color: #7CAA4D; }
span { border-color: rgb(124,170,77); }
td.TdClassName
{
border-color: #7CAA4D;
}
.TagClassName
{
border-color: #7CAA4D;
}
</style>