Shades of Willow Grove #68764E
Tints of Willow Grove #68764E
RGB
CMYK
RGB Variations
Color information
#68764E (or 0x68764E) is known color: Willow Grove. HEX triplet: 68, 76 and 4E. RGB value is (104,118,78). Sum of RGB (Red+Green+Blue) = 104+118+78=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #68764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68764E is #9789B1. Grayscale: #6D6D6D. Windows color (decimal): -9931186 or 5142120. OLE color: 5142120.
HSL color Cylindrical-coordinate representation of color #68764E: hue angle of 81º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68764E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 78 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.54 |
| HSL | 81º | 0.2% | 0.38% | - |
| HSV(B) | 81º | 0.34% | 0.46% | - |
| XYZ | 13.56 | 16.45 | 9.67 | - |
| YUV | 109.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 78 | 0.12 | 0 | 0.34 | 0.54 | 81 | 0.2 | 0.38 |
| Hex | 68 | 76 | 4E | C | 0 | 22 | 36 | 51 | 14 | 26 |
| Octal | 150 | 166 | 116 | 14 | 0 | 42 | 66 | 121 | 24 | 46 |
| Binary | 1101000 | 1110110 | 1001110 | 1100 | 0 | 100010 | 110110 | 1010001 | 10100 | 100110 |
Color Harmonies of #68764E
Complementary color
Monochromatic Colors of #68764E
Black with #68764E
Text Example
Text Example
White with #68764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68764E; }
p { color: rgb(104,118,78); }
H1.HeaderClassName
{
color: #68764E;
}
.AnyTagClassName
{
color: #68764E;
}
</style>
background-color css
<style>
a { background-color: #68764E; }
a { background-color: rgb(104,118,78); }
div.DivClassName
{
background-color: #68764E;
}
.BgClassName
{
background-color: #68764E;
}
</style>
border-color css
<style>
span { border-color: #68764E; }
span { border-color: rgb(104,118,78); }
td.TdClassName
{
border-color: #68764E;
}
.TagClassName
{
border-color: #68764E;
}
</style>