Shades of Asparagus #749C60
Tints of Asparagus #749C60
RGB
CMYK
RGB Variations
Color information
#749C60 (or 0x749C60) is known color: Asparagus. HEX triplet: 74, 9C and 60. RGB value is (116,156,96). Sum of RGB (Red+Green+Blue) = 116+156+96=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 156 - color contains mainly: green. Hex color #749C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C60 is #8B639F. Grayscale: #898989. Windows color (decimal): -9135008 or 6331508. OLE color: 6331508.
HSL color Cylindrical-coordinate representation of color #749C60: hue angle of 100º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #749C60 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 96 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.39 |
| HSL | 100º | 0.24% | 0.49% | - |
| HSV(B) | 100º | 0.38% | 0.61% | - |
| XYZ | 21.2 | 28.33 | 15.42 | - |
| YUV | 137.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 96 | 0.26 | 0 | 0.38 | 0.39 | 100 | 0.24 | 0.49 |
| Hex | 74 | 9C | 60 | 1A | 0 | 26 | 27 | 64 | 18 | 31 |
| Octal | 164 | 234 | 140 | 32 | 0 | 46 | 47 | 144 | 30 | 61 |
| Binary | 1110100 | 10011100 | 1100000 | 11010 | 0 | 100110 | 100111 | 1100100 | 11000 | 110001 |
Color Harmonies of #749C60
Complementary color
Monochromatic Colors of #749C60
Black with #749C60
Text Example
Text Example
White with #749C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C60; }
p { color: rgb(116,156,96); }
H1.HeaderClassName
{
color: #749C60;
}
.AnyTagClassName
{
color: #749C60;
}
</style>
background-color css
<style>
a { background-color: #749C60; }
a { background-color: rgb(116,156,96); }
div.DivClassName
{
background-color: #749C60;
}
.BgClassName
{
background-color: #749C60;
}
</style>
border-color css
<style>
span { border-color: #749C60; }
span { border-color: rgb(116,156,96); }
td.TdClassName
{
border-color: #749C60;
}
.TagClassName
{
border-color: #749C60;
}
</style>