Shades of Willow Grove #697F57
Tints of Willow Grove #697F57
RGB
CMYK
RGB Variations
Color information
#697F57 (or 0x697F57) is known color: Willow Grove. HEX triplet: 69, 7F and 57. RGB value is (105,127,87). Sum of RGB (Red+Green+Blue) = 105+127+87=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #697F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697F57 is #9680A8. Grayscale: #747474. Windows color (decimal): -9863337 or 5734249. OLE color: 5734249.
HSL color Cylindrical-coordinate representation of color #697F57: hue angle of 93º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697F57 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 127 | 87 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.50 |
| HSL | 93º | 0.19% | 0.42% | - |
| HSV(B) | 93º | 0.31% | 0.5% | - |
| XYZ | 15.14 | 18.87 | 11.86 | - |
| YUV | 115.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 127 | 87 | 0.17 | 0 | 0.31 | 0.50 | 93 | 0.19 | 0.42 |
| Hex | 69 | 7F | 57 | 11 | 0 | 1F | 32 | 5D | 13 | 2A |
| Octal | 151 | 177 | 127 | 21 | 0 | 37 | 62 | 135 | 23 | 52 |
| Binary | 1101001 | 1111111 | 1010111 | 10001 | 0 | 11111 | 110010 | 1011101 | 10011 | 101010 |
Color Harmonies of #697F57
Complementary color
Monochromatic Colors of #697F57
Black with #697F57
Text Example
Text Example
White with #697F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697F57; }
p { color: rgb(105,127,87); }
H1.HeaderClassName
{
color: #697F57;
}
.AnyTagClassName
{
color: #697F57;
}
</style>
background-color css
<style>
a { background-color: #697F57; }
a { background-color: rgb(105,127,87); }
div.DivClassName
{
background-color: #697F57;
}
.BgClassName
{
background-color: #697F57;
}
</style>
border-color css
<style>
span { border-color: #697F57; }
span { border-color: rgb(105,127,87); }
td.TdClassName
{
border-color: #697F57;
}
.TagClassName
{
border-color: #697F57;
}
</style>