Shades of Willow Grove #697F59
Tints of Willow Grove #697F59
RGB
CMYK
RGB Variations
Color information
#697F59 (or 0x697F59) is known color: Willow Grove. HEX triplet: 69, 7F and 59. RGB value is (105,127,89). Sum of RGB (Red+Green+Blue) = 105+127+89=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #697F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F59 is #9680A6. Grayscale: #747474. Windows color (decimal): -9863335 or 5865321. OLE color: 5865321.
HSL color Cylindrical-coordinate representation of color #697F59: hue angle of 94.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697F59 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 89 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.50 |
| HSL | 94.74º | 0.18% | 0.42% | - |
| HSV(B) | 94.74º | 0.3% | 0.5% | - |
| XYZ | 15.22 | 18.9 | 12.3 | - |
| YUV | 116.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 89 | 0.17 | 0 | 0.30 | 0.50 | 94.74 | 0.18 | 0.42 |
| Hex | 69 | 7F | 59 | 11 | 0 | 1E | 32 | 5F | 12 | 2A |
| Octal | 151 | 177 | 131 | 21 | 0 | 36 | 62 | 137 | 22 | 52 |
| Binary | 1101001 | 1111111 | 1011001 | 10001 | 0 | 11110 | 110010 | 1011111 | 10010 | 101010 |
Color Harmonies of #697F59
Complementary color
Monochromatic Colors of #697F59
Black with #697F59
Text Example
Text Example
White with #697F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F59; }
p { color: rgb(105,127,89); }
H1.HeaderClassName
{
color: #697F59;
}
.AnyTagClassName
{
color: #697F59;
}
</style>
background-color css
<style>
a { background-color: #697F59; }
a { background-color: rgb(105,127,89); }
div.DivClassName
{
background-color: #697F59;
}
.BgClassName
{
background-color: #697F59;
}
</style>
border-color css
<style>
span { border-color: #697F59; }
span { border-color: rgb(105,127,89); }
td.TdClassName
{
border-color: #697F59;
}
.TagClassName
{
border-color: #697F59;
}
</style>