Shades of Willow Grove #6D7067
Tints of Willow Grove #6D7067
RGB
CMYK
RGB Variations
Color information
#6D7067 (or 0x6D7067) is known color: Willow Grove. HEX triplet: 6D, 70 and 67. RGB value is (109,112,103). Sum of RGB (Red+Green+Blue) = 109+112+103=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7067 is #928F98. Grayscale: #6E6E6E. Windows color (decimal): -9605017 or 6778989. OLE color: 6778989.
HSL color Cylindrical-coordinate representation of color #6D7067: hue angle of 80º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D7067 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 103 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.56 |
| HSL | 80º | 0.04% | 0.42% | - |
| HSV(B) | 80º | 0.08% | 0.44% | - |
| XYZ | 14.55 | 15.82 | 15.12 | - |
| YUV | 110.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 103 | 0.03 | 0 | 0.08 | 0.56 | 80 | 0.04 | 0.42 |
| Hex | 6D | 70 | 67 | 3 | 0 | 8 | 38 | 50 | 4 | 2A |
| Octal | 155 | 160 | 147 | 3 | 0 | 10 | 70 | 120 | 4 | 52 |
| Binary | 1101101 | 1110000 | 1100111 | 11 | 0 | 1000 | 111000 | 1010000 | 100 | 101010 |
Color Harmonies of #6D7067
Complementary color
Monochromatic Colors of #6D7067
Black with #6D7067
Text Example
Text Example
White with #6D7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7067; }
p { color: rgb(109,112,103); }
H1.HeaderClassName
{
color: #6D7067;
}
.AnyTagClassName
{
color: #6D7067;
}
</style>
background-color css
<style>
a { background-color: #6D7067; }
a { background-color: rgb(109,112,103); }
div.DivClassName
{
background-color: #6D7067;
}
.BgClassName
{
background-color: #6D7067;
}
</style>
border-color css
<style>
span { border-color: #6D7067; }
span { border-color: rgb(109,112,103); }
td.TdClassName
{
border-color: #6D7067;
}
.TagClassName
{
border-color: #6D7067;
}
</style>