Shades of Willow Grove #68775C
Tints of Willow Grove #68775C
RGB
CMYK
RGB Variations
Color information
#68775C (or 0x68775C) is known color: Willow Grove. HEX triplet: 68, 77 and 5C. RGB value is (104,119,92). Sum of RGB (Red+Green+Blue) = 104+119+92=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #68775C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68775C is #9788A3. Grayscale: #6F6F6F. Windows color (decimal): -9930916 or 6059880. OLE color: 6059880.
HSL color Cylindrical-coordinate representation of color #68775C: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68775C is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 119 | 92 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.53 |
| HSL | 93.33º | 0.13% | 0.41% | - |
| HSV(B) | 93.33º | 0.23% | 0.47% | - |
| XYZ | 14.24 | 16.91 | 12.64 | - |
| YUV | 111.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 92 | 0.13 | 0 | 0.23 | 0.53 | 93.33 | 0.13 | 0.41 |
| Hex | 68 | 77 | 5C | D | 0 | 17 | 35 | 5D | D | 29 |
| Octal | 150 | 167 | 134 | 15 | 0 | 27 | 65 | 135 | 15 | 51 |
| Binary | 1101000 | 1110111 | 1011100 | 1101 | 0 | 10111 | 110101 | 1011101 | 1101 | 101001 |
Color Harmonies of #68775C
Complementary color
Monochromatic Colors of #68775C
Black with #68775C
Text Example
Text Example
White with #68775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68775C; }
p { color: rgb(104,119,92); }
H1.HeaderClassName
{
color: #68775C;
}
.AnyTagClassName
{
color: #68775C;
}
</style>
background-color css
<style>
a { background-color: #68775C; }
a { background-color: rgb(104,119,92); }
div.DivClassName
{
background-color: #68775C;
}
.BgClassName
{
background-color: #68775C;
}
</style>
border-color css
<style>
span { border-color: #68775C; }
span { border-color: rgb(104,119,92); }
td.TdClassName
{
border-color: #68775C;
}
.TagClassName
{
border-color: #68775C;
}
</style>