Shades of Willow Grove #68775B
Tints of Willow Grove #68775B
RGB
CMYK
RGB Variations
Color information
#68775B (or 0x68775B) is known color: Willow Grove. HEX triplet: 68, 77 and 5B. RGB value is (104,119,91). Sum of RGB (Red+Green+Blue) = 104+119+91=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #68775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775B is #9788A4. Grayscale: #6F6F6F. Windows color (decimal): -9930917 or 5994344. OLE color: 5994344.
HSL color Cylindrical-coordinate representation of color #68775B: hue angle of 92.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68775B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 91 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.53 |
| HSL | 92.14º | 0.13% | 0.41% | - |
| HSV(B) | 92.14º | 0.24% | 0.47% | - |
| XYZ | 14.19 | 16.89 | 12.41 | - |
| YUV | 111.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 91 | 0.13 | 0 | 0.24 | 0.53 | 92.14 | 0.13 | 0.41 |
| Hex | 68 | 77 | 5B | D | 0 | 18 | 35 | 5C | D | 29 |
| Octal | 150 | 167 | 133 | 15 | 0 | 30 | 65 | 134 | 15 | 51 |
| Binary | 1101000 | 1110111 | 1011011 | 1101 | 0 | 11000 | 110101 | 1011100 | 1101 | 101001 |
Color Harmonies of #68775B
Complementary color
Monochromatic Colors of #68775B
Black with #68775B
Text Example
Text Example
White with #68775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68775B; }
p { color: rgb(104,119,91); }
H1.HeaderClassName
{
color: #68775B;
}
.AnyTagClassName
{
color: #68775B;
}
</style>
background-color css
<style>
a { background-color: #68775B; }
a { background-color: rgb(104,119,91); }
div.DivClassName
{
background-color: #68775B;
}
.BgClassName
{
background-color: #68775B;
}
</style>
border-color css
<style>
span { border-color: #68775B; }
span { border-color: rgb(104,119,91); }
td.TdClassName
{
border-color: #68775B;
}
.TagClassName
{
border-color: #68775B;
}
</style>