Shades of Willow Grove #697A53
Tints of Willow Grove #697A53
RGB
CMYK
RGB Variations
Color information
#697A53 (or 0x697A53) is known color: Willow Grove. HEX triplet: 69, 7A and 53. RGB value is (105,122,83). Sum of RGB (Red+Green+Blue) = 105+122+83=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #697A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A53 is #9685AC. Grayscale: #707070. Windows color (decimal): -9864621 or 5470825. OLE color: 5470825.
HSL color Cylindrical-coordinate representation of color #697A53: hue angle of 86.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697A53 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 83 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.52 |
| HSL | 86.15º | 0.19% | 0.4% | - |
| HSV(B) | 86.15º | 0.32% | 0.48% | - |
| XYZ | 14.35 | 17.55 | 10.81 | - |
| YUV | 112.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 83 | 0.14 | 0 | 0.32 | 0.52 | 86.15 | 0.19 | 0.4 |
| Hex | 69 | 7A | 53 | E | 0 | 20 | 34 | 56 | 13 | 28 |
| Octal | 151 | 172 | 123 | 16 | 0 | 40 | 64 | 126 | 23 | 50 |
| Binary | 1101001 | 1111010 | 1010011 | 1110 | 0 | 100000 | 110100 | 1010110 | 10011 | 101000 |
Color Harmonies of #697A53
Complementary color
Monochromatic Colors of #697A53
Black with #697A53
Text Example
Text Example
White with #697A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A53; }
p { color: rgb(105,122,83); }
H1.HeaderClassName
{
color: #697A53;
}
.AnyTagClassName
{
color: #697A53;
}
</style>
background-color css
<style>
a { background-color: #697A53; }
a { background-color: rgb(105,122,83); }
div.DivClassName
{
background-color: #697A53;
}
.BgClassName
{
background-color: #697A53;
}
</style>
border-color css
<style>
span { border-color: #697A53; }
span { border-color: rgb(105,122,83); }
td.TdClassName
{
border-color: #697A53;
}
.TagClassName
{
border-color: #697A53;
}
</style>