Shades of Willow Grove #61695A
Tints of Willow Grove #61695A
RGB
CMYK
RGB Variations
Color information
#61695A (or 0x61695A) is known color: Willow Grove. HEX triplet: 61, 69 and 5A. RGB value is (97,105,90). Sum of RGB (Red+Green+Blue) = 97+105+90=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #61695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61695A is #9E96A5. Grayscale: #646464. Windows color (decimal): -10393254 or 5925217. OLE color: 5925217.
HSL color Cylindrical-coordinate representation of color #61695A: hue angle of 92º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #61695A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 90 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.59 |
| HSL | 92º | 0.08% | 0.38% | - |
| HSV(B) | 92º | 0.14% | 0.41% | - |
| XYZ | 11.83 | 13.38 | 11.63 | - |
| YUV | 100.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 90 | 0.08 | 0 | 0.14 | 0.59 | 92 | 0.08 | 0.38 |
| Hex | 61 | 69 | 5A | 8 | 0 | E | 3B | 5C | 8 | 26 |
| Octal | 141 | 151 | 132 | 10 | 0 | 16 | 73 | 134 | 10 | 46 |
| Binary | 1100001 | 1101001 | 1011010 | 1000 | 0 | 1110 | 111011 | 1011100 | 1000 | 100110 |
Color Harmonies of #61695A
Complementary color
Monochromatic Colors of #61695A
Black with #61695A
Text Example
Text Example
White with #61695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61695A; }
p { color: rgb(97,105,90); }
H1.HeaderClassName
{
color: #61695A;
}
.AnyTagClassName
{
color: #61695A;
}
</style>
background-color css
<style>
a { background-color: #61695A; }
a { background-color: rgb(97,105,90); }
div.DivClassName
{
background-color: #61695A;
}
.BgClassName
{
background-color: #61695A;
}
</style>
border-color css
<style>
span { border-color: #61695A; }
span { border-color: rgb(97,105,90); }
td.TdClassName
{
border-color: #61695A;
}
.TagClassName
{
border-color: #61695A;
}
</style>