Shades of Willow Grove #69754F
Tints of Willow Grove #69754F
RGB
CMYK
RGB Variations
Color information
#69754F (or 0x69754F) is known color: Willow Grove. HEX triplet: 69, 75 and 4F. RGB value is (105,117,79). Sum of RGB (Red+Green+Blue) = 105+117+79=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #69754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69754F is #968AB0. Grayscale: #6D6D6D. Windows color (decimal): -9865905 or 5207401. OLE color: 5207401.
HSL color Cylindrical-coordinate representation of color #69754F: hue angle of 78.95º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69754F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 79 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.54 |
| HSL | 78.95º | 0.19% | 0.38% | - |
| HSV(B) | 78.95º | 0.32% | 0.46% | - |
| XYZ | 13.6 | 16.29 | 9.82 | - |
| YUV | 109.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 79 | 0.10 | 0 | 0.32 | 0.54 | 78.95 | 0.19 | 0.38 |
| Hex | 69 | 75 | 4F | A | 0 | 20 | 36 | 4F | 13 | 26 |
| Octal | 151 | 165 | 117 | 12 | 0 | 40 | 66 | 117 | 23 | 46 |
| Binary | 1101001 | 1110101 | 1001111 | 1010 | 0 | 100000 | 110110 | 1001111 | 10011 | 100110 |
Color Harmonies of #69754F
Complementary color
Monochromatic Colors of #69754F
Black with #69754F
Text Example
Text Example
White with #69754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69754F; }
p { color: rgb(105,117,79); }
H1.HeaderClassName
{
color: #69754F;
}
.AnyTagClassName
{
color: #69754F;
}
</style>
background-color css
<style>
a { background-color: #69754F; }
a { background-color: rgb(105,117,79); }
div.DivClassName
{
background-color: #69754F;
}
.BgClassName
{
background-color: #69754F;
}
</style>
border-color css
<style>
span { border-color: #69754F; }
span { border-color: rgb(105,117,79); }
td.TdClassName
{
border-color: #69754F;
}
.TagClassName
{
border-color: #69754F;
}
</style>