Shades of Asparagus #749A5D
Tints of Asparagus #749A5D
RGB
CMYK
RGB Variations
Color information
#749A5D (or 0x749A5D) is known color: Asparagus. HEX triplet: 74, 9A and 5D. RGB value is (116,154,93). Sum of RGB (Red+Green+Blue) = 116+154+93=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #749A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A5D is #8B65A2. Grayscale: #878787. Windows color (decimal): -9135523 or 6134388. OLE color: 6134388.
HSL color Cylindrical-coordinate representation of color #749A5D: hue angle of 97.38º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #749A5D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 154 | 93 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.40 |
| HSL | 97.38º | 0.25% | 0.48% | - |
| HSV(B) | 97.38º | 0.4% | 0.6% | - |
| XYZ | 20.73 | 27.61 | 14.59 | - |
| YUV | 135.68 | 103.91 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 93 | 0.25 | 0 | 0.40 | 0.40 | 97.38 | 0.25 | 0.48 |
| Hex | 74 | 9A | 5D | 19 | 0 | 28 | 28 | 61 | 19 | 30 |
| Octal | 164 | 232 | 135 | 31 | 0 | 50 | 50 | 141 | 31 | 60 |
| Binary | 1110100 | 10011010 | 1011101 | 11001 | 0 | 101000 | 101000 | 1100001 | 11001 | 110000 |
Color Harmonies of #749A5D
Complementary color
Monochromatic Colors of #749A5D
Black with #749A5D
Text Example
Text Example
White with #749A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749A5D; }
p { color: rgb(116,154,93); }
H1.HeaderClassName
{
color: #749A5D;
}
.AnyTagClassName
{
color: #749A5D;
}
</style>
background-color css
<style>
a { background-color: #749A5D; }
a { background-color: rgb(116,154,93); }
div.DivClassName
{
background-color: #749A5D;
}
.BgClassName
{
background-color: #749A5D;
}
</style>
border-color css
<style>
span { border-color: #749A5D; }
span { border-color: rgb(116,154,93); }
td.TdClassName
{
border-color: #749A5D;
}
.TagClassName
{
border-color: #749A5D;
}
</style>