Shades of Willow Grove #61665B
Tints of Willow Grove #61665B
RGB
CMYK
RGB Variations
Color information
#61665B (or 0x61665B) is known color: Willow Grove. HEX triplet: 61, 66 and 5B. RGB value is (97,102,91). Sum of RGB (Red+Green+Blue) = 97+102+91=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 102 - color contains mainly: green. Hex color #61665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61665B is #9E99A4. Grayscale: #636363. Windows color (decimal): -10394021 or 5989985. OLE color: 5989985.
HSL color Cylindrical-coordinate representation of color #61665B: hue angle of 87.27º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61665B is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 91 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.6 |
| HSL | 87.27º | 0.06% | 0.38% | - |
| HSV(B) | 87.27º | 0.11% | 0.4% | - |
| XYZ | 11.57 | 12.8 | 11.76 | - |
| YUV | 99.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 91 | 0.05 | 0 | 0.11 | 0.6 | 87.27 | 0.06 | 0.38 |
| Hex | 61 | 66 | 5B | 5 | 0 | B | 3C | 57 | 6 | 26 |
| Octal | 141 | 146 | 133 | 5 | 0 | 13 | 74 | 127 | 6 | 46 |
| Binary | 1100001 | 1100110 | 1011011 | 101 | 0 | 1011 | 111100 | 1010111 | 110 | 100110 |
Color Harmonies of #61665B
Complementary color
Monochromatic Colors of #61665B
Black with #61665B
Text Example
Text Example
White with #61665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61665B; }
p { color: rgb(97,102,91); }
H1.HeaderClassName
{
color: #61665B;
}
.AnyTagClassName
{
color: #61665B;
}
</style>
background-color css
<style>
a { background-color: #61665B; }
a { background-color: rgb(97,102,91); }
div.DivClassName
{
background-color: #61665B;
}
.BgClassName
{
background-color: #61665B;
}
</style>
border-color css
<style>
span { border-color: #61665B; }
span { border-color: rgb(97,102,91); }
td.TdClassName
{
border-color: #61665B;
}
.TagClassName
{
border-color: #61665B;
}
</style>