Shades of Asparagus #72A85F
Tints of Asparagus #72A85F
RGB
CMYK
RGB Variations
Color information
#72A85F (or 0x72A85F) is known color: Asparagus. HEX triplet: 72, A8 and 5F. RGB value is (114,168,95). Sum of RGB (Red+Green+Blue) = 114+168+95=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #72A85F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A85F is #8D57A0. Grayscale: #8F8F8F. Windows color (decimal): -9263009 or 6269042. OLE color: 6269042.
HSL color Cylindrical-coordinate representation of color #72A85F: hue angle of 104.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72A85F is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 95 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.34 |
| HSL | 104.38º | 0.3% | 0.52% | - |
| HSV(B) | 104.38º | 0.43% | 0.66% | - |
| XYZ | 23.01 | 32.41 | 15.87 | - |
| YUV | 143.53 | 100.61 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 95 | 0.32 | 0 | 0.43 | 0.34 | 104.38 | 0.3 | 0.52 |
| Hex | 72 | A8 | 5F | 20 | 0 | 2B | 22 | 68 | 1E | 34 |
| Octal | 162 | 250 | 137 | 40 | 0 | 53 | 42 | 150 | 36 | 64 |
| Binary | 1110010 | 10101000 | 1011111 | 100000 | 0 | 101011 | 100010 | 1101000 | 11110 | 110100 |
Color Harmonies of #72A85F
Complementary color
Monochromatic Colors of #72A85F
Black with #72A85F
Text Example
Text Example
White with #72A85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A85F; }
p { color: rgb(114,168,95); }
H1.HeaderClassName
{
color: #72A85F;
}
.AnyTagClassName
{
color: #72A85F;
}
</style>
background-color css
<style>
a { background-color: #72A85F; }
a { background-color: rgb(114,168,95); }
div.DivClassName
{
background-color: #72A85F;
}
.BgClassName
{
background-color: #72A85F;
}
</style>
border-color css
<style>
span { border-color: #72A85F; }
span { border-color: rgb(114,168,95); }
td.TdClassName
{
border-color: #72A85F;
}
.TagClassName
{
border-color: #72A85F;
}
</style>