Shades of Willow Grove #68744F
Tints of Willow Grove #68744F
RGB
CMYK
RGB Variations
Color information
#68744F (or 0x68744F) is known color: Willow Grove. HEX triplet: 68, 74 and 4F. RGB value is (104,116,79). Sum of RGB (Red+Green+Blue) = 104+116+79=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #68744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68744F is #978BB0. Grayscale: #6C6C6C. Windows color (decimal): -9931697 or 5207144. OLE color: 5207144.
HSL color Cylindrical-coordinate representation of color #68744F: hue angle of 79.46º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68744F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 79 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.55 |
| HSL | 79.46º | 0.19% | 0.38% | - |
| HSV(B) | 79.46º | 0.32% | 0.45% | - |
| XYZ | 13.37 | 16 | 9.78 | - |
| YUV | 108.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 79 | 0.10 | 0 | 0.32 | 0.55 | 79.46 | 0.19 | 0.38 |
| Hex | 68 | 74 | 4F | A | 0 | 20 | 37 | 4F | 13 | 26 |
| Octal | 150 | 164 | 117 | 12 | 0 | 40 | 67 | 117 | 23 | 46 |
| Binary | 1101000 | 1110100 | 1001111 | 1010 | 0 | 100000 | 110111 | 1001111 | 10011 | 100110 |
Color Harmonies of #68744F
Complementary color
Monochromatic Colors of #68744F
Black with #68744F
Text Example
Text Example
White with #68744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68744F; }
p { color: rgb(104,116,79); }
H1.HeaderClassName
{
color: #68744F;
}
.AnyTagClassName
{
color: #68744F;
}
</style>
background-color css
<style>
a { background-color: #68744F; }
a { background-color: rgb(104,116,79); }
div.DivClassName
{
background-color: #68744F;
}
.BgClassName
{
background-color: #68744F;
}
</style>
border-color css
<style>
span { border-color: #68744F; }
span { border-color: rgb(104,116,79); }
td.TdClassName
{
border-color: #68744F;
}
.TagClassName
{
border-color: #68744F;
}
</style>