Shades of Willow Grove #707C55
Tints of Willow Grove #707C55
RGB
CMYK
RGB Variations
Color information
#707C55 (or 0x707C55) is known color: Willow Grove. HEX triplet: 70, 7C and 55. RGB value is (112,124,85). Sum of RGB (Red+Green+Blue) = 112+124+85=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #707C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C55 is #8F83AA. Grayscale: #747474. Windows color (decimal): -9405355 or 5602416. OLE color: 5602416.
HSL color Cylindrical-coordinate representation of color #707C55: hue angle of 78.46º degrees, saturation: 0.19, 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 #707C55 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 85 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.51 |
| HSL | 78.46º | 0.19% | 0.41% | - |
| HSV(B) | 78.46º | 0.31% | 0.49% | - |
| XYZ | 15.53 | 18.52 | 11.35 | - |
| YUV | 115.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 85 | 0.10 | 0 | 0.31 | 0.51 | 78.46 | 0.19 | 0.41 |
| Hex | 70 | 7C | 55 | A | 0 | 1F | 33 | 4E | 13 | 29 |
| Octal | 160 | 174 | 125 | 12 | 0 | 37 | 63 | 116 | 23 | 51 |
| Binary | 1110000 | 1111100 | 1010101 | 1010 | 0 | 11111 | 110011 | 1001110 | 10011 | 101001 |
Color Harmonies of #707C55
Complementary color
Monochromatic Colors of #707C55
Black with #707C55
Text Example
Text Example
White with #707C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C55; }
p { color: rgb(112,124,85); }
H1.HeaderClassName
{
color: #707C55;
}
.AnyTagClassName
{
color: #707C55;
}
</style>
background-color css
<style>
a { background-color: #707C55; }
a { background-color: rgb(112,124,85); }
div.DivClassName
{
background-color: #707C55;
}
.BgClassName
{
background-color: #707C55;
}
</style>
border-color css
<style>
span { border-color: #707C55; }
span { border-color: rgb(112,124,85); }
td.TdClassName
{
border-color: #707C55;
}
.TagClassName
{
border-color: #707C55;
}
</style>