Shades of Asparagus #7D9F5C
Tints of Asparagus #7D9F5C
RGB
CMYK
RGB Variations
Color information
#7D9F5C (or 0x7D9F5C) is known color: Asparagus. HEX triplet: 7D, 9F and 5C. RGB value is (125,159,92). Sum of RGB (Red+Green+Blue) = 125+159+92=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F5C is #8260A3. Grayscale: #8D8D8D. Windows color (decimal): -8544420 or 6070141. OLE color: 6070141.
HSL color Cylindrical-coordinate representation of color #7D9F5C: hue angle of 90.45º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D9F5C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 159 | 92 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.38 |
| HSL | 90.45º | 0.27% | 0.49% | - |
| HSV(B) | 90.45º | 0.42% | 0.62% | - |
| XYZ | 22.79 | 29.93 | 14.7 | - |
| YUV | 141.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 92 | 0.21 | 0 | 0.42 | 0.38 | 90.45 | 0.27 | 0.49 |
| Hex | 7D | 9F | 5C | 15 | 0 | 2A | 26 | 5A | 1B | 31 |
| Octal | 175 | 237 | 134 | 25 | 0 | 52 | 46 | 132 | 33 | 61 |
| Binary | 1111101 | 10011111 | 1011100 | 10101 | 0 | 101010 | 100110 | 1011010 | 11011 | 110001 |
Color Harmonies of #7D9F5C
Complementary color
Monochromatic Colors of #7D9F5C
Black with #7D9F5C
Text Example
Text Example
White with #7D9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9F5C; }
p { color: rgb(125,159,92); }
H1.HeaderClassName
{
color: #7D9F5C;
}
.AnyTagClassName
{
color: #7D9F5C;
}
</style>
background-color css
<style>
a { background-color: #7D9F5C; }
a { background-color: rgb(125,159,92); }
div.DivClassName
{
background-color: #7D9F5C;
}
.BgClassName
{
background-color: #7D9F5C;
}
</style>
border-color css
<style>
span { border-color: #7D9F5C; }
span { border-color: rgb(125,159,92); }
td.TdClassName
{
border-color: #7D9F5C;
}
.TagClassName
{
border-color: #7D9F5C;
}
</style>