Shades of Asparagus #74A160
Tints of Asparagus #74A160
RGB
CMYK
RGB Variations
Color information
#74A160 (or 0x74A160) is known color: Asparagus. HEX triplet: 74, A1 and 60. RGB value is (116,161,96). Sum of RGB (Red+Green+Blue) = 116+161+96=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #74A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A160 is #8B5E9F. Grayscale: #8C8C8C. Windows color (decimal): -9133728 or 6332788. OLE color: 6332788.
HSL color Cylindrical-coordinate representation of color #74A160: hue angle of 101.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74A160 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 96 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.37 |
| HSL | 101.54º | 0.26% | 0.5% | - |
| HSV(B) | 101.54º | 0.4% | 0.63% | - |
| XYZ | 22.06 | 30.05 | 15.7 | - |
| YUV | 140.14 | 103.09 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 96 | 0.28 | 0 | 0.40 | 0.37 | 101.54 | 0.26 | 0.5 |
| Hex | 74 | A1 | 60 | 1C | 0 | 28 | 25 | 66 | 1A | 32 |
| Octal | 164 | 241 | 140 | 34 | 0 | 50 | 45 | 146 | 32 | 62 |
| Binary | 1110100 | 10100001 | 1100000 | 11100 | 0 | 101000 | 100101 | 1100110 | 11010 | 110010 |
Color Harmonies of #74A160
Complementary color
Monochromatic Colors of #74A160
Black with #74A160
Text Example
Text Example
White with #74A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A160; }
p { color: rgb(116,161,96); }
H1.HeaderClassName
{
color: #74A160;
}
.AnyTagClassName
{
color: #74A160;
}
</style>
background-color css
<style>
a { background-color: #74A160; }
a { background-color: rgb(116,161,96); }
div.DivClassName
{
background-color: #74A160;
}
.BgClassName
{
background-color: #74A160;
}
</style>
border-color css
<style>
span { border-color: #74A160; }
span { border-color: rgb(116,161,96); }
td.TdClassName
{
border-color: #74A160;
}
.TagClassName
{
border-color: #74A160;
}
</style>