Shades of Willow Grove #68765B
Tints of Willow Grove #68765B
RGB
CMYK
RGB Variations
Color information
#68765B (or 0x68765B) is known color: Willow Grove. HEX triplet: 68, 76 and 5B. RGB value is (104,118,91). Sum of RGB (Red+Green+Blue) = 104+118+91=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #68765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765B is #9789A4. Grayscale: #6E6E6E. Windows color (decimal): -9931173 or 5994088. OLE color: 5994088.
HSL color Cylindrical-coordinate representation of color #68765B: hue angle of 91.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68765B is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 91 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.54 |
| HSL | 91.11º | 0.13% | 0.41% | - |
| HSV(B) | 91.11º | 0.23% | 0.46% | - |
| XYZ | 14.08 | 16.66 | 12.37 | - |
| YUV | 110.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 91 | 0.12 | 0 | 0.23 | 0.54 | 91.11 | 0.13 | 0.41 |
| Hex | 68 | 76 | 5B | C | 0 | 17 | 36 | 5B | D | 29 |
| Octal | 150 | 166 | 133 | 14 | 0 | 27 | 66 | 133 | 15 | 51 |
| Binary | 1101000 | 1110110 | 1011011 | 1100 | 0 | 10111 | 110110 | 1011011 | 1101 | 101001 |
Color Harmonies of #68765B
Complementary color
Monochromatic Colors of #68765B
Black with #68765B
Text Example
Text Example
White with #68765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68765B; }
p { color: rgb(104,118,91); }
H1.HeaderClassName
{
color: #68765B;
}
.AnyTagClassName
{
color: #68765B;
}
</style>
background-color css
<style>
a { background-color: #68765B; }
a { background-color: rgb(104,118,91); }
div.DivClassName
{
background-color: #68765B;
}
.BgClassName
{
background-color: #68765B;
}
</style>
border-color css
<style>
span { border-color: #68765B; }
span { border-color: rgb(104,118,91); }
td.TdClassName
{
border-color: #68765B;
}
.TagClassName
{
border-color: #68765B;
}
</style>