Shades of Willow Grove #707B59
Tints of Willow Grove #707B59
RGB
CMYK
RGB Variations
Color information
#707B59 (or 0x707B59) is known color: Willow Grove. HEX triplet: 70, 7B and 59. RGB value is (112,123,89). Sum of RGB (Red+Green+Blue) = 112+123+89=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #707B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B59 is #8F84A6. Grayscale: #737373. Windows color (decimal): -9405607 or 5864304. OLE color: 5864304.
HSL color Cylindrical-coordinate representation of color #707B59: hue angle of 79.41º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707B59 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 89 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.52 |
| HSL | 79.41º | 0.16% | 0.42% | - |
| HSV(B) | 79.41º | 0.28% | 0.48% | - |
| XYZ | 15.57 | 18.33 | 12.17 | - |
| YUV | 115.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 89 | 0.09 | 0 | 0.28 | 0.52 | 79.41 | 0.16 | 0.42 |
| Hex | 70 | 7B | 59 | 9 | 0 | 1C | 34 | 4F | 10 | 2A |
| Octal | 160 | 173 | 131 | 11 | 0 | 34 | 64 | 117 | 20 | 52 |
| Binary | 1110000 | 1111011 | 1011001 | 1001 | 0 | 11100 | 110100 | 1001111 | 10000 | 101010 |
Color Harmonies of #707B59
Complementary color
Monochromatic Colors of #707B59
Black with #707B59
Text Example
Text Example
White with #707B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B59; }
p { color: rgb(112,123,89); }
H1.HeaderClassName
{
color: #707B59;
}
.AnyTagClassName
{
color: #707B59;
}
</style>
background-color css
<style>
a { background-color: #707B59; }
a { background-color: rgb(112,123,89); }
div.DivClassName
{
background-color: #707B59;
}
.BgClassName
{
background-color: #707B59;
}
</style>
border-color css
<style>
span { border-color: #707B59; }
span { border-color: rgb(112,123,89); }
td.TdClassName
{
border-color: #707B59;
}
.TagClassName
{
border-color: #707B59;
}
</style>