Shades of Willow Grove #6F716C
Tints of Willow Grove #6F716C
RGB
CMYK
RGB Variations
Color information
#6F716C (or 0x6F716C) is known color: Willow Grove. HEX triplet: 6F, 71 and 6C. RGB value is (111,113,108). Sum of RGB (Red+Green+Blue) = 111+113+108=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716C is #908E93. Grayscale: #6F6F6F. Windows color (decimal): -9473684 or 7106927. OLE color: 7106927.
HSL color Cylindrical-coordinate representation of color #6F716C: hue angle of 84º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F716C is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 108 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.56 |
| HSL | 84º | 0.02% | 0.43% | - |
| HSV(B) | 84º | 0.04% | 0.44% | - |
| XYZ | 15.17 | 16.27 | 16.53 | - |
| YUV | 111.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 108 | 0.02 | 0 | 0.04 | 0.56 | 84 | 0.02 | 0.43 |
| Hex | 6F | 71 | 6C | 2 | 0 | 4 | 38 | 54 | 2 | 2B |
| Octal | 157 | 161 | 154 | 2 | 0 | 4 | 70 | 124 | 2 | 53 |
| Binary | 1101111 | 1110001 | 1101100 | 10 | 0 | 100 | 111000 | 1010100 | 10 | 101011 |
Color Harmonies of #6F716C
Complementary color
Monochromatic Colors of #6F716C
Black with #6F716C
Text Example
Text Example
White with #6F716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F716C; }
p { color: rgb(111,113,108); }
H1.HeaderClassName
{
color: #6F716C;
}
.AnyTagClassName
{
color: #6F716C;
}
</style>
background-color css
<style>
a { background-color: #6F716C; }
a { background-color: rgb(111,113,108); }
div.DivClassName
{
background-color: #6F716C;
}
.BgClassName
{
background-color: #6F716C;
}
</style>
border-color css
<style>
span { border-color: #6F716C; }
span { border-color: rgb(111,113,108); }
td.TdClassName
{
border-color: #6F716C;
}
.TagClassName
{
border-color: #6F716C;
}
</style>