Shades of Willow Grove #68715A
Tints of Willow Grove #68715A
RGB
CMYK
RGB Variations
Color information
#68715A (or 0x68715A) is known color: Willow Grove. HEX triplet: 68, 71 and 5A. RGB value is (104,113,90). Sum of RGB (Red+Green+Blue) = 104+113+90=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 113 - color contains mainly: green. Hex color #68715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68715A is #978EA5. Grayscale: #6B6B6B. Windows color (decimal): -9932454 or 5927272. OLE color: 5927272.
HSL color Cylindrical-coordinate representation of color #68715A: hue angle of 83.48º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68715A is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 90 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.56 |
| HSL | 83.48º | 0.11% | 0.4% | - |
| HSV(B) | 83.48º | 0.2% | 0.44% | - |
| XYZ | 13.46 | 15.49 | 11.95 | - |
| YUV | 107.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 90 | 0.08 | 0 | 0.20 | 0.56 | 83.48 | 0.11 | 0.4 |
| Hex | 68 | 71 | 5A | 8 | 0 | 14 | 38 | 53 | B | 28 |
| Octal | 150 | 161 | 132 | 10 | 0 | 24 | 70 | 123 | 13 | 50 |
| Binary | 1101000 | 1110001 | 1011010 | 1000 | 0 | 10100 | 111000 | 1010011 | 1011 | 101000 |
Color Harmonies of #68715A
Complementary color
Monochromatic Colors of #68715A
Black with #68715A
Text Example
Text Example
White with #68715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68715A; }
p { color: rgb(104,113,90); }
H1.HeaderClassName
{
color: #68715A;
}
.AnyTagClassName
{
color: #68715A;
}
</style>
background-color css
<style>
a { background-color: #68715A; }
a { background-color: rgb(104,113,90); }
div.DivClassName
{
background-color: #68715A;
}
.BgClassName
{
background-color: #68715A;
}
</style>
border-color css
<style>
span { border-color: #68715A; }
span { border-color: rgb(104,113,90); }
td.TdClassName
{
border-color: #68715A;
}
.TagClassName
{
border-color: #68715A;
}
</style>