Shades of Willow Grove #728655
Tints of Willow Grove #728655
RGB
CMYK
RGB Variations
Color information
#728655 (or 0x728655) is known color: Willow Grove. HEX triplet: 72, 86 and 55. RGB value is (114,134,85). Sum of RGB (Red+Green+Blue) = 114+134+85=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #728655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728655 is #8D79AA. Grayscale: #7A7A7A. Windows color (decimal): -9271723 or 5604978. OLE color: 5604978.
HSL color Cylindrical-coordinate representation of color #728655: hue angle of 84.49º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #728655 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 134 | 85 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.47 |
| HSL | 84.49º | 0.22% | 0.43% | - |
| HSV(B) | 84.49º | 0.37% | 0.53% | - |
| XYZ | 17.1 | 21.28 | 11.8 | - |
| YUV | 122.43 | 106.87 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 85 | 0.15 | 0 | 0.37 | 0.47 | 84.49 | 0.22 | 0.43 |
| Hex | 72 | 86 | 55 | F | 0 | 25 | 2F | 54 | 16 | 2B |
| Octal | 162 | 206 | 125 | 17 | 0 | 45 | 57 | 124 | 26 | 53 |
| Binary | 1110010 | 10000110 | 1010101 | 1111 | 0 | 100101 | 101111 | 1010100 | 10110 | 101011 |
Color Harmonies of #728655
Complementary color
Monochromatic Colors of #728655
Black with #728655
Text Example
Text Example
White with #728655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728655; }
p { color: rgb(114,134,85); }
H1.HeaderClassName
{
color: #728655;
}
.AnyTagClassName
{
color: #728655;
}
</style>
background-color css
<style>
a { background-color: #728655; }
a { background-color: rgb(114,134,85); }
div.DivClassName
{
background-color: #728655;
}
.BgClassName
{
background-color: #728655;
}
</style>
border-color css
<style>
span { border-color: #728655; }
span { border-color: rgb(114,134,85); }
td.TdClassName
{
border-color: #728655;
}
.TagClassName
{
border-color: #728655;
}
</style>