Shades of Asparagus #74A257
Tints of Asparagus #74A257
RGB
CMYK
RGB Variations
Color information
#74A257 (or 0x74A257) is known color: Asparagus. HEX triplet: 74, A2 and 57. RGB value is (116,162,87). Sum of RGB (Red+Green+Blue) = 116+162+87=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #74A257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A257 is #8B5DA8. Grayscale: #8B8B8B. Windows color (decimal): -9133481 or 5743220. OLE color: 5743220.
HSL color Cylindrical-coordinate representation of color #74A257: hue angle of 96.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74A257 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 87 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.36 |
| HSL | 96.8º | 0.3% | 0.49% | - |
| HSV(B) | 96.8º | 0.46% | 0.64% | - |
| XYZ | 21.84 | 30.24 | 13.7 | - |
| YUV | 139.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 87 | 0.28 | 0 | 0.46 | 0.36 | 96.8 | 0.3 | 0.49 |
| Hex | 74 | A2 | 57 | 1C | 0 | 2E | 24 | 61 | 1E | 31 |
| Octal | 164 | 242 | 127 | 34 | 0 | 56 | 44 | 141 | 36 | 61 |
| Binary | 1110100 | 10100010 | 1010111 | 11100 | 0 | 101110 | 100100 | 1100001 | 11110 | 110001 |
Color Harmonies of #74A257
Complementary color
Monochromatic Colors of #74A257
Black with #74A257
Text Example
Text Example
White with #74A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A257; }
p { color: rgb(116,162,87); }
H1.HeaderClassName
{
color: #74A257;
}
.AnyTagClassName
{
color: #74A257;
}
</style>
background-color css
<style>
a { background-color: #74A257; }
a { background-color: rgb(116,162,87); }
div.DivClassName
{
background-color: #74A257;
}
.BgClassName
{
background-color: #74A257;
}
</style>
border-color css
<style>
span { border-color: #74A257; }
span { border-color: rgb(116,162,87); }
td.TdClassName
{
border-color: #74A257;
}
.TagClassName
{
border-color: #74A257;
}
</style>