Shades of Asparagus #74A144
Tints of Asparagus #74A144
RGB
CMYK
RGB Variations
Color information
#74A144 (or 0x74A144) is known color: Asparagus. HEX triplet: 74, A1 and 44. RGB value is (116,161,68). Sum of RGB (Red+Green+Blue) = 116+161+68=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #74A144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A144 is #8B5EBB. Grayscale: #898989. Windows color (decimal): -9133756 or 4497780. OLE color: 4497780.
HSL color Cylindrical-coordinate representation of color #74A144: hue angle of 89.03º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74A144 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 68 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.37 |
| HSL | 89.03º | 0.41% | 0.45% | - |
| HSV(B) | 89.03º | 0.58% | 0.63% | - |
| XYZ | 20.99 | 29.62 | 10.08 | - |
| YUV | 136.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 68 | 0.28 | 0 | 0.58 | 0.37 | 89.03 | 0.41 | 0.45 |
| Hex | 74 | A1 | 44 | 1C | 0 | 3A | 25 | 59 | 29 | 2D |
| Octal | 164 | 241 | 104 | 34 | 0 | 72 | 45 | 131 | 51 | 55 |
| Binary | 1110100 | 10100001 | 1000100 | 11100 | 0 | 111010 | 100101 | 1011001 | 101001 | 101101 |
Color Harmonies of #74A144
Complementary color
Monochromatic Colors of #74A144
Black with #74A144
Text Example
Text Example
White with #74A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A144; }
p { color: rgb(116,161,68); }
H1.HeaderClassName
{
color: #74A144;
}
.AnyTagClassName
{
color: #74A144;
}
</style>
background-color css
<style>
a { background-color: #74A144; }
a { background-color: rgb(116,161,68); }
div.DivClassName
{
background-color: #74A144;
}
.BgClassName
{
background-color: #74A144;
}
</style>
border-color css
<style>
span { border-color: #74A144; }
span { border-color: rgb(116,161,68); }
td.TdClassName
{
border-color: #74A144;
}
.TagClassName
{
border-color: #74A144;
}
</style>