Shades of Asparagus #72984B
Tints of Asparagus #72984B
RGB
CMYK
RGB Variations
Color information
#72984B (or 0x72984B) is known color: Asparagus. HEX triplet: 72, 98 and 4B. RGB value is (114,152,75). Sum of RGB (Red+Green+Blue) = 114+152+75=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #72984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72984B is #8D67B4. Grayscale: #848484. Windows color (decimal): -9267125 or 4954226. OLE color: 4954226.
HSL color Cylindrical-coordinate representation of color #72984B: hue angle of 89.61º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72984B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 75 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.40 |
| HSL | 89.61º | 0.34% | 0.45% | - |
| HSV(B) | 89.61º | 0.51% | 0.6% | - |
| XYZ | 19.44 | 26.54 | 10.76 | - |
| YUV | 131.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 75 | 0.25 | 0 | 0.51 | 0.40 | 89.61 | 0.34 | 0.45 |
| Hex | 72 | 98 | 4B | 19 | 0 | 33 | 28 | 5A | 22 | 2D |
| Octal | 162 | 230 | 113 | 31 | 0 | 63 | 50 | 132 | 42 | 55 |
| Binary | 1110010 | 10011000 | 1001011 | 11001 | 0 | 110011 | 101000 | 1011010 | 100010 | 101101 |
Color Harmonies of #72984B
Complementary color
Monochromatic Colors of #72984B
Black with #72984B
Text Example
Text Example
White with #72984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72984B; }
p { color: rgb(114,152,75); }
H1.HeaderClassName
{
color: #72984B;
}
.AnyTagClassName
{
color: #72984B;
}
</style>
background-color css
<style>
a { background-color: #72984B; }
a { background-color: rgb(114,152,75); }
div.DivClassName
{
background-color: #72984B;
}
.BgClassName
{
background-color: #72984B;
}
</style>
border-color css
<style>
span { border-color: #72984B; }
span { border-color: rgb(114,152,75); }
td.TdClassName
{
border-color: #72984B;
}
.TagClassName
{
border-color: #72984B;
}
</style>