Shades of Asparagus #74964A
Tints of Asparagus #74964A
RGB
CMYK
RGB Variations
Color information
#74964A (or 0x74964A) is known color: Asparagus. HEX triplet: 74, 96 and 4A. RGB value is (116,150,74). Sum of RGB (Red+Green+Blue) = 116+150+74=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #74964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74964A is #8B69B5. Grayscale: #838383. Windows color (decimal): -9136566 or 4888180. OLE color: 4888180.
HSL color Cylindrical-coordinate representation of color #74964A: hue angle of 86.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74964A is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 74 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.41 |
| HSL | 86.84º | 0.34% | 0.44% | - |
| HSV(B) | 86.84º | 0.51% | 0.59% | - |
| XYZ | 19.34 | 26.02 | 10.48 | - |
| YUV | 131.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 74 | 0.23 | 0 | 0.51 | 0.41 | 86.84 | 0.34 | 0.44 |
| Hex | 74 | 96 | 4A | 17 | 0 | 33 | 29 | 57 | 22 | 2C |
| Octal | 164 | 226 | 112 | 27 | 0 | 63 | 51 | 127 | 42 | 54 |
| Binary | 1110100 | 10010110 | 1001010 | 10111 | 0 | 110011 | 101001 | 1010111 | 100010 | 101100 |
Color Harmonies of #74964A
Complementary color
Monochromatic Colors of #74964A
Black with #74964A
Text Example
Text Example
White with #74964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74964A; }
p { color: rgb(116,150,74); }
H1.HeaderClassName
{
color: #74964A;
}
.AnyTagClassName
{
color: #74964A;
}
</style>
background-color css
<style>
a { background-color: #74964A; }
a { background-color: rgb(116,150,74); }
div.DivClassName
{
background-color: #74964A;
}
.BgClassName
{
background-color: #74964A;
}
</style>
border-color css
<style>
span { border-color: #74964A; }
span { border-color: rgb(116,150,74); }
td.TdClassName
{
border-color: #74964A;
}
.TagClassName
{
border-color: #74964A;
}
</style>