Shades of Willow Grove #697C5B
Tints of Willow Grove #697C5B
RGB
CMYK
RGB Variations
Color information
#697C5B (or 0x697C5B) is known color: Willow Grove. HEX triplet: 69, 7C and 5B. RGB value is (105,124,91). Sum of RGB (Red+Green+Blue) = 105+124+91=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #697C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C5B is #9683A4. Grayscale: #727272. Windows color (decimal): -9864101 or 5995625. OLE color: 5995625.
HSL color Cylindrical-coordinate representation of color #697C5B: hue angle of 94.55º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697C5B is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 91 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.51 |
| HSL | 94.55º | 0.15% | 0.42% | - |
| HSV(B) | 94.55º | 0.27% | 0.49% | - |
| XYZ | 14.92 | 18.17 | 12.62 | - |
| YUV | 114.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 91 | 0.15 | 0 | 0.27 | 0.51 | 94.55 | 0.15 | 0.42 |
| Hex | 69 | 7C | 5B | F | 0 | 1B | 33 | 5F | F | 2A |
| Octal | 151 | 174 | 133 | 17 | 0 | 33 | 63 | 137 | 17 | 52 |
| Binary | 1101001 | 1111100 | 1011011 | 1111 | 0 | 11011 | 110011 | 1011111 | 1111 | 101010 |
Color Harmonies of #697C5B
Complementary color
Monochromatic Colors of #697C5B
Black with #697C5B
Text Example
Text Example
White with #697C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C5B; }
p { color: rgb(105,124,91); }
H1.HeaderClassName
{
color: #697C5B;
}
.AnyTagClassName
{
color: #697C5B;
}
</style>
background-color css
<style>
a { background-color: #697C5B; }
a { background-color: rgb(105,124,91); }
div.DivClassName
{
background-color: #697C5B;
}
.BgClassName
{
background-color: #697C5B;
}
</style>
border-color css
<style>
span { border-color: #697C5B; }
span { border-color: rgb(105,124,91); }
td.TdClassName
{
border-color: #697C5B;
}
.TagClassName
{
border-color: #697C5B;
}
</style>