Shades of Willow Grove #697A57
Tints of Willow Grove #697A57
RGB
CMYK
RGB Variations
Color information
#697A57 (or 0x697A57) is known color: Willow Grove. HEX triplet: 69, 7A and 57. RGB value is (105,122,87). Sum of RGB (Red+Green+Blue) = 105+122+87=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #697A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A57 is #9685A8. Grayscale: #717171. Windows color (decimal): -9864617 or 5732969. OLE color: 5732969.
HSL color Cylindrical-coordinate representation of color #697A57: hue angle of 89.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697A57 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 87 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.52 |
| HSL | 89.14º | 0.17% | 0.41% | - |
| HSV(B) | 89.14º | 0.29% | 0.48% | - |
| XYZ | 14.51 | 17.61 | 11.65 | - |
| YUV | 112.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 87 | 0.14 | 0 | 0.29 | 0.52 | 89.14 | 0.17 | 0.41 |
| Hex | 69 | 7A | 57 | E | 0 | 1D | 34 | 59 | 11 | 29 |
| Octal | 151 | 172 | 127 | 16 | 0 | 35 | 64 | 131 | 21 | 51 |
| Binary | 1101001 | 1111010 | 1010111 | 1110 | 0 | 11101 | 110100 | 1011001 | 10001 | 101001 |
Color Harmonies of #697A57
Complementary color
Monochromatic Colors of #697A57
Black with #697A57
Text Example
Text Example
White with #697A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A57; }
p { color: rgb(105,122,87); }
H1.HeaderClassName
{
color: #697A57;
}
.AnyTagClassName
{
color: #697A57;
}
</style>
background-color css
<style>
a { background-color: #697A57; }
a { background-color: rgb(105,122,87); }
div.DivClassName
{
background-color: #697A57;
}
.BgClassName
{
background-color: #697A57;
}
</style>
border-color css
<style>
span { border-color: #697A57; }
span { border-color: rgb(105,122,87); }
td.TdClassName
{
border-color: #697A57;
}
.TagClassName
{
border-color: #697A57;
}
</style>