Shades of Willow Grove #69784D
Tints of Willow Grove #69784D
RGB
CMYK
RGB Variations
Color information
#69784D (or 0x69784D) is known color: Willow Grove. HEX triplet: 69, 78 and 4D. RGB value is (105,120,77). Sum of RGB (Red+Green+Blue) = 105+120+77=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #69784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69784D is #9687B2. Grayscale: #6E6E6E. Windows color (decimal): -9865139 or 5077097. OLE color: 5077097.
HSL color Cylindrical-coordinate representation of color #69784D: hue angle of 80.93º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69784D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 77 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.53 |
| HSL | 80.93º | 0.22% | 0.39% | - |
| HSV(B) | 80.93º | 0.36% | 0.47% | - |
| XYZ | 13.88 | 16.97 | 9.57 | - |
| YUV | 110.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 77 | 0.13 | 0 | 0.36 | 0.53 | 80.93 | 0.22 | 0.39 |
| Hex | 69 | 78 | 4D | D | 0 | 24 | 35 | 51 | 16 | 27 |
| Octal | 151 | 170 | 115 | 15 | 0 | 44 | 65 | 121 | 26 | 47 |
| Binary | 1101001 | 1111000 | 1001101 | 1101 | 0 | 100100 | 110101 | 1010001 | 10110 | 100111 |
Color Harmonies of #69784D
Complementary color
Monochromatic Colors of #69784D
Black with #69784D
Text Example
Text Example
White with #69784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69784D; }
p { color: rgb(105,120,77); }
H1.HeaderClassName
{
color: #69784D;
}
.AnyTagClassName
{
color: #69784D;
}
</style>
background-color css
<style>
a { background-color: #69784D; }
a { background-color: rgb(105,120,77); }
div.DivClassName
{
background-color: #69784D;
}
.BgClassName
{
background-color: #69784D;
}
</style>
border-color css
<style>
span { border-color: #69784D; }
span { border-color: rgb(105,120,77); }
td.TdClassName
{
border-color: #69784D;
}
.TagClassName
{
border-color: #69784D;
}
</style>