Shades of Willow Grove #6B7061
Tints of Willow Grove #6B7061
RGB
CMYK
RGB Variations
Color information
#6B7061 (or 0x6B7061) is known color: Willow Grove. HEX triplet: 6B, 70 and 61. RGB value is (107,112,97). Sum of RGB (Red+Green+Blue) = 107+112+97=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7061 is #948F9E. Grayscale: #6C6C6C. Windows color (decimal): -9736095 or 6385771. OLE color: 6385771.
HSL color Cylindrical-coordinate representation of color #6B7061: hue angle of 80º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7061 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 97 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.56 |
| HSL | 80º | 0.07% | 0.41% | - |
| HSV(B) | 80º | 0.13% | 0.44% | - |
| XYZ | 14.02 | 15.58 | 13.58 | - |
| YUV | 108.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 97 | 0.04 | 0 | 0.13 | 0.56 | 80 | 0.07 | 0.41 |
| Hex | 6B | 70 | 61 | 4 | 0 | D | 38 | 50 | 7 | 29 |
| Octal | 153 | 160 | 141 | 4 | 0 | 15 | 70 | 120 | 7 | 51 |
| Binary | 1101011 | 1110000 | 1100001 | 100 | 0 | 1101 | 111000 | 1010000 | 111 | 101001 |
Color Harmonies of #6B7061
Complementary color
Monochromatic Colors of #6B7061
Black with #6B7061
Text Example
Text Example
White with #6B7061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7061; }
p { color: rgb(107,112,97); }
H1.HeaderClassName
{
color: #6B7061;
}
.AnyTagClassName
{
color: #6B7061;
}
</style>
background-color css
<style>
a { background-color: #6B7061; }
a { background-color: rgb(107,112,97); }
div.DivClassName
{
background-color: #6B7061;
}
.BgClassName
{
background-color: #6B7061;
}
</style>
border-color css
<style>
span { border-color: #6B7061; }
span { border-color: rgb(107,112,97); }
td.TdClassName
{
border-color: #6B7061;
}
.TagClassName
{
border-color: #6B7061;
}
</style>