Shades of Willow Grove #68754D
Tints of Willow Grove #68754D
RGB
CMYK
RGB Variations
Color information
#68754D (or 0x68754D) is known color: Willow Grove. HEX triplet: 68, 75 and 4D. RGB value is (104,117,77). Sum of RGB (Red+Green+Blue) = 104+117+77=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #68754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68754D is #978AB2. Grayscale: #6C6C6C. Windows color (decimal): -9931443 or 5076328. OLE color: 5076328.
HSL color Cylindrical-coordinate representation of color #68754D: hue angle of 79.5º degrees, saturation: 0.21, 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 #68754D is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 77 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.54 |
| HSL | 79.5º | 0.21% | 0.38% | - |
| HSV(B) | 79.5º | 0.34% | 0.46% | - |
| XYZ | 13.41 | 16.2 | 9.44 | - |
| YUV | 108.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 77 | 0.11 | 0 | 0.34 | 0.54 | 79.5 | 0.21 | 0.38 |
| Hex | 68 | 75 | 4D | B | 0 | 22 | 36 | 50 | 15 | 26 |
| Octal | 150 | 165 | 115 | 13 | 0 | 42 | 66 | 120 | 25 | 46 |
| Binary | 1101000 | 1110101 | 1001101 | 1011 | 0 | 100010 | 110110 | 1010000 | 10101 | 100110 |
Color Harmonies of #68754D
Complementary color
Monochromatic Colors of #68754D
Black with #68754D
Text Example
Text Example
White with #68754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68754D; }
p { color: rgb(104,117,77); }
H1.HeaderClassName
{
color: #68754D;
}
.AnyTagClassName
{
color: #68754D;
}
</style>
background-color css
<style>
a { background-color: #68754D; }
a { background-color: rgb(104,117,77); }
div.DivClassName
{
background-color: #68754D;
}
.BgClassName
{
background-color: #68754D;
}
</style>
border-color css
<style>
span { border-color: #68754D; }
span { border-color: rgb(104,117,77); }
td.TdClassName
{
border-color: #68754D;
}
.TagClassName
{
border-color: #68754D;
}
</style>