Shades of Willow Grove #728355
Tints of Willow Grove #728355
RGB
CMYK
RGB Variations
Color information
#728355 (or 0x728355) is known color: Willow Grove. HEX triplet: 72, 83 and 55. RGB value is (114,131,85). Sum of RGB (Red+Green+Blue) = 114+131+85=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #728355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728355 is #8D7CAA. Grayscale: #787878. Windows color (decimal): -9272491 or 5604210. OLE color: 5604210.
HSL color Cylindrical-coordinate representation of color #728355: hue angle of 82.17º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #728355 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 85 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.49 |
| HSL | 82.17º | 0.21% | 0.42% | - |
| HSV(B) | 82.17º | 0.35% | 0.51% | - |
| XYZ | 16.7 | 20.47 | 11.66 | - |
| YUV | 120.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 85 | 0.13 | 0 | 0.35 | 0.49 | 82.17 | 0.21 | 0.42 |
| Hex | 72 | 83 | 55 | D | 0 | 23 | 31 | 52 | 15 | 2A |
| Octal | 162 | 203 | 125 | 15 | 0 | 43 | 61 | 122 | 25 | 52 |
| Binary | 1110010 | 10000011 | 1010101 | 1101 | 0 | 100011 | 110001 | 1010010 | 10101 | 101010 |
Color Harmonies of #728355
Complementary color
Monochromatic Colors of #728355
Black with #728355
Text Example
Text Example
White with #728355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728355; }
p { color: rgb(114,131,85); }
H1.HeaderClassName
{
color: #728355;
}
.AnyTagClassName
{
color: #728355;
}
</style>
background-color css
<style>
a { background-color: #728355; }
a { background-color: rgb(114,131,85); }
div.DivClassName
{
background-color: #728355;
}
.BgClassName
{
background-color: #728355;
}
</style>
border-color css
<style>
span { border-color: #728355; }
span { border-color: rgb(114,131,85); }
td.TdClassName
{
border-color: #728355;
}
.TagClassName
{
border-color: #728355;
}
</style>