Shades of Willow Grove #6F7568
Tints of Willow Grove #6F7568
RGB
CMYK
RGB Variations
Color information
#6F7568 (or 0x6F7568) is known color: Willow Grove. HEX triplet: 6F, 75 and 68. RGB value is (111,117,104). Sum of RGB (Red+Green+Blue) = 111+117+104=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7568 is #908A97. Grayscale: #717171. Windows color (decimal): -9472664 or 6845807. OLE color: 6845807.
HSL color Cylindrical-coordinate representation of color #6F7568: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F7568 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 117 | 104 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.54 |
| HSL | 87.69º | 0.06% | 0.43% | - |
| HSV(B) | 87.69º | 0.11% | 0.46% | - |
| XYZ | 15.42 | 17.1 | 15.59 | - |
| YUV | 113.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 104 | 0.05 | 0 | 0.11 | 0.54 | 87.69 | 0.06 | 0.43 |
| Hex | 6F | 75 | 68 | 5 | 0 | B | 36 | 58 | 6 | 2B |
| Octal | 157 | 165 | 150 | 5 | 0 | 13 | 66 | 130 | 6 | 53 |
| Binary | 1101111 | 1110101 | 1101000 | 101 | 0 | 1011 | 110110 | 1011000 | 110 | 101011 |
Color Harmonies of #6F7568
Complementary color
Monochromatic Colors of #6F7568
Black with #6F7568
Text Example
Text Example
White with #6F7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7568; }
p { color: rgb(111,117,104); }
H1.HeaderClassName
{
color: #6F7568;
}
.AnyTagClassName
{
color: #6F7568;
}
</style>
background-color css
<style>
a { background-color: #6F7568; }
a { background-color: rgb(111,117,104); }
div.DivClassName
{
background-color: #6F7568;
}
.BgClassName
{
background-color: #6F7568;
}
</style>
border-color css
<style>
span { border-color: #6F7568; }
span { border-color: rgb(111,117,104); }
td.TdClassName
{
border-color: #6F7568;
}
.TagClassName
{
border-color: #6F7568;
}
</style>