Shades of Asparagus #74A15E
Tints of Asparagus #74A15E
RGB
CMYK
RGB Variations
Color information
#74A15E (or 0x74A15E) is known color: Asparagus. HEX triplet: 74, A1 and 5E. RGB value is (116,161,94). Sum of RGB (Red+Green+Blue) = 116+161+94=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #74A15E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A15E is #8B5EA1. Grayscale: #8C8C8C. Windows color (decimal): -9133730 or 6201716. OLE color: 6201716.
HSL color Cylindrical-coordinate representation of color #74A15E: hue angle of 100.3º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74A15E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 94 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.37 |
| HSL | 100.3º | 0.26% | 0.5% | - |
| HSV(B) | 100.3º | 0.42% | 0.63% | - |
| XYZ | 21.97 | 30.01 | 15.22 | - |
| YUV | 139.91 | 102.09 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 94 | 0.28 | 0 | 0.42 | 0.37 | 100.3 | 0.26 | 0.5 |
| Hex | 74 | A1 | 5E | 1C | 0 | 2A | 25 | 64 | 1A | 32 |
| Octal | 164 | 241 | 136 | 34 | 0 | 52 | 45 | 144 | 32 | 62 |
| Binary | 1110100 | 10100001 | 1011110 | 11100 | 0 | 101010 | 100101 | 1100100 | 11010 | 110010 |
Color Harmonies of #74A15E
Complementary color
Monochromatic Colors of #74A15E
Black with #74A15E
Text Example
Text Example
White with #74A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A15E; }
p { color: rgb(116,161,94); }
H1.HeaderClassName
{
color: #74A15E;
}
.AnyTagClassName
{
color: #74A15E;
}
</style>
background-color css
<style>
a { background-color: #74A15E; }
a { background-color: rgb(116,161,94); }
div.DivClassName
{
background-color: #74A15E;
}
.BgClassName
{
background-color: #74A15E;
}
</style>
border-color css
<style>
span { border-color: #74A15E; }
span { border-color: rgb(116,161,94); }
td.TdClassName
{
border-color: #74A15E;
}
.TagClassName
{
border-color: #74A15E;
}
</style>