Shades of Asparagus #74A25E
Tints of Asparagus #74A25E
RGB
CMYK
RGB Variations
Color information
#74A25E (or 0x74A25E) is known color: Asparagus. HEX triplet: 74, A2 and 5E. RGB value is (116,162,94). Sum of RGB (Red+Green+Blue) = 116+162+94=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #74A25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A25E is #8B5DA1. Grayscale: #8C8C8C. Windows color (decimal): -9133474 or 6201972. OLE color: 6201972.
HSL color Cylindrical-coordinate representation of color #74A25E: hue angle of 100.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74A25E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 94 | - |
| CMYK | 0.28 | 0 | 0.42 | 0.36 |
| HSL | 100.59º | 0.27% | 0.5% | - |
| HSV(B) | 100.59º | 0.42% | 0.64% | - |
| XYZ | 22.14 | 30.36 | 15.28 | - |
| YUV | 140.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 94 | 0.28 | 0 | 0.42 | 0.36 | 100.59 | 0.27 | 0.5 |
| Hex | 74 | A2 | 5E | 1C | 0 | 2A | 24 | 65 | 1B | 32 |
| Octal | 164 | 242 | 136 | 34 | 0 | 52 | 44 | 145 | 33 | 62 |
| Binary | 1110100 | 10100010 | 1011110 | 11100 | 0 | 101010 | 100100 | 1100101 | 11011 | 110010 |
Color Harmonies of #74A25E
Complementary color
Monochromatic Colors of #74A25E
Black with #74A25E
Text Example
Text Example
White with #74A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A25E; }
p { color: rgb(116,162,94); }
H1.HeaderClassName
{
color: #74A25E;
}
.AnyTagClassName
{
color: #74A25E;
}
</style>
background-color css
<style>
a { background-color: #74A25E; }
a { background-color: rgb(116,162,94); }
div.DivClassName
{
background-color: #74A25E;
}
.BgClassName
{
background-color: #74A25E;
}
</style>
border-color css
<style>
span { border-color: #74A25E; }
span { border-color: rgb(116,162,94); }
td.TdClassName
{
border-color: #74A25E;
}
.TagClassName
{
border-color: #74A25E;
}
</style>