Shades of Willow Grove #69735D
Tints of Willow Grove #69735D
RGB
CMYK
RGB Variations
Color information
#69735D (or 0x69735D) is known color: Willow Grove. HEX triplet: 69, 73 and 5D. RGB value is (105,115,93). Sum of RGB (Red+Green+Blue) = 105+115+93=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #69735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69735D is #968CA2. Grayscale: #6D6D6D. Windows color (decimal): -9866403 or 6124393. OLE color: 6124393.
HSL color Cylindrical-coordinate representation of color #69735D: hue angle of 87.27º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69735D is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 115 | 93 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.55 |
| HSL | 87.27º | 0.11% | 0.41% | - |
| HSV(B) | 87.27º | 0.19% | 0.45% | - |
| XYZ | 13.93 | 16.06 | 12.72 | - |
| YUV | 109.5 | 118.69 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 93 | 0.09 | 0 | 0.19 | 0.55 | 87.27 | 0.11 | 0.41 |
| Hex | 69 | 73 | 5D | 9 | 0 | 13 | 37 | 57 | B | 29 |
| Octal | 151 | 163 | 135 | 11 | 0 | 23 | 67 | 127 | 13 | 51 |
| Binary | 1101001 | 1110011 | 1011101 | 1001 | 0 | 10011 | 110111 | 1010111 | 1011 | 101001 |
Color Harmonies of #69735D
Complementary color
Monochromatic Colors of #69735D
Black with #69735D
Text Example
Text Example
White with #69735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69735D; }
p { color: rgb(105,115,93); }
H1.HeaderClassName
{
color: #69735D;
}
.AnyTagClassName
{
color: #69735D;
}
</style>
background-color css
<style>
a { background-color: #69735D; }
a { background-color: rgb(105,115,93); }
div.DivClassName
{
background-color: #69735D;
}
.BgClassName
{
background-color: #69735D;
}
</style>
border-color css
<style>
span { border-color: #69735D; }
span { border-color: rgb(105,115,93); }
td.TdClassName
{
border-color: #69735D;
}
.TagClassName
{
border-color: #69735D;
}
</style>