Shades of Willow Grove #697B52
Tints of Willow Grove #697B52
RGB
CMYK
RGB Variations
Color information
#697B52 (or 0x697B52) is known color: Willow Grove. HEX triplet: 69, 7B and 52. RGB value is (105,123,82). Sum of RGB (Red+Green+Blue) = 105+123+82=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #697B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B52 is #9684AD. Grayscale: #717171. Windows color (decimal): -9864366 or 5405545. OLE color: 5405545.
HSL color Cylindrical-coordinate representation of color #697B52: hue angle of 86.34º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #697B52 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 82 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.52 |
| HSL | 86.34º | 0.2% | 0.4% | - |
| HSV(B) | 86.34º | 0.33% | 0.48% | - |
| XYZ | 14.43 | 17.78 | 10.65 | - |
| YUV | 112.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 82 | 0.15 | 0 | 0.33 | 0.52 | 86.34 | 0.2 | 0.4 |
| Hex | 69 | 7B | 52 | F | 0 | 21 | 34 | 56 | 14 | 28 |
| Octal | 151 | 173 | 122 | 17 | 0 | 41 | 64 | 126 | 24 | 50 |
| Binary | 1101001 | 1111011 | 1010010 | 1111 | 0 | 100001 | 110100 | 1010110 | 10100 | 101000 |
Color Harmonies of #697B52
Complementary color
Monochromatic Colors of #697B52
Black with #697B52
Text Example
Text Example
White with #697B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B52; }
p { color: rgb(105,123,82); }
H1.HeaderClassName
{
color: #697B52;
}
.AnyTagClassName
{
color: #697B52;
}
</style>
background-color css
<style>
a { background-color: #697B52; }
a { background-color: rgb(105,123,82); }
div.DivClassName
{
background-color: #697B52;
}
.BgClassName
{
background-color: #697B52;
}
</style>
border-color css
<style>
span { border-color: #697B52; }
span { border-color: rgb(105,123,82); }
td.TdClassName
{
border-color: #697B52;
}
.TagClassName
{
border-color: #697B52;
}
</style>