Shades of Asparagus #74A55C
Tints of Asparagus #74A55C
RGB
CMYK
RGB Variations
Color information
#74A55C (or 0x74A55C) is known color: Asparagus. HEX triplet: 74, A5 and 5C. RGB value is (116,165,92). Sum of RGB (Red+Green+Blue) = 116+165+92=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #74A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A55C is #8B5AA3. Grayscale: #8E8E8E. Windows color (decimal): -9132708 or 6071668. OLE color: 6071668.
HSL color Cylindrical-coordinate representation of color #74A55C: hue angle of 100.27º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74A55C is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 165 | 92 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.35 |
| HSL | 100.27º | 0.29% | 0.5% | - |
| HSV(B) | 100.27º | 0.44% | 0.65% | - |
| XYZ | 22.59 | 31.4 | 14.99 | - |
| YUV | 142.03 | 99.77 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 165 | 92 | 0.30 | 0 | 0.44 | 0.35 | 100.27 | 0.29 | 0.5 |
| Hex | 74 | A5 | 5C | 1E | 0 | 2C | 23 | 64 | 1D | 32 |
| Octal | 164 | 245 | 134 | 36 | 0 | 54 | 43 | 144 | 35 | 62 |
| Binary | 1110100 | 10100101 | 1011100 | 11110 | 0 | 101100 | 100011 | 1100100 | 11101 | 110010 |
Color Harmonies of #74A55C
Complementary color
Monochromatic Colors of #74A55C
Black with #74A55C
Text Example
Text Example
White with #74A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A55C; }
p { color: rgb(116,165,92); }
H1.HeaderClassName
{
color: #74A55C;
}
.AnyTagClassName
{
color: #74A55C;
}
</style>
background-color css
<style>
a { background-color: #74A55C; }
a { background-color: rgb(116,165,92); }
div.DivClassName
{
background-color: #74A55C;
}
.BgClassName
{
background-color: #74A55C;
}
</style>
border-color css
<style>
span { border-color: #74A55C; }
span { border-color: rgb(116,165,92); }
td.TdClassName
{
border-color: #74A55C;
}
.TagClassName
{
border-color: #74A55C;
}
</style>