Shades of Willow Grove #707965
Tints of Willow Grove #707965
RGB
CMYK
RGB Variations
Color information
#707965 (or 0x707965) is known color: Willow Grove. HEX triplet: 70, 79 and 65. RGB value is (112,121,101). Sum of RGB (Red+Green+Blue) = 112+121+101=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #707965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707965 is #8F869A. Grayscale: #747474. Windows color (decimal): -9406107 or 6650224. OLE color: 6650224.
HSL color Cylindrical-coordinate representation of color #707965: hue angle of 87º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #707965 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 101 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.53 |
| HSL | 87º | 0.09% | 0.44% | - |
| HSV(B) | 87º | 0.17% | 0.47% | - |
| XYZ | 15.87 | 18.06 | 14.96 | - |
| YUV | 116.03 | 119.52 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 101 | 0.07 | 0 | 0.17 | 0.53 | 87 | 0.09 | 0.44 |
| Hex | 70 | 79 | 65 | 7 | 0 | 11 | 35 | 57 | 9 | 2C |
| Octal | 160 | 171 | 145 | 7 | 0 | 21 | 65 | 127 | 11 | 54 |
| Binary | 1110000 | 1111001 | 1100101 | 111 | 0 | 10001 | 110101 | 1010111 | 1001 | 101100 |
Color Harmonies of #707965
Complementary color
Monochromatic Colors of #707965
Black with #707965
Text Example
Text Example
White with #707965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707965; }
p { color: rgb(112,121,101); }
H1.HeaderClassName
{
color: #707965;
}
.AnyTagClassName
{
color: #707965;
}
</style>
background-color css
<style>
a { background-color: #707965; }
a { background-color: rgb(112,121,101); }
div.DivClassName
{
background-color: #707965;
}
.BgClassName
{
background-color: #707965;
}
</style>
border-color css
<style>
span { border-color: #707965; }
span { border-color: rgb(112,121,101); }
td.TdClassName
{
border-color: #707965;
}
.TagClassName
{
border-color: #707965;
}
</style>