Shades of Willow Grove #696B65
Tints of Willow Grove #696B65
RGB
CMYK
RGB Variations
Color information
#696B65 (or 0x696B65) is known color: Willow Grove. HEX triplet: 69, 6B and 65. RGB value is (105,107,101). Sum of RGB (Red+Green+Blue) = 105+107+101=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 107 - color contains mainly: green. Hex color #696B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B65 is #96949A. Grayscale: #696969. Windows color (decimal): -9868443 or 6646633. OLE color: 6646633.
HSL color Cylindrical-coordinate representation of color #696B65: hue angle of 80º 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 #696B65 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 101 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.58 |
| HSL | 80º | 0.03% | 0.41% | - |
| HSV(B) | 80º | 0.06% | 0.42% | - |
| XYZ | 13.43 | 14.46 | 14.39 | - |
| YUV | 105.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 101 | 0.02 | 0 | 0.06 | 0.58 | 80 | 0.03 | 0.41 |
| Hex | 69 | 6B | 65 | 2 | 0 | 6 | 3A | 50 | 3 | 29 |
| Octal | 151 | 153 | 145 | 2 | 0 | 6 | 72 | 120 | 3 | 51 |
| Binary | 1101001 | 1101011 | 1100101 | 10 | 0 | 110 | 111010 | 1010000 | 11 | 101001 |
Color Harmonies of #696B65
Complementary color
Monochromatic Colors of #696B65
Black with #696B65
Text Example
Text Example
White with #696B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B65; }
p { color: rgb(105,107,101); }
H1.HeaderClassName
{
color: #696B65;
}
.AnyTagClassName
{
color: #696B65;
}
</style>
background-color css
<style>
a { background-color: #696B65; }
a { background-color: rgb(105,107,101); }
div.DivClassName
{
background-color: #696B65;
}
.BgClassName
{
background-color: #696B65;
}
</style>
border-color css
<style>
span { border-color: #696B65; }
span { border-color: rgb(105,107,101); }
td.TdClassName
{
border-color: #696B65;
}
.TagClassName
{
border-color: #696B65;
}
</style>