Shades of Asparagus #74A45B
Tints of Asparagus #74A45B
RGB
CMYK
RGB Variations
Color information
#74A45B (or 0x74A45B) is known color: Asparagus. HEX triplet: 74, A4 and 5B. RGB value is (116,164,91). Sum of RGB (Red+Green+Blue) = 116+164+91=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #74A45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A45B is #8B5BA4. Grayscale: #8D8D8D. Windows color (decimal): -9132965 or 6005876. OLE color: 6005876.
HSL color Cylindrical-coordinate representation of color #74A45B: hue angle of 99.45º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74A45B is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 164 | 91 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.36 |
| HSL | 99.45º | 0.29% | 0.5% | - |
| HSV(B) | 99.45º | 0.45% | 0.64% | - |
| XYZ | 22.37 | 31.02 | 14.71 | - |
| YUV | 141.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 164 | 91 | 0.29 | 0 | 0.45 | 0.36 | 99.45 | 0.29 | 0.5 |
| Hex | 74 | A4 | 5B | 1D | 0 | 2D | 24 | 63 | 1D | 32 |
| Octal | 164 | 244 | 133 | 35 | 0 | 55 | 44 | 143 | 35 | 62 |
| Binary | 1110100 | 10100100 | 1011011 | 11101 | 0 | 101101 | 100100 | 1100011 | 11101 | 110010 |
Color Harmonies of #74A45B
Complementary color
Monochromatic Colors of #74A45B
Black with #74A45B
Text Example
Text Example
White with #74A45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A45B; }
p { color: rgb(116,164,91); }
H1.HeaderClassName
{
color: #74A45B;
}
.AnyTagClassName
{
color: #74A45B;
}
</style>
background-color css
<style>
a { background-color: #74A45B; }
a { background-color: rgb(116,164,91); }
div.DivClassName
{
background-color: #74A45B;
}
.BgClassName
{
background-color: #74A45B;
}
</style>
border-color css
<style>
span { border-color: #74A45B; }
span { border-color: rgb(116,164,91); }
td.TdClassName
{
border-color: #74A45B;
}
.TagClassName
{
border-color: #74A45B;
}
</style>