Shades of Asparagus #72985A
Tints of Asparagus #72985A
RGB
CMYK
RGB Variations
Color information
#72985A (or 0x72985A) is known color: Asparagus. HEX triplet: 72, 98 and 5A. RGB value is (114,152,90). Sum of RGB (Red+Green+Blue) = 114+152+90=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #72985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72985A is #8D67A5. Grayscale: #858585. Windows color (decimal): -9267110 or 5937266. OLE color: 5937266.
HSL color Cylindrical-coordinate representation of color #72985A: hue angle of 96.77º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72985A is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 152 | 90 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.40 |
| HSL | 96.77º | 0.26% | 0.47% | - |
| HSV(B) | 96.77º | 0.41% | 0.6% | - |
| XYZ | 20.01 | 26.77 | 13.79 | - |
| YUV | 133.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 90 | 0.25 | 0 | 0.41 | 0.40 | 96.77 | 0.26 | 0.47 |
| Hex | 72 | 98 | 5A | 19 | 0 | 29 | 28 | 61 | 1A | 2F |
| Octal | 162 | 230 | 132 | 31 | 0 | 51 | 50 | 141 | 32 | 57 |
| Binary | 1110010 | 10011000 | 1011010 | 11001 | 0 | 101001 | 101000 | 1100001 | 11010 | 101111 |
Color Harmonies of #72985A
Complementary color
Monochromatic Colors of #72985A
Black with #72985A
Text Example
Text Example
White with #72985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72985A; }
p { color: rgb(114,152,90); }
H1.HeaderClassName
{
color: #72985A;
}
.AnyTagClassName
{
color: #72985A;
}
</style>
background-color css
<style>
a { background-color: #72985A; }
a { background-color: rgb(114,152,90); }
div.DivClassName
{
background-color: #72985A;
}
.BgClassName
{
background-color: #72985A;
}
</style>
border-color css
<style>
span { border-color: #72985A; }
span { border-color: rgb(114,152,90); }
td.TdClassName
{
border-color: #72985A;
}
.TagClassName
{
border-color: #72985A;
}
</style>