Shades of Asparagus #72974A
Tints of Asparagus #72974A
RGB
CMYK
RGB Variations
Color information
#72974A (or 0x72974A) is known color: Asparagus. HEX triplet: 72, 97 and 4A. RGB value is (114,151,74). Sum of RGB (Red+Green+Blue) = 114+151+74=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #72974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72974A is #8D68B5. Grayscale: #838383. Windows color (decimal): -9267382 or 4888434. OLE color: 4888434.
HSL color Cylindrical-coordinate representation of color #72974A: hue angle of 88.83º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72974A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 151 | 74 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.41 |
| HSL | 88.83º | 0.34% | 0.44% | - |
| HSV(B) | 88.83º | 0.51% | 0.59% | - |
| XYZ | 19.24 | 26.21 | 10.52 | - |
| YUV | 131.16 | 95.74 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 151 | 74 | 0.25 | 0 | 0.51 | 0.41 | 88.83 | 0.34 | 0.44 |
| Hex | 72 | 97 | 4A | 19 | 0 | 33 | 29 | 59 | 22 | 2C |
| Octal | 162 | 227 | 112 | 31 | 0 | 63 | 51 | 131 | 42 | 54 |
| Binary | 1110010 | 10010111 | 1001010 | 11001 | 0 | 110011 | 101001 | 1011001 | 100010 | 101100 |
Color Harmonies of #72974A
Complementary color
Monochromatic Colors of #72974A
Black with #72974A
Text Example
Text Example
White with #72974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72974A; }
p { color: rgb(114,151,74); }
H1.HeaderClassName
{
color: #72974A;
}
.AnyTagClassName
{
color: #72974A;
}
</style>
background-color css
<style>
a { background-color: #72974A; }
a { background-color: rgb(114,151,74); }
div.DivClassName
{
background-color: #72974A;
}
.BgClassName
{
background-color: #72974A;
}
</style>
border-color css
<style>
span { border-color: #72974A; }
span { border-color: rgb(114,151,74); }
td.TdClassName
{
border-color: #72974A;
}
.TagClassName
{
border-color: #72974A;
}
</style>