Shades of Willow Grove #6B7064
Tints of Willow Grove #6B7064
RGB
CMYK
RGB Variations
Color information
#6B7064 (or 0x6B7064) is known color: Willow Grove. HEX triplet: 6B, 70 and 64. RGB value is (107,112,100). Sum of RGB (Red+Green+Blue) = 107+112+100=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7064 is #948F9B. Grayscale: #6D6D6D. Windows color (decimal): -9736092 or 6582379. OLE color: 6582379.
HSL color Cylindrical-coordinate representation of color #6B7064: hue angle of 85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B7064 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 100 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.56 |
| HSL | 85º | 0.06% | 0.42% | - |
| HSV(B) | 85º | 0.11% | 0.44% | - |
| XYZ | 14.16 | 15.63 | 14.33 | - |
| YUV | 109.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 100 | 0.04 | 0 | 0.11 | 0.56 | 85 | 0.06 | 0.42 |
| Hex | 6B | 70 | 64 | 4 | 0 | B | 38 | 55 | 6 | 2A |
| Octal | 153 | 160 | 144 | 4 | 0 | 13 | 70 | 125 | 6 | 52 |
| Binary | 1101011 | 1110000 | 1100100 | 100 | 0 | 1011 | 111000 | 1010101 | 110 | 101010 |
Color Harmonies of #6B7064
Complementary color
Monochromatic Colors of #6B7064
Black with #6B7064
Text Example
Text Example
White with #6B7064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7064; }
p { color: rgb(107,112,100); }
H1.HeaderClassName
{
color: #6B7064;
}
.AnyTagClassName
{
color: #6B7064;
}
</style>
background-color css
<style>
a { background-color: #6B7064; }
a { background-color: rgb(107,112,100); }
div.DivClassName
{
background-color: #6B7064;
}
.BgClassName
{
background-color: #6B7064;
}
</style>
border-color css
<style>
span { border-color: #6B7064; }
span { border-color: rgb(107,112,100); }
td.TdClassName
{
border-color: #6B7064;
}
.TagClassName
{
border-color: #6B7064;
}
</style>