Shades of Willow Grove #69765C
Tints of Willow Grove #69765C
RGB
CMYK
RGB Variations
Color information
#69765C (or 0x69765C) is known color: Willow Grove. HEX triplet: 69, 76 and 5C. RGB value is (105,118,92). Sum of RGB (Red+Green+Blue) = 105+118+92=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #69765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69765C is #9689A3. Grayscale: #6F6F6F. Windows color (decimal): -9865636 or 6059625. OLE color: 6059625.
HSL color Cylindrical-coordinate representation of color #69765C: hue angle of 90º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69765C is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 92 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.54 |
| HSL | 90º | 0.12% | 0.41% | - |
| HSV(B) | 90º | 0.22% | 0.46% | - |
| XYZ | 14.24 | 16.73 | 12.6 | - |
| YUV | 111.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 92 | 0.11 | 0 | 0.22 | 0.54 | 90 | 0.12 | 0.41 |
| Hex | 69 | 76 | 5C | B | 0 | 16 | 36 | 5A | C | 29 |
| Octal | 151 | 166 | 134 | 13 | 0 | 26 | 66 | 132 | 14 | 51 |
| Binary | 1101001 | 1110110 | 1011100 | 1011 | 0 | 10110 | 110110 | 1011010 | 1100 | 101001 |
Color Harmonies of #69765C
Complementary color
Monochromatic Colors of #69765C
Black with #69765C
Text Example
Text Example
White with #69765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69765C; }
p { color: rgb(105,118,92); }
H1.HeaderClassName
{
color: #69765C;
}
.AnyTagClassName
{
color: #69765C;
}
</style>
background-color css
<style>
a { background-color: #69765C; }
a { background-color: rgb(105,118,92); }
div.DivClassName
{
background-color: #69765C;
}
.BgClassName
{
background-color: #69765C;
}
</style>
border-color css
<style>
span { border-color: #69765C; }
span { border-color: rgb(105,118,92); }
td.TdClassName
{
border-color: #69765C;
}
.TagClassName
{
border-color: #69765C;
}
</style>