Shades of Willow Grove #708153
Tints of Willow Grove #708153
RGB
CMYK
RGB Variations
Color information
#708153 (or 0x708153) is known color: Willow Grove. HEX triplet: 70, 81 and 53. RGB value is (112,129,83). Sum of RGB (Red+Green+Blue) = 112+129+83=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #708153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708153 is #8F7EAC. Grayscale: #767676. Windows color (decimal): -9404077 or 5472624. OLE color: 5472624.
HSL color Cylindrical-coordinate representation of color #708153: hue angle of 82.17º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708153 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 83 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.49 |
| HSL | 82.17º | 0.22% | 0.42% | - |
| HSV(B) | 82.17º | 0.36% | 0.51% | - |
| XYZ | 16.09 | 19.77 | 11.15 | - |
| YUV | 118.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 83 | 0.13 | 0 | 0.36 | 0.49 | 82.17 | 0.22 | 0.42 |
| Hex | 70 | 81 | 53 | D | 0 | 24 | 31 | 52 | 16 | 2A |
| Octal | 160 | 201 | 123 | 15 | 0 | 44 | 61 | 122 | 26 | 52 |
| Binary | 1110000 | 10000001 | 1010011 | 1101 | 0 | 100100 | 110001 | 1010010 | 10110 | 101010 |
Color Harmonies of #708153
Complementary color
Monochromatic Colors of #708153
Black with #708153
Text Example
Text Example
White with #708153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708153; }
p { color: rgb(112,129,83); }
H1.HeaderClassName
{
color: #708153;
}
.AnyTagClassName
{
color: #708153;
}
</style>
background-color css
<style>
a { background-color: #708153; }
a { background-color: rgb(112,129,83); }
div.DivClassName
{
background-color: #708153;
}
.BgClassName
{
background-color: #708153;
}
</style>
border-color css
<style>
span { border-color: #708153; }
span { border-color: rgb(112,129,83); }
td.TdClassName
{
border-color: #708153;
}
.TagClassName
{
border-color: #708153;
}
</style>