Shades of Asparagus #73964D
Tints of Asparagus #73964D
RGB
CMYK
RGB Variations
Color information
#73964D (or 0x73964D) is known color: Asparagus. HEX triplet: 73, 96 and 4D. RGB value is (115,150,77). Sum of RGB (Red+Green+Blue) = 115+150+77=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #73964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73964D is #8C69B2. Grayscale: #838383. Windows color (decimal): -9202099 or 5084787. OLE color: 5084787.
HSL color Cylindrical-coordinate representation of color #73964D: hue angle of 88.77º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #73964D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 150 | 77 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.41 |
| HSL | 88.77º | 0.32% | 0.45% | - |
| HSV(B) | 88.77º | 0.49% | 0.59% | - |
| XYZ | 19.32 | 25.99 | 11.02 | - |
| YUV | 131.21 | 97.4 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 77 | 0.23 | 0 | 0.49 | 0.41 | 88.77 | 0.32 | 0.45 |
| Hex | 73 | 96 | 4D | 17 | 0 | 31 | 29 | 59 | 20 | 2D |
| Octal | 163 | 226 | 115 | 27 | 0 | 61 | 51 | 131 | 40 | 55 |
| Binary | 1110011 | 10010110 | 1001101 | 10111 | 0 | 110001 | 101001 | 1011001 | 100000 | 101101 |
Color Harmonies of #73964D
Complementary color
Monochromatic Colors of #73964D
Black with #73964D
Text Example
Text Example
White with #73964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73964D; }
p { color: rgb(115,150,77); }
H1.HeaderClassName
{
color: #73964D;
}
.AnyTagClassName
{
color: #73964D;
}
</style>
background-color css
<style>
a { background-color: #73964D; }
a { background-color: rgb(115,150,77); }
div.DivClassName
{
background-color: #73964D;
}
.BgClassName
{
background-color: #73964D;
}
</style>
border-color css
<style>
span { border-color: #73964D; }
span { border-color: rgb(115,150,77); }
td.TdClassName
{
border-color: #73964D;
}
.TagClassName
{
border-color: #73964D;
}
</style>