Shades of Willow Grove #707C56
Tints of Willow Grove #707C56
RGB
CMYK
RGB Variations
Color information
#707C56 (or 0x707C56) is known color: Willow Grove. HEX triplet: 70, 7C and 56. RGB value is (112,124,86). Sum of RGB (Red+Green+Blue) = 112+124+86=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #707C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C56 is #8F83A9. Grayscale: #747474. Windows color (decimal): -9405354 or 5667952. OLE color: 5667952.
HSL color Cylindrical-coordinate representation of color #707C56: hue angle of 78.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707C56 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 86 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.51 |
| HSL | 78.95º | 0.18% | 0.41% | - |
| HSV(B) | 78.95º | 0.31% | 0.49% | - |
| XYZ | 15.57 | 18.53 | 11.56 | - |
| YUV | 116.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 86 | 0.10 | 0 | 0.31 | 0.51 | 78.95 | 0.18 | 0.41 |
| Hex | 70 | 7C | 56 | A | 0 | 1F | 33 | 4F | 12 | 29 |
| Octal | 160 | 174 | 126 | 12 | 0 | 37 | 63 | 117 | 22 | 51 |
| Binary | 1110000 | 1111100 | 1010110 | 1010 | 0 | 11111 | 110011 | 1001111 | 10010 | 101001 |
Color Harmonies of #707C56
Complementary color
Monochromatic Colors of #707C56
Black with #707C56
Text Example
Text Example
White with #707C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C56; }
p { color: rgb(112,124,86); }
H1.HeaderClassName
{
color: #707C56;
}
.AnyTagClassName
{
color: #707C56;
}
</style>
background-color css
<style>
a { background-color: #707C56; }
a { background-color: rgb(112,124,86); }
div.DivClassName
{
background-color: #707C56;
}
.BgClassName
{
background-color: #707C56;
}
</style>
border-color css
<style>
span { border-color: #707C56; }
span { border-color: rgb(112,124,86); }
td.TdClassName
{
border-color: #707C56;
}
.TagClassName
{
border-color: #707C56;
}
</style>