Shades of Willow Grove #65704F
Tints of Willow Grove #65704F
RGB
CMYK
RGB Variations
Color information
#65704F (or 0x65704F) is known color: Willow Grove. HEX triplet: 65, 70 and 4F. RGB value is (101,112,79). Sum of RGB (Red+Green+Blue) = 101+112+79=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #65704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65704F is #9A8FB0. Grayscale: #696969. Windows color (decimal): -10129329 or 5206117. OLE color: 5206117.
HSL color Cylindrical-coordinate representation of color #65704F: hue angle of 80º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65704F is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 112 | 79 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.56 |
| HSL | 80º | 0.17% | 0.37% | - |
| HSV(B) | 80º | 0.29% | 0.44% | - |
| XYZ | 12.57 | 14.92 | 9.61 | - |
| YUV | 104.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 79 | 0.10 | 0 | 0.29 | 0.56 | 80 | 0.17 | 0.37 |
| Hex | 65 | 70 | 4F | A | 0 | 1D | 38 | 50 | 11 | 25 |
| Octal | 145 | 160 | 117 | 12 | 0 | 35 | 70 | 120 | 21 | 45 |
| Binary | 1100101 | 1110000 | 1001111 | 1010 | 0 | 11101 | 111000 | 1010000 | 10001 | 100101 |
Color Harmonies of #65704F
Complementary color
Monochromatic Colors of #65704F
Black with #65704F
Text Example
Text Example
White with #65704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65704F; }
p { color: rgb(101,112,79); }
H1.HeaderClassName
{
color: #65704F;
}
.AnyTagClassName
{
color: #65704F;
}
</style>
background-color css
<style>
a { background-color: #65704F; }
a { background-color: rgb(101,112,79); }
div.DivClassName
{
background-color: #65704F;
}
.BgClassName
{
background-color: #65704F;
}
</style>
border-color css
<style>
span { border-color: #65704F; }
span { border-color: rgb(101,112,79); }
td.TdClassName
{
border-color: #65704F;
}
.TagClassName
{
border-color: #65704F;
}
</style>