Shades of Willow Grove #707A59
Tints of Willow Grove #707A59
RGB
CMYK
RGB Variations
Color information
#707A59 (or 0x707A59) is known color: Willow Grove. HEX triplet: 70, 7A and 59. RGB value is (112,122,89). Sum of RGB (Red+Green+Blue) = 112+122+89=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 122 - color contains mainly: green. Hex color #707A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A59 is #8F85A6. Grayscale: #737373. Windows color (decimal): -9405863 or 5864048. OLE color: 5864048.
HSL color Cylindrical-coordinate representation of color #707A59: hue angle of 78.18º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707A59 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 89 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.52 |
| HSL | 78.18º | 0.16% | 0.41% | - |
| HSV(B) | 78.18º | 0.27% | 0.48% | - |
| XYZ | 15.44 | 18.09 | 12.13 | - |
| YUV | 115.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 89 | 0.08 | 0 | 0.27 | 0.52 | 78.18 | 0.16 | 0.41 |
| Hex | 70 | 7A | 59 | 8 | 0 | 1B | 34 | 4E | 10 | 29 |
| Octal | 160 | 172 | 131 | 10 | 0 | 33 | 64 | 116 | 20 | 51 |
| Binary | 1110000 | 1111010 | 1011001 | 1000 | 0 | 11011 | 110100 | 1001110 | 10000 | 101001 |
Color Harmonies of #707A59
Complementary color
Monochromatic Colors of #707A59
Black with #707A59
Text Example
Text Example
White with #707A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A59; }
p { color: rgb(112,122,89); }
H1.HeaderClassName
{
color: #707A59;
}
.AnyTagClassName
{
color: #707A59;
}
</style>
background-color css
<style>
a { background-color: #707A59; }
a { background-color: rgb(112,122,89); }
div.DivClassName
{
background-color: #707A59;
}
.BgClassName
{
background-color: #707A59;
}
</style>
border-color css
<style>
span { border-color: #707A59; }
span { border-color: rgb(112,122,89); }
td.TdClassName
{
border-color: #707A59;
}
.TagClassName
{
border-color: #707A59;
}
</style>