Shades of Willow Grove #696C66
Tints of Willow Grove #696C66
RGB
CMYK
RGB Variations
Color information
#696C66 (or 0x696C66) is known color: Willow Grove. HEX triplet: 69, 6C and 66. RGB value is (105,108,102). Sum of RGB (Red+Green+Blue) = 105+108+102=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 108 - color contains mainly: green. Hex color #696C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C66 is #969399. Grayscale: #6A6A6A. Windows color (decimal): -9868186 or 6712425. OLE color: 6712425.
HSL color Cylindrical-coordinate representation of color #696C66: hue angle of 90º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696C66 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
RGB | 105 | 108 | 102 | - |
CMYK | 0.03 | 0 | 0.06 | 0.58 |
HSL | 90º | 0.03% | 0.41% | - |
HSV(B) | 90º | 0.06% | 0.42% | - |
XYZ | 13.59 | 14.69 | 14.69 | - |
YUV | 106.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 108 | 102 | 0.03 | 0 | 0.06 | 0.58 | 90 | 0.03 | 0.41 |
Hex | 69 | 6C | 66 | 3 | 0 | 6 | 3A | 5A | 3 | 29 |
Octal | 151 | 154 | 146 | 3 | 0 | 6 | 72 | 132 | 3 | 51 |
Binary | 1101001 | 1101100 | 1100110 | 11 | 0 | 110 | 111010 | 1011010 | 11 | 101001 |
Color Harmonies of #696C66
Complementary color
Monochromatic Colors of #696C66
Black with #696C66
Text Example
Text Example
White with #696C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C66; }
p { color: rgb(105,108,102); }
H1.HeaderClassName
{
color: #696C66;
}
.AnyTagClassName
{
color: #696C66;
}
</style>
background-color css
<style>
a { background-color: #696C66; }
a { background-color: rgb(105,108,102); }
div.DivClassName
{
background-color: #696C66;
}
.BgClassName
{
background-color: #696C66;
}
</style>
border-color css
<style>
span { border-color: #696C66; }
span { border-color: rgb(105,108,102); }
td.TdClassName
{
border-color: #696C66;
}
.TagClassName
{
border-color: #696C66;
}
</style>