Shades of Asparagus #72A85C
Tints of Asparagus #72A85C
RGB
CMYK
RGB Variations
Color information
#72A85C (or 0x72A85C) is known color: Asparagus. HEX triplet: 72, A8 and 5C. RGB value is (114,168,92). Sum of RGB (Red+Green+Blue) = 114+168+92=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #72A85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A85C is #8D57A3. Grayscale: #8F8F8F. Windows color (decimal): -9263012 or 6072434. OLE color: 6072434.
HSL color Cylindrical-coordinate representation of color #72A85C: hue angle of 102.63º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72A85C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 92 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.34 |
| HSL | 102.63º | 0.3% | 0.51% | - |
| HSV(B) | 102.63º | 0.45% | 0.66% | - |
| XYZ | 22.87 | 32.36 | 15.16 | - |
| YUV | 143.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 92 | 0.32 | 0 | 0.45 | 0.34 | 102.63 | 0.3 | 0.51 |
| Hex | 72 | A8 | 5C | 20 | 0 | 2D | 22 | 67 | 1E | 33 |
| Octal | 162 | 250 | 134 | 40 | 0 | 55 | 42 | 147 | 36 | 63 |
| Binary | 1110010 | 10101000 | 1011100 | 100000 | 0 | 101101 | 100010 | 1100111 | 11110 | 110011 |
Color Harmonies of #72A85C
Complementary color
Monochromatic Colors of #72A85C
Black with #72A85C
Text Example
Text Example
White with #72A85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A85C; }
p { color: rgb(114,168,92); }
H1.HeaderClassName
{
color: #72A85C;
}
.AnyTagClassName
{
color: #72A85C;
}
</style>
background-color css
<style>
a { background-color: #72A85C; }
a { background-color: rgb(114,168,92); }
div.DivClassName
{
background-color: #72A85C;
}
.BgClassName
{
background-color: #72A85C;
}
</style>
border-color css
<style>
span { border-color: #72A85C; }
span { border-color: rgb(114,168,92); }
td.TdClassName
{
border-color: #72A85C;
}
.TagClassName
{
border-color: #72A85C;
}
</style>