Shades of Willow Grove #697852
Tints of Willow Grove #697852
RGB
CMYK
RGB Variations
Color information
#697852 (or 0x697852) is known color: Willow Grove. HEX triplet: 69, 78 and 52. RGB value is (105,120,82). Sum of RGB (Red+Green+Blue) = 105+120+82=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #697852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697852 is #9687AD. Grayscale: #6F6F6F. Windows color (decimal): -9865134 or 5404777. OLE color: 5404777.
HSL color Cylindrical-coordinate representation of color #697852: hue angle of 83.68º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #697852 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 82 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.53 |
| HSL | 83.68º | 0.19% | 0.4% | - |
| HSV(B) | 83.68º | 0.32% | 0.47% | - |
| XYZ | 14.07 | 17.05 | 10.53 | - |
| YUV | 111.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 82 | 0.13 | 0 | 0.32 | 0.53 | 83.68 | 0.19 | 0.4 |
| Hex | 69 | 78 | 52 | D | 0 | 20 | 35 | 54 | 13 | 28 |
| Octal | 151 | 170 | 122 | 15 | 0 | 40 | 65 | 124 | 23 | 50 |
| Binary | 1101001 | 1111000 | 1010010 | 1101 | 0 | 100000 | 110101 | 1010100 | 10011 | 101000 |
Color Harmonies of #697852
Complementary color
Monochromatic Colors of #697852
Black with #697852
Text Example
Text Example
White with #697852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697852; }
p { color: rgb(105,120,82); }
H1.HeaderClassName
{
color: #697852;
}
.AnyTagClassName
{
color: #697852;
}
</style>
background-color css
<style>
a { background-color: #697852; }
a { background-color: rgb(105,120,82); }
div.DivClassName
{
background-color: #697852;
}
.BgClassName
{
background-color: #697852;
}
</style>
border-color css
<style>
span { border-color: #697852; }
span { border-color: rgb(105,120,82); }
td.TdClassName
{
border-color: #697852;
}
.TagClassName
{
border-color: #697852;
}
</style>