Shades of Willow Grove #708250
Tints of Willow Grove #708250
RGB
CMYK
RGB Variations
Color information
#708250 (or 0x708250) is known color: Willow Grove. HEX triplet: 70, 82 and 50. RGB value is (112,130,80). Sum of RGB (Red+Green+Blue) = 112+130+80=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #708250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708250 is #8F7DAF. Grayscale: #777777. Windows color (decimal): -9403824 or 5276272. OLE color: 5276272.
HSL color Cylindrical-coordinate representation of color #708250: hue angle of 81.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708250 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 80 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.49 |
| HSL | 81.6º | 0.24% | 0.41% | - |
| HSV(B) | 81.6º | 0.38% | 0.51% | - |
| XYZ | 16.11 | 19.99 | 10.6 | - |
| YUV | 118.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 80 | 0.14 | 0 | 0.38 | 0.49 | 81.6 | 0.24 | 0.41 |
| Hex | 70 | 82 | 50 | E | 0 | 26 | 31 | 52 | 18 | 29 |
| Octal | 160 | 202 | 120 | 16 | 0 | 46 | 61 | 122 | 30 | 51 |
| Binary | 1110000 | 10000010 | 1010000 | 1110 | 0 | 100110 | 110001 | 1010010 | 11000 | 101001 |
Color Harmonies of #708250
Complementary color
Monochromatic Colors of #708250
Black with #708250
Text Example
Text Example
White with #708250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708250; }
p { color: rgb(112,130,80); }
H1.HeaderClassName
{
color: #708250;
}
.AnyTagClassName
{
color: #708250;
}
</style>
background-color css
<style>
a { background-color: #708250; }
a { background-color: rgb(112,130,80); }
div.DivClassName
{
background-color: #708250;
}
.BgClassName
{
background-color: #708250;
}
</style>
border-color css
<style>
span { border-color: #708250; }
span { border-color: rgb(112,130,80); }
td.TdClassName
{
border-color: #708250;
}
.TagClassName
{
border-color: #708250;
}
</style>