Shades of Asparagus #7C9E5A
Tints of Asparagus #7C9E5A
RGB
CMYK
RGB Variations
Color information
#7C9E5A (or 0x7C9E5A) is known color: Asparagus. HEX triplet: 7C, 9E and 5A. RGB value is (124,158,90). Sum of RGB (Red+Green+Blue) = 124+158+90=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9E5A is #8361A5. Grayscale: #8C8C8C. Windows color (decimal): -8610214 or 5938812. OLE color: 5938812.
HSL color Cylindrical-coordinate representation of color #7C9E5A: hue angle of 90º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C9E5A is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 90 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.38 |
| HSL | 90º | 0.27% | 0.49% | - |
| HSV(B) | 90º | 0.43% | 0.62% | - |
| XYZ | 22.38 | 29.48 | 14.18 | - |
| YUV | 140.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 90 | 0.22 | 0 | 0.43 | 0.38 | 90 | 0.27 | 0.49 |
| Hex | 7C | 9E | 5A | 16 | 0 | 2B | 26 | 5A | 1B | 31 |
| Octal | 174 | 236 | 132 | 26 | 0 | 53 | 46 | 132 | 33 | 61 |
| Binary | 1111100 | 10011110 | 1011010 | 10110 | 0 | 101011 | 100110 | 1011010 | 11011 | 110001 |
Color Harmonies of #7C9E5A
Complementary color
Monochromatic Colors of #7C9E5A
Black with #7C9E5A
Text Example
Text Example
White with #7C9E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E5A; }
p { color: rgb(124,158,90); }
H1.HeaderClassName
{
color: #7C9E5A;
}
.AnyTagClassName
{
color: #7C9E5A;
}
</style>
background-color css
<style>
a { background-color: #7C9E5A; }
a { background-color: rgb(124,158,90); }
div.DivClassName
{
background-color: #7C9E5A;
}
.BgClassName
{
background-color: #7C9E5A;
}
</style>
border-color css
<style>
span { border-color: #7C9E5A; }
span { border-color: rgb(124,158,90); }
td.TdClassName
{
border-color: #7C9E5A;
}
.TagClassName
{
border-color: #7C9E5A;
}
</style>