Shades of Asparagus #74A161
Tints of Asparagus #74A161
RGB
CMYK
RGB Variations
Color information
#74A161 (or 0x74A161) is known color: Asparagus. HEX triplet: 74, A1 and 61. RGB value is (116,161,97). Sum of RGB (Red+Green+Blue) = 116+161+97=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #74A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A161 is #8B5E9E. Grayscale: #8C8C8C. Windows color (decimal): -9133727 or 6398324. OLE color: 6398324.
HSL color Cylindrical-coordinate representation of color #74A161: hue angle of 102.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74A161 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 161 | 97 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.37 |
| HSL | 102.19º | 0.25% | 0.51% | - |
| HSV(B) | 102.19º | 0.4% | 0.63% | - |
| XYZ | 22.11 | 30.07 | 15.95 | - |
| YUV | 140.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 161 | 97 | 0.28 | 0 | 0.40 | 0.37 | 102.19 | 0.25 | 0.51 |
| Hex | 74 | A1 | 61 | 1C | 0 | 28 | 25 | 66 | 19 | 33 |
| Octal | 164 | 241 | 141 | 34 | 0 | 50 | 45 | 146 | 31 | 63 |
| Binary | 1110100 | 10100001 | 1100001 | 11100 | 0 | 101000 | 100101 | 1100110 | 11001 | 110011 |
Color Harmonies of #74A161
Complementary color
Monochromatic Colors of #74A161
Black with #74A161
Text Example
Text Example
White with #74A161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A161; }
p { color: rgb(116,161,97); }
H1.HeaderClassName
{
color: #74A161;
}
.AnyTagClassName
{
color: #74A161;
}
</style>
background-color css
<style>
a { background-color: #74A161; }
a { background-color: rgb(116,161,97); }
div.DivClassName
{
background-color: #74A161;
}
.BgClassName
{
background-color: #74A161;
}
</style>
border-color css
<style>
span { border-color: #74A161; }
span { border-color: rgb(116,161,97); }
td.TdClassName
{
border-color: #74A161;
}
.TagClassName
{
border-color: #74A161;
}
</style>