Shades of Willow Grove #68784F
Tints of Willow Grove #68784F
RGB
CMYK
RGB Variations
Color information
#68784F (or 0x68784F) is known color: Willow Grove. HEX triplet: 68, 78 and 4F. RGB value is (104,120,79). Sum of RGB (Red+Green+Blue) = 104+120+79=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #68784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68784F is #9787B0. Grayscale: #6E6E6E. Windows color (decimal): -9930673 or 5208168. OLE color: 5208168.
HSL color Cylindrical-coordinate representation of color #68784F: hue angle of 83.41º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68784F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 79 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.53 |
| HSL | 83.41º | 0.21% | 0.39% | - |
| HSV(B) | 83.41º | 0.34% | 0.47% | - |
| XYZ | 13.84 | 16.94 | 9.94 | - |
| YUV | 110.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 79 | 0.13 | 0 | 0.34 | 0.53 | 83.41 | 0.21 | 0.39 |
| Hex | 68 | 78 | 4F | D | 0 | 22 | 35 | 53 | 15 | 27 |
| Octal | 150 | 170 | 117 | 15 | 0 | 42 | 65 | 123 | 25 | 47 |
| Binary | 1101000 | 1111000 | 1001111 | 1101 | 0 | 100010 | 110101 | 1010011 | 10101 | 100111 |
Color Harmonies of #68784F
Complementary color
Monochromatic Colors of #68784F
Black with #68784F
Text Example
Text Example
White with #68784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68784F; }
p { color: rgb(104,120,79); }
H1.HeaderClassName
{
color: #68784F;
}
.AnyTagClassName
{
color: #68784F;
}
</style>
background-color css
<style>
a { background-color: #68784F; }
a { background-color: rgb(104,120,79); }
div.DivClassName
{
background-color: #68784F;
}
.BgClassName
{
background-color: #68784F;
}
</style>
border-color css
<style>
span { border-color: #68784F; }
span { border-color: rgb(104,120,79); }
td.TdClassName
{
border-color: #68784F;
}
.TagClassName
{
border-color: #68784F;
}
</style>