Shades of Willow Grove #697958
Tints of Willow Grove #697958
RGB
CMYK
RGB Variations
Color information
#697958 (or 0x697958) is known color: Willow Grove. HEX triplet: 69, 79 and 58. RGB value is (105,121,88). Sum of RGB (Red+Green+Blue) = 105+121+88=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #697958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697958 is #9686A7. Grayscale: #707070. Windows color (decimal): -9864872 or 5798249. OLE color: 5798249.
HSL color Cylindrical-coordinate representation of color #697958: hue angle of 89.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697958 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 88 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.53 |
| HSL | 89.09º | 0.16% | 0.41% | - |
| HSV(B) | 89.09º | 0.27% | 0.47% | - |
| XYZ | 14.42 | 17.38 | 11.83 | - |
| YUV | 112.45 | 114.2 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 88 | 0.13 | 0 | 0.27 | 0.53 | 89.09 | 0.16 | 0.41 |
| Hex | 69 | 79 | 58 | D | 0 | 1B | 35 | 59 | 10 | 29 |
| Octal | 151 | 171 | 130 | 15 | 0 | 33 | 65 | 131 | 20 | 51 |
| Binary | 1101001 | 1111001 | 1011000 | 1101 | 0 | 11011 | 110101 | 1011001 | 10000 | 101001 |
Color Harmonies of #697958
Complementary color
Monochromatic Colors of #697958
Black with #697958
Text Example
Text Example
White with #697958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697958; }
p { color: rgb(105,121,88); }
H1.HeaderClassName
{
color: #697958;
}
.AnyTagClassName
{
color: #697958;
}
</style>
background-color css
<style>
a { background-color: #697958; }
a { background-color: rgb(105,121,88); }
div.DivClassName
{
background-color: #697958;
}
.BgClassName
{
background-color: #697958;
}
</style>
border-color css
<style>
span { border-color: #697958; }
span { border-color: rgb(105,121,88); }
td.TdClassName
{
border-color: #697958;
}
.TagClassName
{
border-color: #697958;
}
</style>