Shades of Willow Grove #697753
Tints of Willow Grove #697753
RGB
CMYK
RGB Variations
Color information
#697753 (or 0x697753) is known color: Willow Grove. HEX triplet: 69, 77 and 53. RGB value is (105,119,83). Sum of RGB (Red+Green+Blue) = 105+119+83=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #697753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697753 is #9688AC. Grayscale: #6E6E6E. Windows color (decimal): -9865389 or 5470057. OLE color: 5470057.
HSL color Cylindrical-coordinate representation of color #697753: hue angle of 83.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697753 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 83 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.53 |
| HSL | 83.33º | 0.18% | 0.4% | - |
| HSV(B) | 83.33º | 0.3% | 0.47% | - |
| XYZ | 13.98 | 16.82 | 10.69 | - |
| YUV | 110.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 83 | 0.12 | 0 | 0.30 | 0.53 | 83.33 | 0.18 | 0.4 |
| Hex | 69 | 77 | 53 | C | 0 | 1E | 35 | 53 | 12 | 28 |
| Octal | 151 | 167 | 123 | 14 | 0 | 36 | 65 | 123 | 22 | 50 |
| Binary | 1101001 | 1110111 | 1010011 | 1100 | 0 | 11110 | 110101 | 1010011 | 10010 | 101000 |
Color Harmonies of #697753
Complementary color
Monochromatic Colors of #697753
Black with #697753
Text Example
Text Example
White with #697753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697753; }
p { color: rgb(105,119,83); }
H1.HeaderClassName
{
color: #697753;
}
.AnyTagClassName
{
color: #697753;
}
</style>
background-color css
<style>
a { background-color: #697753; }
a { background-color: rgb(105,119,83); }
div.DivClassName
{
background-color: #697753;
}
.BgClassName
{
background-color: #697753;
}
</style>
border-color css
<style>
span { border-color: #697753; }
span { border-color: rgb(105,119,83); }
td.TdClassName
{
border-color: #697753;
}
.TagClassName
{
border-color: #697753;
}
</style>