Shades of Willow Grove #68755B
Tints of Willow Grove #68755B
RGB
CMYK
RGB Variations
Color information
#68755B (or 0x68755B) is known color: Willow Grove. HEX triplet: 68, 75 and 5B. RGB value is (104,117,91). Sum of RGB (Red+Green+Blue) = 104+117+91=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 117 - color contains mainly: green. Hex color #68755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755B is #978AA4. Grayscale: #6E6E6E. Windows color (decimal): -9931429 or 5993832. OLE color: 5993832.
HSL color Cylindrical-coordinate representation of color #68755B: hue angle of 90º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68755B is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 117 | 91 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.54 |
| HSL | 90º | 0.13% | 0.41% | - |
| HSV(B) | 90º | 0.22% | 0.46% | - |
| XYZ | 13.96 | 16.42 | 12.33 | - |
| YUV | 110.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 117 | 91 | 0.11 | 0 | 0.22 | 0.54 | 90 | 0.13 | 0.41 |
| Hex | 68 | 75 | 5B | B | 0 | 16 | 36 | 5A | C | 29 |
| Octal | 150 | 165 | 133 | 13 | 0 | 26 | 66 | 132 | 14 | 51 |
| Binary | 1101000 | 1110101 | 1011011 | 1011 | 0 | 10110 | 110110 | 1011010 | 1100 | 101001 |
Color Harmonies of #68755B
Complementary color
Monochromatic Colors of #68755B
Black with #68755B
Text Example
Text Example
White with #68755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68755B; }
p { color: rgb(104,117,91); }
H1.HeaderClassName
{
color: #68755B;
}
.AnyTagClassName
{
color: #68755B;
}
</style>
background-color css
<style>
a { background-color: #68755B; }
a { background-color: rgb(104,117,91); }
div.DivClassName
{
background-color: #68755B;
}
.BgClassName
{
background-color: #68755B;
}
</style>
border-color css
<style>
span { border-color: #68755B; }
span { border-color: rgb(104,117,91); }
td.TdClassName
{
border-color: #68755B;
}
.TagClassName
{
border-color: #68755B;
}
</style>