Shades of Willow Grove #68785B
Tints of Willow Grove #68785B
RGB
CMYK
RGB Variations
Color information
#68785B (or 0x68785B) is known color: Willow Grove. HEX triplet: 68, 78 and 5B. RGB value is (104,120,91). Sum of RGB (Red+Green+Blue) = 104+120+91=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #68785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68785B is #9787A4. Grayscale: #707070. Windows color (decimal): -9930661 or 5994600. OLE color: 5994600.
HSL color Cylindrical-coordinate representation of color #68785B: hue angle of 93.1º degrees, saturation: 0.14, 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 #68785B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 91 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.53 |
| HSL | 93.1º | 0.14% | 0.41% | - |
| HSV(B) | 93.1º | 0.24% | 0.47% | - |
| XYZ | 14.31 | 17.13 | 12.45 | - |
| YUV | 111.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 91 | 0.13 | 0 | 0.24 | 0.53 | 93.1 | 0.14 | 0.41 |
| Hex | 68 | 78 | 5B | D | 0 | 18 | 35 | 5D | E | 29 |
| Octal | 150 | 170 | 133 | 15 | 0 | 30 | 65 | 135 | 16 | 51 |
| Binary | 1101000 | 1111000 | 1011011 | 1101 | 0 | 11000 | 110101 | 1011101 | 1110 | 101001 |
Color Harmonies of #68785B
Complementary color
Monochromatic Colors of #68785B
Black with #68785B
Text Example
Text Example
White with #68785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68785B; }
p { color: rgb(104,120,91); }
H1.HeaderClassName
{
color: #68785B;
}
.AnyTagClassName
{
color: #68785B;
}
</style>
background-color css
<style>
a { background-color: #68785B; }
a { background-color: rgb(104,120,91); }
div.DivClassName
{
background-color: #68785B;
}
.BgClassName
{
background-color: #68785B;
}
</style>
border-color css
<style>
span { border-color: #68785B; }
span { border-color: rgb(104,120,91); }
td.TdClassName
{
border-color: #68785B;
}
.TagClassName
{
border-color: #68785B;
}
</style>