Shades of Willow Grove #698156
Tints of Willow Grove #698156
RGB
CMYK
RGB Variations
Color information
#698156 (or 0x698156) is known color: Willow Grove. HEX triplet: 69, 81 and 56. RGB value is (105,129,86). Sum of RGB (Red+Green+Blue) = 105+129+86=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #698156 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698156 is #967EA9. Grayscale: #757575. Windows color (decimal): -9862826 or 5669225. OLE color: 5669225.
HSL color Cylindrical-coordinate representation of color #698156: hue angle of 93.49º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698156 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 129 | 86 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.49 |
| HSL | 93.49º | 0.2% | 0.42% | - |
| HSV(B) | 93.49º | 0.33% | 0.51% | - |
| XYZ | 15.36 | 19.38 | 11.73 | - |
| YUV | 116.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 86 | 0.19 | 0 | 0.33 | 0.49 | 93.49 | 0.2 | 0.42 |
| Hex | 69 | 81 | 56 | 13 | 0 | 21 | 31 | 5D | 14 | 2A |
| Octal | 151 | 201 | 126 | 23 | 0 | 41 | 61 | 135 | 24 | 52 |
| Binary | 1101001 | 10000001 | 1010110 | 10011 | 0 | 100001 | 110001 | 1011101 | 10100 | 101010 |
Color Harmonies of #698156
Complementary color
Monochromatic Colors of #698156
Black with #698156
Text Example
Text Example
White with #698156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698156; }
p { color: rgb(105,129,86); }
H1.HeaderClassName
{
color: #698156;
}
.AnyTagClassName
{
color: #698156;
}
</style>
background-color css
<style>
a { background-color: #698156; }
a { background-color: rgb(105,129,86); }
div.DivClassName
{
background-color: #698156;
}
.BgClassName
{
background-color: #698156;
}
</style>
border-color css
<style>
span { border-color: #698156; }
span { border-color: rgb(105,129,86); }
td.TdClassName
{
border-color: #698156;
}
.TagClassName
{
border-color: #698156;
}
</style>