Shades of Willow Grove #68754E
Tints of Willow Grove #68754E
RGB
CMYK
RGB Variations
Color information
#68754E (or 0x68754E) is known color: Willow Grove. HEX triplet: 68, 75 and 4E. RGB value is (104,117,78). Sum of RGB (Red+Green+Blue) = 104+117+78=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #68754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68754E is #978AB1. Grayscale: #6C6C6C. Windows color (decimal): -9931442 or 5141864. OLE color: 5141864.
HSL color Cylindrical-coordinate representation of color #68754E: hue angle of 80º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68754E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 78 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.54 |
| HSL | 80º | 0.2% | 0.38% | - |
| HSV(B) | 80º | 0.33% | 0.46% | - |
| XYZ | 13.45 | 16.22 | 9.63 | - |
| YUV | 108.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 78 | 0.11 | 0 | 0.33 | 0.54 | 80 | 0.2 | 0.38 |
| Hex | 68 | 75 | 4E | B | 0 | 21 | 36 | 50 | 14 | 26 |
| Octal | 150 | 165 | 116 | 13 | 0 | 41 | 66 | 120 | 24 | 46 |
| Binary | 1101000 | 1110101 | 1001110 | 1011 | 0 | 100001 | 110110 | 1010000 | 10100 | 100110 |
Color Harmonies of #68754E
Complementary color
Monochromatic Colors of #68754E
Black with #68754E
Text Example
Text Example
White with #68754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68754E; }
p { color: rgb(104,117,78); }
H1.HeaderClassName
{
color: #68754E;
}
.AnyTagClassName
{
color: #68754E;
}
</style>
background-color css
<style>
a { background-color: #68754E; }
a { background-color: rgb(104,117,78); }
div.DivClassName
{
background-color: #68754E;
}
.BgClassName
{
background-color: #68754E;
}
</style>
border-color css
<style>
span { border-color: #68754E; }
span { border-color: rgb(104,117,78); }
td.TdClassName
{
border-color: #68754E;
}
.TagClassName
{
border-color: #68754E;
}
</style>