Shades of Willow Grove #61675A
Tints of Willow Grove #61675A
RGB
CMYK
RGB Variations
Color information
#61675A (or 0x61675A) is known color: Willow Grove. HEX triplet: 61, 67 and 5A. RGB value is (97,103,90). Sum of RGB (Red+Green+Blue) = 97+103+90=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 103 - color contains mainly: green. Hex color #61675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61675A is #9E98A5. Grayscale: #636363. Windows color (decimal): -10393766 or 5924705. OLE color: 5924705.
HSL color Cylindrical-coordinate representation of color #61675A: hue angle of 87.69º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61675A is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 103 | 90 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.60 |
| HSL | 87.69º | 0.07% | 0.38% | - |
| HSV(B) | 87.69º | 0.13% | 0.4% | - |
| XYZ | 11.63 | 12.98 | 11.57 | - |
| YUV | 99.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 90 | 0.06 | 0 | 0.13 | 0.60 | 87.69 | 0.07 | 0.38 |
| Hex | 61 | 67 | 5A | 6 | 0 | D | 3C | 58 | 7 | 26 |
| Octal | 141 | 147 | 132 | 6 | 0 | 15 | 74 | 130 | 7 | 46 |
| Binary | 1100001 | 1100111 | 1011010 | 110 | 0 | 1101 | 111100 | 1011000 | 111 | 100110 |
Color Harmonies of #61675A
Complementary color
Monochromatic Colors of #61675A
Black with #61675A
Text Example
Text Example
White with #61675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61675A; }
p { color: rgb(97,103,90); }
H1.HeaderClassName
{
color: #61675A;
}
.AnyTagClassName
{
color: #61675A;
}
</style>
background-color css
<style>
a { background-color: #61675A; }
a { background-color: rgb(97,103,90); }
div.DivClassName
{
background-color: #61675A;
}
.BgClassName
{
background-color: #61675A;
}
</style>
border-color css
<style>
span { border-color: #61675A; }
span { border-color: rgb(97,103,90); }
td.TdClassName
{
border-color: #61675A;
}
.TagClassName
{
border-color: #61675A;
}
</style>