Shades of Willow Grove #697A50
Tints of Willow Grove #697A50
RGB
CMYK
RGB Variations
Color information
#697A50 (or 0x697A50) is known color: Willow Grove. HEX triplet: 69, 7A and 50. RGB value is (105,122,80). Sum of RGB (Red+Green+Blue) = 105+122+80=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #697A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697A50 is #9685AF. Grayscale: #707070. Windows color (decimal): -9864624 or 5274217. OLE color: 5274217.
HSL color Cylindrical-coordinate representation of color #697A50: hue angle of 84.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697A50 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 122 | 80 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.52 |
| HSL | 84.29º | 0.21% | 0.4% | - |
| HSV(B) | 84.29º | 0.34% | 0.48% | - |
| XYZ | 14.23 | 17.5 | 10.22 | - |
| YUV | 112.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 80 | 0.14 | 0 | 0.34 | 0.52 | 84.29 | 0.21 | 0.4 |
| Hex | 69 | 7A | 50 | E | 0 | 22 | 34 | 54 | 15 | 28 |
| Octal | 151 | 172 | 120 | 16 | 0 | 42 | 64 | 124 | 25 | 50 |
| Binary | 1101001 | 1111010 | 1010000 | 1110 | 0 | 100010 | 110100 | 1010100 | 10101 | 101000 |
Color Harmonies of #697A50
Complementary color
Monochromatic Colors of #697A50
Black with #697A50
Text Example
Text Example
White with #697A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A50; }
p { color: rgb(105,122,80); }
H1.HeaderClassName
{
color: #697A50;
}
.AnyTagClassName
{
color: #697A50;
}
</style>
background-color css
<style>
a { background-color: #697A50; }
a { background-color: rgb(105,122,80); }
div.DivClassName
{
background-color: #697A50;
}
.BgClassName
{
background-color: #697A50;
}
</style>
border-color css
<style>
span { border-color: #697A50; }
span { border-color: rgb(105,122,80); }
td.TdClassName
{
border-color: #697A50;
}
.TagClassName
{
border-color: #697A50;
}
</style>