Shades of Asparagus #72994C
Tints of Asparagus #72994C
RGB
CMYK
RGB Variations
Color information
#72994C (or 0x72994C) is known color: Asparagus. HEX triplet: 72, 99 and 4C. RGB value is (114,153,76). Sum of RGB (Red+Green+Blue) = 114+153+76=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #72994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72994C is #8D66B3. Grayscale: #848484. Windows color (decimal): -9266868 or 5020018. OLE color: 5020018.
HSL color Cylindrical-coordinate representation of color #72994C: hue angle of 90.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72994C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 76 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.4 |
| HSL | 90.39º | 0.34% | 0.45% | - |
| HSV(B) | 90.39º | 0.5% | 0.6% | - |
| XYZ | 19.64 | 26.88 | 10.99 | - |
| YUV | 132.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 76 | 0.25 | 0 | 0.50 | 0.4 | 90.39 | 0.34 | 0.45 |
| Hex | 72 | 99 | 4C | 19 | 0 | 32 | 28 | 5A | 22 | 2D |
| Octal | 162 | 231 | 114 | 31 | 0 | 62 | 50 | 132 | 42 | 55 |
| Binary | 1110010 | 10011001 | 1001100 | 11001 | 0 | 110010 | 101000 | 1011010 | 100010 | 101101 |
Color Harmonies of #72994C
Complementary color
Monochromatic Colors of #72994C
Black with #72994C
Text Example
Text Example
White with #72994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72994C; }
p { color: rgb(114,153,76); }
H1.HeaderClassName
{
color: #72994C;
}
.AnyTagClassName
{
color: #72994C;
}
</style>
background-color css
<style>
a { background-color: #72994C; }
a { background-color: rgb(114,153,76); }
div.DivClassName
{
background-color: #72994C;
}
.BgClassName
{
background-color: #72994C;
}
</style>
border-color css
<style>
span { border-color: #72994C; }
span { border-color: rgb(114,153,76); }
td.TdClassName
{
border-color: #72994C;
}
.TagClassName
{
border-color: #72994C;
}
</style>