Shades of Asparagus #74A04C
Tints of Asparagus #74A04C
RGB
CMYK
RGB Variations
Color information
#74A04C (or 0x74A04C) is known color: Asparagus. HEX triplet: 74, A0 and 4C. RGB value is (116,160,76). Sum of RGB (Red+Green+Blue) = 116+160+76=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #74A04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A04C is #8B5FB3. Grayscale: #898989. Windows color (decimal): -9134004 or 5021812. OLE color: 5021812.
HSL color Cylindrical-coordinate representation of color #74A04C: hue angle of 91.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74A04C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 160 | 76 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.37 |
| HSL | 91.43º | 0.36% | 0.46% | - |
| HSV(B) | 91.43º | 0.53% | 0.63% | - |
| XYZ | 21.08 | 29.38 | 11.4 | - |
| YUV | 137.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 160 | 76 | 0.28 | 0 | 0.52 | 0.37 | 91.43 | 0.36 | 0.46 |
| Hex | 74 | A0 | 4C | 1C | 0 | 34 | 25 | 5B | 24 | 2E |
| Octal | 164 | 240 | 114 | 34 | 0 | 64 | 45 | 133 | 44 | 56 |
| Binary | 1110100 | 10100000 | 1001100 | 11100 | 0 | 110100 | 100101 | 1011011 | 100100 | 101110 |
Color Harmonies of #74A04C
Complementary color
Monochromatic Colors of #74A04C
Black with #74A04C
Text Example
Text Example
White with #74A04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A04C; }
p { color: rgb(116,160,76); }
H1.HeaderClassName
{
color: #74A04C;
}
.AnyTagClassName
{
color: #74A04C;
}
</style>
background-color css
<style>
a { background-color: #74A04C; }
a { background-color: rgb(116,160,76); }
div.DivClassName
{
background-color: #74A04C;
}
.BgClassName
{
background-color: #74A04C;
}
</style>
border-color css
<style>
span { border-color: #74A04C; }
span { border-color: rgb(116,160,76); }
td.TdClassName
{
border-color: #74A04C;
}
.TagClassName
{
border-color: #74A04C;
}
</style>