Shades of Willow Grove #697E56
Tints of Willow Grove #697E56
RGB
CMYK
RGB Variations
Color information
#697E56 (or 0x697E56) is known color: Willow Grove. HEX triplet: 69, 7E and 56. RGB value is (105,126,86). Sum of RGB (Red+Green+Blue) = 105+126+86=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #697E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E56 is #9681A9. Grayscale: #737373. Windows color (decimal): -9863594 or 5668457. OLE color: 5668457.
HSL color Cylindrical-coordinate representation of color #697E56: hue angle of 91.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697E56 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 86 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.51 |
| HSL | 91.5º | 0.19% | 0.42% | - |
| HSV(B) | 91.5º | 0.32% | 0.49% | - |
| XYZ | 14.97 | 18.6 | 11.6 | - |
| YUV | 115.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 86 | 0.17 | 0 | 0.32 | 0.51 | 91.5 | 0.19 | 0.42 |
| Hex | 69 | 7E | 56 | 11 | 0 | 20 | 33 | 5C | 13 | 2A |
| Octal | 151 | 176 | 126 | 21 | 0 | 40 | 63 | 134 | 23 | 52 |
| Binary | 1101001 | 1111110 | 1010110 | 10001 | 0 | 100000 | 110011 | 1011100 | 10011 | 101010 |
Color Harmonies of #697E56
Complementary color
Monochromatic Colors of #697E56
Black with #697E56
Text Example
Text Example
White with #697E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E56; }
p { color: rgb(105,126,86); }
H1.HeaderClassName
{
color: #697E56;
}
.AnyTagClassName
{
color: #697E56;
}
</style>
background-color css
<style>
a { background-color: #697E56; }
a { background-color: rgb(105,126,86); }
div.DivClassName
{
background-color: #697E56;
}
.BgClassName
{
background-color: #697E56;
}
</style>
border-color css
<style>
span { border-color: #697E56; }
span { border-color: rgb(105,126,86); }
td.TdClassName
{
border-color: #697E56;
}
.TagClassName
{
border-color: #697E56;
}
</style>