Shades of Willow Grove #697E58
Tints of Willow Grove #697E58
RGB
CMYK
RGB Variations
Color information
#697E58 (or 0x697E58) is known color: Willow Grove. HEX triplet: 69, 7E and 58. RGB value is (105,126,88). Sum of RGB (Red+Green+Blue) = 105+126+88=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #697E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E58 is #9681A7. Grayscale: #737373. Windows color (decimal): -9863592 or 5799529. OLE color: 5799529.
HSL color Cylindrical-coordinate representation of color #697E58: hue angle of 93.16º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697E58 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 88 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.51 |
| HSL | 93.16º | 0.18% | 0.42% | - |
| HSV(B) | 93.16º | 0.3% | 0.49% | - |
| XYZ | 15.05 | 18.63 | 12.04 | - |
| YUV | 115.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 88 | 0.17 | 0 | 0.30 | 0.51 | 93.16 | 0.18 | 0.42 |
| Hex | 69 | 7E | 58 | 11 | 0 | 1E | 33 | 5D | 12 | 2A |
| Octal | 151 | 176 | 130 | 21 | 0 | 36 | 63 | 135 | 22 | 52 |
| Binary | 1101001 | 1111110 | 1011000 | 10001 | 0 | 11110 | 110011 | 1011101 | 10010 | 101010 |
Color Harmonies of #697E58
Complementary color
Monochromatic Colors of #697E58
Black with #697E58
Text Example
Text Example
White with #697E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E58; }
p { color: rgb(105,126,88); }
H1.HeaderClassName
{
color: #697E58;
}
.AnyTagClassName
{
color: #697E58;
}
</style>
background-color css
<style>
a { background-color: #697E58; }
a { background-color: rgb(105,126,88); }
div.DivClassName
{
background-color: #697E58;
}
.BgClassName
{
background-color: #697E58;
}
</style>
border-color css
<style>
span { border-color: #697E58; }
span { border-color: rgb(105,126,88); }
td.TdClassName
{
border-color: #697E58;
}
.TagClassName
{
border-color: #697E58;
}
</style>