Shades of Asparagus #74A65E
Tints of Asparagus #74A65E
RGB
CMYK
RGB Variations
Color information
#74A65E (or 0x74A65E) is known color: Asparagus. HEX triplet: 74, A6 and 5E. RGB value is (116,166,94). Sum of RGB (Red+Green+Blue) = 116+166+94=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #74A65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A65E is #8B59A1. Grayscale: #8F8F8F. Windows color (decimal): -9132450 or 6202996. OLE color: 6202996.
HSL color Cylindrical-coordinate representation of color #74A65E: hue angle of 101.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A65E is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 94 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.35 |
| HSL | 101.67º | 0.29% | 0.51% | - |
| HSV(B) | 101.67º | 0.43% | 0.65% | - |
| XYZ | 22.86 | 31.79 | 15.52 | - |
| YUV | 142.84 | 100.44 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 94 | 0.30 | 0 | 0.43 | 0.35 | 101.67 | 0.29 | 0.51 |
| Hex | 74 | A6 | 5E | 1E | 0 | 2B | 23 | 66 | 1D | 33 |
| Octal | 164 | 246 | 136 | 36 | 0 | 53 | 43 | 146 | 35 | 63 |
| Binary | 1110100 | 10100110 | 1011110 | 11110 | 0 | 101011 | 100011 | 1100110 | 11101 | 110011 |
Color Harmonies of #74A65E
Complementary color
Monochromatic Colors of #74A65E
Black with #74A65E
Text Example
Text Example
White with #74A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A65E; }
p { color: rgb(116,166,94); }
H1.HeaderClassName
{
color: #74A65E;
}
.AnyTagClassName
{
color: #74A65E;
}
</style>
background-color css
<style>
a { background-color: #74A65E; }
a { background-color: rgb(116,166,94); }
div.DivClassName
{
background-color: #74A65E;
}
.BgClassName
{
background-color: #74A65E;
}
</style>
border-color css
<style>
span { border-color: #74A65E; }
span { border-color: rgb(116,166,94); }
td.TdClassName
{
border-color: #74A65E;
}
.TagClassName
{
border-color: #74A65E;
}
</style>