Shades of Willow Grove #69794E
Tints of Willow Grove #69794E
RGB
CMYK
RGB Variations
Color information
#69794E (or 0x69794E) is known color: Willow Grove. HEX triplet: 69, 79 and 4E. RGB value is (105,121,78). Sum of RGB (Red+Green+Blue) = 105+121+78=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #69794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69794E is #9686B1. Grayscale: #6F6F6F. Windows color (decimal): -9864882 or 5142889. OLE color: 5142889.
HSL color Cylindrical-coordinate representation of color #69794E: hue angle of 82.33º 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 #69794E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 78 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.53 |
| HSL | 82.33º | 0.22% | 0.39% | - |
| HSV(B) | 82.33º | 0.36% | 0.47% | - |
| XYZ | 14.04 | 17.23 | 9.79 | - |
| YUV | 111.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 78 | 0.13 | 0 | 0.36 | 0.53 | 82.33 | 0.22 | 0.39 |
| Hex | 69 | 79 | 4E | D | 0 | 24 | 35 | 52 | 16 | 27 |
| Octal | 151 | 171 | 116 | 15 | 0 | 44 | 65 | 122 | 26 | 47 |
| Binary | 1101001 | 1111001 | 1001110 | 1101 | 0 | 100100 | 110101 | 1010010 | 10110 | 100111 |
Color Harmonies of #69794E
Complementary color
Monochromatic Colors of #69794E
Black with #69794E
Text Example
Text Example
White with #69794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69794E; }
p { color: rgb(105,121,78); }
H1.HeaderClassName
{
color: #69794E;
}
.AnyTagClassName
{
color: #69794E;
}
</style>
background-color css
<style>
a { background-color: #69794E; }
a { background-color: rgb(105,121,78); }
div.DivClassName
{
background-color: #69794E;
}
.BgClassName
{
background-color: #69794E;
}
</style>
border-color css
<style>
span { border-color: #69794E; }
span { border-color: rgb(105,121,78); }
td.TdClassName
{
border-color: #69794E;
}
.TagClassName
{
border-color: #69794E;
}
</style>