Shades of Asparagus #74994A
Tints of Asparagus #74994A
RGB
CMYK
RGB Variations
Color information
#74994A (or 0x74994A) is known color: Asparagus. HEX triplet: 74, 99 and 4A. RGB value is (116,153,74). Sum of RGB (Red+Green+Blue) = 116+153+74=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #74994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74994A is #8B66B5. Grayscale: #858585. Windows color (decimal): -9135798 or 4888948. OLE color: 4888948.
HSL color Cylindrical-coordinate representation of color #74994A: hue angle of 88.1º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74994A is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 74 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.4 |
| HSL | 88.1º | 0.35% | 0.45% | - |
| HSV(B) | 88.1º | 0.52% | 0.6% | - |
| XYZ | 19.83 | 26.99 | 10.64 | - |
| YUV | 132.93 | 94.74 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 74 | 0.24 | 0 | 0.52 | 0.4 | 88.1 | 0.35 | 0.45 |
| Hex | 74 | 99 | 4A | 18 | 0 | 34 | 28 | 58 | 23 | 2D |
| Octal | 164 | 231 | 112 | 30 | 0 | 64 | 50 | 130 | 43 | 55 |
| Binary | 1110100 | 10011001 | 1001010 | 11000 | 0 | 110100 | 101000 | 1011000 | 100011 | 101101 |
Color Harmonies of #74994A
Complementary color
Monochromatic Colors of #74994A
Black with #74994A
Text Example
Text Example
White with #74994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74994A; }
p { color: rgb(116,153,74); }
H1.HeaderClassName
{
color: #74994A;
}
.AnyTagClassName
{
color: #74994A;
}
</style>
background-color css
<style>
a { background-color: #74994A; }
a { background-color: rgb(116,153,74); }
div.DivClassName
{
background-color: #74994A;
}
.BgClassName
{
background-color: #74994A;
}
</style>
border-color css
<style>
span { border-color: #74994A; }
span { border-color: rgb(116,153,74); }
td.TdClassName
{
border-color: #74994A;
}
.TagClassName
{
border-color: #74994A;
}
</style>