Shades of Willow Grove #697355
Tints of Willow Grove #697355
RGB
CMYK
RGB Variations
Color information
#697355 (or 0x697355) is known color: Willow Grove. HEX triplet: 69, 73 and 55. RGB value is (105,115,85). Sum of RGB (Red+Green+Blue) = 105+115+85=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #697355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697355 is #968CAA. Grayscale: #6C6C6C. Windows color (decimal): -9866411 or 5600105. OLE color: 5600105.
HSL color Cylindrical-coordinate representation of color #697355: hue angle of 80º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #697355 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 115 | 85 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.55 |
| HSL | 80º | 0.15% | 0.39% | - |
| HSV(B) | 80º | 0.26% | 0.45% | - |
| XYZ | 13.6 | 15.92 | 10.95 | - |
| YUV | 108.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 85 | 0.09 | 0 | 0.26 | 0.55 | 80 | 0.15 | 0.39 |
| Hex | 69 | 73 | 55 | 9 | 0 | 1A | 37 | 50 | F | 27 |
| Octal | 151 | 163 | 125 | 11 | 0 | 32 | 67 | 120 | 17 | 47 |
| Binary | 1101001 | 1110011 | 1010101 | 1001 | 0 | 11010 | 110111 | 1010000 | 1111 | 100111 |
Color Harmonies of #697355
Complementary color
Monochromatic Colors of #697355
Black with #697355
Text Example
Text Example
White with #697355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697355; }
p { color: rgb(105,115,85); }
H1.HeaderClassName
{
color: #697355;
}
.AnyTagClassName
{
color: #697355;
}
</style>
background-color css
<style>
a { background-color: #697355; }
a { background-color: rgb(105,115,85); }
div.DivClassName
{
background-color: #697355;
}
.BgClassName
{
background-color: #697355;
}
</style>
border-color css
<style>
span { border-color: #697355; }
span { border-color: rgb(105,115,85); }
td.TdClassName
{
border-color: #697355;
}
.TagClassName
{
border-color: #697355;
}
</style>