Shades of Willow Grove #68764F
Tints of Willow Grove #68764F
RGB
CMYK
RGB Variations
Color information
#68764F (or 0x68764F) is known color: Willow Grove. HEX triplet: 68, 76 and 4F. RGB value is (104,118,79). Sum of RGB (Red+Green+Blue) = 104+118+79=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #68764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68764F is #9789B0. Grayscale: #6D6D6D. Windows color (decimal): -9931185 or 5207656. OLE color: 5207656.
HSL color Cylindrical-coordinate representation of color #68764F: hue angle of 81.54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68764F is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 79 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.54 |
| HSL | 81.54º | 0.2% | 0.39% | - |
| HSV(B) | 81.54º | 0.33% | 0.46% | - |
| XYZ | 13.6 | 16.46 | 9.86 | - |
| YUV | 109.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 79 | 0.12 | 0 | 0.33 | 0.54 | 81.54 | 0.2 | 0.39 |
| Hex | 68 | 76 | 4F | C | 0 | 21 | 36 | 52 | 14 | 27 |
| Octal | 150 | 166 | 117 | 14 | 0 | 41 | 66 | 122 | 24 | 47 |
| Binary | 1101000 | 1110110 | 1001111 | 1100 | 0 | 100001 | 110110 | 1010010 | 10100 | 100111 |
Color Harmonies of #68764F
Complementary color
Monochromatic Colors of #68764F
Black with #68764F
Text Example
Text Example
White with #68764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68764F; }
p { color: rgb(104,118,79); }
H1.HeaderClassName
{
color: #68764F;
}
.AnyTagClassName
{
color: #68764F;
}
</style>
background-color css
<style>
a { background-color: #68764F; }
a { background-color: rgb(104,118,79); }
div.DivClassName
{
background-color: #68764F;
}
.BgClassName
{
background-color: #68764F;
}
</style>
border-color css
<style>
span { border-color: #68764F; }
span { border-color: rgb(104,118,79); }
td.TdClassName
{
border-color: #68764F;
}
.TagClassName
{
border-color: #68764F;
}
</style>