Shades of Willow Grove #64724F
Tints of Willow Grove #64724F
RGB
CMYK
RGB Variations
Color information
#64724F (or 0x64724F) is known color: Willow Grove. HEX triplet: 64, 72 and 4F. RGB value is (100,114,79). Sum of RGB (Red+Green+Blue) = 100+114+79=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #64724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64724F is #9B8DB0. Grayscale: #696969. Windows color (decimal): -10194353 or 5206628. OLE color: 5206628.
HSL color Cylindrical-coordinate representation of color #64724F: hue angle of 84º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64724F is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 79 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.55 |
| HSL | 84º | 0.18% | 0.38% | - |
| HSV(B) | 84º | 0.31% | 0.45% | - |
| XYZ | 12.68 | 15.31 | 9.68 | - |
| YUV | 105.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 79 | 0.12 | 0 | 0.31 | 0.55 | 84 | 0.18 | 0.38 |
| Hex | 64 | 72 | 4F | C | 0 | 1F | 37 | 54 | 12 | 26 |
| Octal | 144 | 162 | 117 | 14 | 0 | 37 | 67 | 124 | 22 | 46 |
| Binary | 1100100 | 1110010 | 1001111 | 1100 | 0 | 11111 | 110111 | 1010100 | 10010 | 100110 |
Color Harmonies of #64724F
Complementary color
Monochromatic Colors of #64724F
Black with #64724F
Text Example
Text Example
White with #64724F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64724F; }
p { color: rgb(100,114,79); }
H1.HeaderClassName
{
color: #64724F;
}
.AnyTagClassName
{
color: #64724F;
}
</style>
background-color css
<style>
a { background-color: #64724F; }
a { background-color: rgb(100,114,79); }
div.DivClassName
{
background-color: #64724F;
}
.BgClassName
{
background-color: #64724F;
}
</style>
border-color css
<style>
span { border-color: #64724F; }
span { border-color: rgb(100,114,79); }
td.TdClassName
{
border-color: #64724F;
}
.TagClassName
{
border-color: #64724F;
}
</style>