Shades of Willow Grove #6F7869
Tints of Willow Grove #6F7869
RGB
CMYK
RGB Variations
Color information
#6F7869 (or 0x6F7869) is known color: Willow Grove. HEX triplet: 6F, 78 and 69. RGB value is (111,120,105). Sum of RGB (Red+Green+Blue) = 111+120+105=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7869 is #908796. Grayscale: #737373. Windows color (decimal): -9471895 or 6912111. OLE color: 6912111.
HSL color Cylindrical-coordinate representation of color #6F7869: hue angle of 96º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7869 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 105 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.53 |
| HSL | 96º | 0.07% | 0.44% | - |
| HSV(B) | 96º | 0.13% | 0.47% | - |
| XYZ | 15.82 | 17.83 | 15.97 | - |
| YUV | 115.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 105 | 0.08 | 0 | 0.13 | 0.53 | 96 | 0.07 | 0.44 |
| Hex | 6F | 78 | 69 | 8 | 0 | D | 35 | 60 | 7 | 2C |
| Octal | 157 | 170 | 151 | 10 | 0 | 15 | 65 | 140 | 7 | 54 |
| Binary | 1101111 | 1111000 | 1101001 | 1000 | 0 | 1101 | 110101 | 1100000 | 111 | 101100 |
Color Harmonies of #6F7869
Complementary color
Monochromatic Colors of #6F7869
Black with #6F7869
Text Example
Text Example
White with #6F7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7869; }
p { color: rgb(111,120,105); }
H1.HeaderClassName
{
color: #6F7869;
}
.AnyTagClassName
{
color: #6F7869;
}
</style>
background-color css
<style>
a { background-color: #6F7869; }
a { background-color: rgb(111,120,105); }
div.DivClassName
{
background-color: #6F7869;
}
.BgClassName
{
background-color: #6F7869;
}
</style>
border-color css
<style>
span { border-color: #6F7869; }
span { border-color: rgb(111,120,105); }
td.TdClassName
{
border-color: #6F7869;
}
.TagClassName
{
border-color: #6F7869;
}
</style>