Shades of Willow Grove #69705C
Tints of Willow Grove #69705C
RGB
CMYK
RGB Variations
Color information
#69705C (or 0x69705C) is known color: Willow Grove. HEX triplet: 69, 70 and 5C. RGB value is (105,112,92). Sum of RGB (Red+Green+Blue) = 105+112+92=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #69705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69705C is #968FA3. Grayscale: #6B6B6B. Windows color (decimal): -9867172 or 6058089. OLE color: 6058089.
HSL color Cylindrical-coordinate representation of color #69705C: hue angle of 81º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #69705C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 92 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.56 |
| HSL | 81º | 0.1% | 0.4% | - |
| HSV(B) | 81º | 0.18% | 0.44% | - |
| XYZ | 13.55 | 15.36 | 12.38 | - |
| YUV | 107.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 92 | 0.06 | 0 | 0.18 | 0.56 | 81 | 0.1 | 0.4 |
| Hex | 69 | 70 | 5C | 6 | 0 | 12 | 38 | 51 | A | 28 |
| Octal | 151 | 160 | 134 | 6 | 0 | 22 | 70 | 121 | 12 | 50 |
| Binary | 1101001 | 1110000 | 1011100 | 110 | 0 | 10010 | 111000 | 1010001 | 1010 | 101000 |
Color Harmonies of #69705C
Complementary color
Monochromatic Colors of #69705C
Black with #69705C
Text Example
Text Example
White with #69705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69705C; }
p { color: rgb(105,112,92); }
H1.HeaderClassName
{
color: #69705C;
}
.AnyTagClassName
{
color: #69705C;
}
</style>
background-color css
<style>
a { background-color: #69705C; }
a { background-color: rgb(105,112,92); }
div.DivClassName
{
background-color: #69705C;
}
.BgClassName
{
background-color: #69705C;
}
</style>
border-color css
<style>
span { border-color: #69705C; }
span { border-color: rgb(105,112,92); }
td.TdClassName
{
border-color: #69705C;
}
.TagClassName
{
border-color: #69705C;
}
</style>