Shades of Willow Grove #72854E
Tints of Willow Grove #72854E
RGB
CMYK
RGB Variations
Color information
#72854E (or 0x72854E) is known color: Willow Grove. HEX triplet: 72, 85 and 4E. RGB value is (114,133,78). Sum of RGB (Red+Green+Blue) = 114+133+78=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #72854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72854E is #8D7AB1. Grayscale: #797979. Windows color (decimal): -9271986 or 5145970. OLE color: 5145970.
HSL color Cylindrical-coordinate representation of color #72854E: hue angle of 80.73º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72854E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 78 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.48 |
| HSL | 80.73º | 0.26% | 0.41% | - |
| HSV(B) | 80.73º | 0.41% | 0.52% | - |
| XYZ | 16.7 | 20.9 | 10.36 | - |
| YUV | 121.05 | 103.71 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 78 | 0.14 | 0 | 0.41 | 0.48 | 80.73 | 0.26 | 0.41 |
| Hex | 72 | 85 | 4E | E | 0 | 29 | 30 | 51 | 1A | 29 |
| Octal | 162 | 205 | 116 | 16 | 0 | 51 | 60 | 121 | 32 | 51 |
| Binary | 1110010 | 10000101 | 1001110 | 1110 | 0 | 101001 | 110000 | 1010001 | 11010 | 101001 |
Color Harmonies of #72854E
Complementary color
Monochromatic Colors of #72854E
Black with #72854E
Text Example
Text Example
White with #72854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72854E; }
p { color: rgb(114,133,78); }
H1.HeaderClassName
{
color: #72854E;
}
.AnyTagClassName
{
color: #72854E;
}
</style>
background-color css
<style>
a { background-color: #72854E; }
a { background-color: rgb(114,133,78); }
div.DivClassName
{
background-color: #72854E;
}
.BgClassName
{
background-color: #72854E;
}
</style>
border-color css
<style>
span { border-color: #72854E; }
span { border-color: rgb(114,133,78); }
td.TdClassName
{
border-color: #72854E;
}
.TagClassName
{
border-color: #72854E;
}
</style>