Shades of Asparagus #73934C
Tints of Asparagus #73934C
RGB
CMYK
RGB Variations
Color information
#73934C (or 0x73934C) is known color: Asparagus. HEX triplet: 73, 93 and 4C. RGB value is (115,147,76). Sum of RGB (Red+Green+Blue) = 115+147+76=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #73934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73934C is #8C6CB3. Grayscale: #818181. Windows color (decimal): -9202868 or 5018483. OLE color: 5018483.
HSL color Cylindrical-coordinate representation of color #73934C: hue angle of 87.04º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73934C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 147 | 76 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.42 |
| HSL | 87.04º | 0.32% | 0.44% | - |
| HSV(B) | 87.04º | 0.48% | 0.58% | - |
| XYZ | 18.81 | 25.03 | 10.68 | - |
| YUV | 129.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 147 | 76 | 0.22 | 0 | 0.48 | 0.42 | 87.04 | 0.32 | 0.44 |
| Hex | 73 | 93 | 4C | 16 | 0 | 30 | 2A | 57 | 20 | 2C |
| Octal | 163 | 223 | 114 | 26 | 0 | 60 | 52 | 127 | 40 | 54 |
| Binary | 1110011 | 10010011 | 1001100 | 10110 | 0 | 110000 | 101010 | 1010111 | 100000 | 101100 |
Color Harmonies of #73934C
Complementary color
Monochromatic Colors of #73934C
Black with #73934C
Text Example
Text Example
White with #73934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73934C; }
p { color: rgb(115,147,76); }
H1.HeaderClassName
{
color: #73934C;
}
.AnyTagClassName
{
color: #73934C;
}
</style>
background-color css
<style>
a { background-color: #73934C; }
a { background-color: rgb(115,147,76); }
div.DivClassName
{
background-color: #73934C;
}
.BgClassName
{
background-color: #73934C;
}
</style>
border-color css
<style>
span { border-color: #73934C; }
span { border-color: rgb(115,147,76); }
td.TdClassName
{
border-color: #73934C;
}
.TagClassName
{
border-color: #73934C;
}
</style>