Shades of Willow Grove #65735A
Tints of Willow Grove #65735A
RGB
CMYK
RGB Variations
Color information
#65735A (or 0x65735A) is known color: Willow Grove. HEX triplet: 65, 73 and 5A. RGB value is (101,115,90). Sum of RGB (Red+Green+Blue) = 101+115+90=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #65735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65735A is #9A8CA5. Grayscale: #6C6C6C. Windows color (decimal): -10128550 or 5927781. OLE color: 5927781.
HSL color Cylindrical-coordinate representation of color #65735A: hue angle of 93.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65735A is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 90 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.55 |
| HSL | 93.6º | 0.12% | 0.4% | - |
| HSV(B) | 93.6º | 0.22% | 0.45% | - |
| XYZ | 13.34 | 15.77 | 12.01 | - |
| YUV | 107.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 90 | 0.12 | 0 | 0.22 | 0.55 | 93.6 | 0.12 | 0.4 |
| Hex | 65 | 73 | 5A | C | 0 | 16 | 37 | 5E | C | 28 |
| Octal | 145 | 163 | 132 | 14 | 0 | 26 | 67 | 136 | 14 | 50 |
| Binary | 1100101 | 1110011 | 1011010 | 1100 | 0 | 10110 | 110111 | 1011110 | 1100 | 101000 |
Color Harmonies of #65735A
Complementary color
Monochromatic Colors of #65735A
Black with #65735A
Text Example
Text Example
White with #65735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65735A; }
p { color: rgb(101,115,90); }
H1.HeaderClassName
{
color: #65735A;
}
.AnyTagClassName
{
color: #65735A;
}
</style>
background-color css
<style>
a { background-color: #65735A; }
a { background-color: rgb(101,115,90); }
div.DivClassName
{
background-color: #65735A;
}
.BgClassName
{
background-color: #65735A;
}
</style>
border-color css
<style>
span { border-color: #65735A; }
span { border-color: rgb(101,115,90); }
td.TdClassName
{
border-color: #65735A;
}
.TagClassName
{
border-color: #65735A;
}
</style>