Shades of Asparagus #749D60
Tints of Asparagus #749D60
RGB
CMYK
RGB Variations
Color information
#749D60 (or 0x749D60) is known color: Asparagus. HEX triplet: 74, 9D and 60. RGB value is (116,157,96). Sum of RGB (Red+Green+Blue) = 116+157+96=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #749D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D60 is #8B629F. Grayscale: #898989. Windows color (decimal): -9134752 or 6331764. OLE color: 6331764.
HSL color Cylindrical-coordinate representation of color #749D60: hue angle of 100.33º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #749D60 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 157 | 96 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.38 |
| HSL | 100.33º | 0.24% | 0.5% | - |
| HSV(B) | 100.33º | 0.39% | 0.62% | - |
| XYZ | 21.37 | 28.67 | 15.47 | - |
| YUV | 137.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 96 | 0.26 | 0 | 0.39 | 0.38 | 100.33 | 0.24 | 0.5 |
| Hex | 74 | 9D | 60 | 1A | 0 | 27 | 26 | 64 | 18 | 32 |
| Octal | 164 | 235 | 140 | 32 | 0 | 47 | 46 | 144 | 30 | 62 |
| Binary | 1110100 | 10011101 | 1100000 | 11010 | 0 | 100111 | 100110 | 1100100 | 11000 | 110010 |
Color Harmonies of #749D60
Complementary color
Monochromatic Colors of #749D60
Black with #749D60
Text Example
Text Example
White with #749D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749D60; }
p { color: rgb(116,157,96); }
H1.HeaderClassName
{
color: #749D60;
}
.AnyTagClassName
{
color: #749D60;
}
</style>
background-color css
<style>
a { background-color: #749D60; }
a { background-color: rgb(116,157,96); }
div.DivClassName
{
background-color: #749D60;
}
.BgClassName
{
background-color: #749D60;
}
</style>
border-color css
<style>
span { border-color: #749D60; }
span { border-color: rgb(116,157,96); }
td.TdClassName
{
border-color: #749D60;
}
.TagClassName
{
border-color: #749D60;
}
</style>