Shades of Willow Grove #69705D
Tints of Willow Grove #69705D
RGB
CMYK
RGB Variations
Color information
#69705D (or 0x69705D) is known color: Willow Grove. HEX triplet: 69, 70 and 5D. RGB value is (105,112,93). Sum of RGB (Red+Green+Blue) = 105+112+93=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #69705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69705D is #968FA2. Grayscale: #6B6B6B. Windows color (decimal): -9867171 or 6123625. OLE color: 6123625.
HSL color Cylindrical-coordinate representation of color #69705D: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69705D is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 93 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.56 |
| HSL | 82.11º | 0.09% | 0.4% | - |
| HSV(B) | 82.11º | 0.17% | 0.44% | - |
| XYZ | 13.6 | 15.38 | 12.61 | - |
| YUV | 107.74 | 119.68 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 93 | 0.06 | 0 | 0.17 | 0.56 | 82.11 | 0.09 | 0.4 |
| Hex | 69 | 70 | 5D | 6 | 0 | 11 | 38 | 52 | 9 | 28 |
| Octal | 151 | 160 | 135 | 6 | 0 | 21 | 70 | 122 | 11 | 50 |
| Binary | 1101001 | 1110000 | 1011101 | 110 | 0 | 10001 | 111000 | 1010010 | 1001 | 101000 |
Color Harmonies of #69705D
Complementary color
Monochromatic Colors of #69705D
Black with #69705D
Text Example
Text Example
White with #69705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69705D; }
p { color: rgb(105,112,93); }
H1.HeaderClassName
{
color: #69705D;
}
.AnyTagClassName
{
color: #69705D;
}
</style>
background-color css
<style>
a { background-color: #69705D; }
a { background-color: rgb(105,112,93); }
div.DivClassName
{
background-color: #69705D;
}
.BgClassName
{
background-color: #69705D;
}
</style>
border-color css
<style>
span { border-color: #69705D; }
span { border-color: rgb(105,112,93); }
td.TdClassName
{
border-color: #69705D;
}
.TagClassName
{
border-color: #69705D;
}
</style>