Shades of Willow Grove #68725C
Tints of Willow Grove #68725C
RGB
CMYK
RGB Variations
Color information
#68725C (or 0x68725C) is known color: Willow Grove. HEX triplet: 68, 72 and 5C. RGB value is (104,114,92). Sum of RGB (Red+Green+Blue) = 104+114+92=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #68725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68725C is #978DA3. Grayscale: #6C6C6C. Windows color (decimal): -9932196 or 6058600. OLE color: 6058600.
HSL color Cylindrical-coordinate representation of color #68725C: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68725C is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 92 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.55 |
| HSL | 87.27º | 0.11% | 0.4% | - |
| HSV(B) | 87.27º | 0.19% | 0.45% | - |
| XYZ | 13.66 | 15.75 | 12.45 | - |
| YUV | 108.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 92 | 0.09 | 0 | 0.19 | 0.55 | 87.27 | 0.11 | 0.4 |
| Hex | 68 | 72 | 5C | 9 | 0 | 13 | 37 | 57 | B | 28 |
| Octal | 150 | 162 | 134 | 11 | 0 | 23 | 67 | 127 | 13 | 50 |
| Binary | 1101000 | 1110010 | 1011100 | 1001 | 0 | 10011 | 110111 | 1010111 | 1011 | 101000 |
Color Harmonies of #68725C
Complementary color
Monochromatic Colors of #68725C
Black with #68725C
Text Example
Text Example
White with #68725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68725C; }
p { color: rgb(104,114,92); }
H1.HeaderClassName
{
color: #68725C;
}
.AnyTagClassName
{
color: #68725C;
}
</style>
background-color css
<style>
a { background-color: #68725C; }
a { background-color: rgb(104,114,92); }
div.DivClassName
{
background-color: #68725C;
}
.BgClassName
{
background-color: #68725C;
}
</style>
border-color css
<style>
span { border-color: #68725C; }
span { border-color: rgb(104,114,92); }
td.TdClassName
{
border-color: #68725C;
}
.TagClassName
{
border-color: #68725C;
}
</style>