Shades of Willow Grove #68745E
Tints of Willow Grove #68745E
RGB
CMYK
RGB Variations
Color information
#68745E (or 0x68745E) is known color: Willow Grove. HEX triplet: 68, 74 and 5E. RGB value is (104,116,94). Sum of RGB (Red+Green+Blue) = 104+116+94=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #68745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745E is #978BA1. Grayscale: #6D6D6D. Windows color (decimal): -9931682 or 6190184. OLE color: 6190184.
HSL color Cylindrical-coordinate representation of color #68745E: hue angle of 92.73º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68745E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 94 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.55 |
| HSL | 92.73º | 0.1% | 0.41% | - |
| HSV(B) | 92.73º | 0.19% | 0.45% | - |
| XYZ | 13.97 | 16.24 | 12.99 | - |
| YUV | 109.9 | 119.02 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 94 | 0.10 | 0 | 0.19 | 0.55 | 92.73 | 0.1 | 0.41 |
| Hex | 68 | 74 | 5E | A | 0 | 13 | 37 | 5D | A | 29 |
| Octal | 150 | 164 | 136 | 12 | 0 | 23 | 67 | 135 | 12 | 51 |
| Binary | 1101000 | 1110100 | 1011110 | 1010 | 0 | 10011 | 110111 | 1011101 | 1010 | 101001 |
Color Harmonies of #68745E
Complementary color
Monochromatic Colors of #68745E
Black with #68745E
Text Example
Text Example
White with #68745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68745E; }
p { color: rgb(104,116,94); }
H1.HeaderClassName
{
color: #68745E;
}
.AnyTagClassName
{
color: #68745E;
}
</style>
background-color css
<style>
a { background-color: #68745E; }
a { background-color: rgb(104,116,94); }
div.DivClassName
{
background-color: #68745E;
}
.BgClassName
{
background-color: #68745E;
}
</style>
border-color css
<style>
span { border-color: #68745E; }
span { border-color: rgb(104,116,94); }
td.TdClassName
{
border-color: #68745E;
}
.TagClassName
{
border-color: #68745E;
}
</style>