Shades of Asparagus #7DAE5B
Tints of Asparagus #7DAE5B
RGB
CMYK
RGB Variations
Color information
#7DAE5B (or 0x7DAE5B) is known color: Asparagus. HEX triplet: 7D, AE and 5B. RGB value is (125,174,91). Sum of RGB (Red+Green+Blue) = 125+174+91=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE5B is #8251A4. Grayscale: #969696. Windows color (decimal): -8540581 or 6008445. OLE color: 6008445.
HSL color Cylindrical-coordinate representation of color #7DAE5B: hue angle of 95.42º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DAE5B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 91 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.32 |
| HSL | 95.42º | 0.34% | 0.52% | - |
| HSV(B) | 95.42º | 0.48% | 0.68% | - |
| XYZ | 25.48 | 35.39 | 15.38 | - |
| YUV | 149.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 91 | 0.28 | 0 | 0.48 | 0.32 | 95.42 | 0.34 | 0.52 |
| Hex | 7D | AE | 5B | 1C | 0 | 30 | 20 | 5F | 22 | 34 |
| Octal | 175 | 256 | 133 | 34 | 0 | 60 | 40 | 137 | 42 | 64 |
| Binary | 1111101 | 10101110 | 1011011 | 11100 | 0 | 110000 | 100000 | 1011111 | 100010 | 110100 |
Color Harmonies of #7DAE5B
Complementary color
Monochromatic Colors of #7DAE5B
Black with #7DAE5B
Text Example
Text Example
White with #7DAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE5B; }
p { color: rgb(125,174,91); }
H1.HeaderClassName
{
color: #7DAE5B;
}
.AnyTagClassName
{
color: #7DAE5B;
}
</style>
background-color css
<style>
a { background-color: #7DAE5B; }
a { background-color: rgb(125,174,91); }
div.DivClassName
{
background-color: #7DAE5B;
}
.BgClassName
{
background-color: #7DAE5B;
}
</style>
border-color css
<style>
span { border-color: #7DAE5B; }
span { border-color: rgb(125,174,91); }
td.TdClassName
{
border-color: #7DAE5B;
}
.TagClassName
{
border-color: #7DAE5B;
}
</style>