Shades of Willow Grove #708553
Tints of Willow Grove #708553
RGB
CMYK
RGB Variations
Color information
#708553 (or 0x708553) is known color: Willow Grove. HEX triplet: 70, 85 and 53. RGB value is (112,133,83). Sum of RGB (Red+Green+Blue) = 112+133+83=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #708553 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708553 is #8F7AAC. Grayscale: #797979. Windows color (decimal): -9403053 or 5473648. OLE color: 5473648.
HSL color Cylindrical-coordinate representation of color #708553: hue angle of 85.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708553 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 83 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.48 |
| HSL | 85.2º | 0.23% | 0.42% | - |
| HSV(B) | 85.2º | 0.38% | 0.52% | - |
| XYZ | 16.63 | 20.84 | 11.33 | - |
| YUV | 121.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 83 | 0.16 | 0 | 0.38 | 0.48 | 85.2 | 0.23 | 0.42 |
| Hex | 70 | 85 | 53 | 10 | 0 | 26 | 30 | 55 | 17 | 2A |
| Octal | 160 | 205 | 123 | 20 | 0 | 46 | 60 | 125 | 27 | 52 |
| Binary | 1110000 | 10000101 | 1010011 | 10000 | 0 | 100110 | 110000 | 1010101 | 10111 | 101010 |
Color Harmonies of #708553
Complementary color
Monochromatic Colors of #708553
Black with #708553
Text Example
Text Example
White with #708553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708553; }
p { color: rgb(112,133,83); }
H1.HeaderClassName
{
color: #708553;
}
.AnyTagClassName
{
color: #708553;
}
</style>
background-color css
<style>
a { background-color: #708553; }
a { background-color: rgb(112,133,83); }
div.DivClassName
{
background-color: #708553;
}
.BgClassName
{
background-color: #708553;
}
</style>
border-color css
<style>
span { border-color: #708553; }
span { border-color: rgb(112,133,83); }
td.TdClassName
{
border-color: #708553;
}
.TagClassName
{
border-color: #708553;
}
</style>