Shades of Willow Grove #68784E
Tints of Willow Grove #68784E
RGB
CMYK
RGB Variations
Color information
#68784E (or 0x68784E) is known color: Willow Grove. HEX triplet: 68, 78 and 4E. RGB value is (104,120,78). Sum of RGB (Red+Green+Blue) = 104+120+78=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #68784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68784E is #9787B1. Grayscale: #6E6E6E. Windows color (decimal): -9930674 or 5142632. OLE color: 5142632.
HSL color Cylindrical-coordinate representation of color #68784E: hue angle of 82.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68784E is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 78 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.53 |
| HSL | 82.86º | 0.21% | 0.39% | - |
| HSV(B) | 82.86º | 0.35% | 0.47% | - |
| XYZ | 13.8 | 16.93 | 9.75 | - |
| YUV | 110.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 78 | 0.13 | 0 | 0.35 | 0.53 | 82.86 | 0.21 | 0.39 |
| Hex | 68 | 78 | 4E | D | 0 | 23 | 35 | 53 | 15 | 27 |
| Octal | 150 | 170 | 116 | 15 | 0 | 43 | 65 | 123 | 25 | 47 |
| Binary | 1101000 | 1111000 | 1001110 | 1101 | 0 | 100011 | 110101 | 1010011 | 10101 | 100111 |
Color Harmonies of #68784E
Complementary color
Monochromatic Colors of #68784E
Black with #68784E
Text Example
Text Example
White with #68784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68784E; }
p { color: rgb(104,120,78); }
H1.HeaderClassName
{
color: #68784E;
}
.AnyTagClassName
{
color: #68784E;
}
</style>
background-color css
<style>
a { background-color: #68784E; }
a { background-color: rgb(104,120,78); }
div.DivClassName
{
background-color: #68784E;
}
.BgClassName
{
background-color: #68784E;
}
</style>
border-color css
<style>
span { border-color: #68784E; }
span { border-color: rgb(104,120,78); }
td.TdClassName
{
border-color: #68784E;
}
.TagClassName
{
border-color: #68784E;
}
</style>