Shades of Willow Grove #6F706E
Tints of Willow Grove #6F706E
RGB
CMYK
RGB Variations
Color information
#6F706E (or 0x6F706E) is known color: Willow Grove. HEX triplet: 6F, 70 and 6E. RGB value is (111,112,110). Sum of RGB (Red+Green+Blue) = 111+112+110=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 112 - color contains mainly: green. Hex color #6F706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F706E is #908F91. Grayscale: #6F6F6F. Windows color (decimal): -9473938 or 7237743. OLE color: 7237743.
HSL color Cylindrical-coordinate representation of color #6F706E: hue angle of 90º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6F706E is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 110 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.56 |
| HSL | 90º | 0.01% | 0.44% | - |
| HSV(B) | 90º | 0.02% | 0.44% | - |
| XYZ | 15.16 | 16.09 | 17.06 | - |
| YUV | 111.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 110 | 0.01 | 0 | 0.02 | 0.56 | 90 | 0.01 | 0.44 |
| Hex | 6F | 70 | 6E | 1 | 0 | 2 | 38 | 5A | 1 | 2C |
| Octal | 157 | 160 | 156 | 1 | 0 | 2 | 70 | 132 | 1 | 54 |
| Binary | 1101111 | 1110000 | 1101110 | 1 | 0 | 10 | 111000 | 1011010 | 1 | 101100 |
Color Harmonies of #6F706E
Complementary color
Monochromatic Colors of #6F706E
Black with #6F706E
Text Example
Text Example
White with #6F706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F706E; }
p { color: rgb(111,112,110); }
H1.HeaderClassName
{
color: #6F706E;
}
.AnyTagClassName
{
color: #6F706E;
}
</style>
background-color css
<style>
a { background-color: #6F706E; }
a { background-color: rgb(111,112,110); }
div.DivClassName
{
background-color: #6F706E;
}
.BgClassName
{
background-color: #6F706E;
}
</style>
border-color css
<style>
span { border-color: #6F706E; }
span { border-color: rgb(111,112,110); }
td.TdClassName
{
border-color: #6F706E;
}
.TagClassName
{
border-color: #6F706E;
}
</style>