Shades of Willow Grove #65715A
Tints of Willow Grove #65715A
RGB
CMYK
RGB Variations
Color information
#65715A (or 0x65715A) is known color: Willow Grove. HEX triplet: 65, 71 and 5A. RGB value is (101,113,90). Sum of RGB (Red+Green+Blue) = 101+113+90=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 113 - color contains mainly: green. Hex color #65715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65715A is #9A8EA5. Grayscale: #6A6A6A. Windows color (decimal): -10129062 or 5927269. OLE color: 5927269.
HSL color Cylindrical-coordinate representation of color #65715A: hue angle of 91.3º 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 #65715A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 90 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.56 |
| HSL | 91.3º | 0.11% | 0.4% | - |
| HSV(B) | 91.3º | 0.2% | 0.44% | - |
| XYZ | 13.12 | 15.32 | 11.94 | - |
| YUV | 106.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 90 | 0.11 | 0 | 0.20 | 0.56 | 91.3 | 0.11 | 0.4 |
| Hex | 65 | 71 | 5A | B | 0 | 14 | 38 | 5B | B | 28 |
| Octal | 145 | 161 | 132 | 13 | 0 | 24 | 70 | 133 | 13 | 50 |
| Binary | 1100101 | 1110001 | 1011010 | 1011 | 0 | 10100 | 111000 | 1011011 | 1011 | 101000 |
Color Harmonies of #65715A
Complementary color
Monochromatic Colors of #65715A
Black with #65715A
Text Example
Text Example
White with #65715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65715A; }
p { color: rgb(101,113,90); }
H1.HeaderClassName
{
color: #65715A;
}
.AnyTagClassName
{
color: #65715A;
}
</style>
background-color css
<style>
a { background-color: #65715A; }
a { background-color: rgb(101,113,90); }
div.DivClassName
{
background-color: #65715A;
}
.BgClassName
{
background-color: #65715A;
}
</style>
border-color css
<style>
span { border-color: #65715A; }
span { border-color: rgb(101,113,90); }
td.TdClassName
{
border-color: #65715A;
}
.TagClassName
{
border-color: #65715A;
}
</style>