Shades of Willow Grove #6C7854
Tints of Willow Grove #6C7854
RGB
CMYK
RGB Variations
Color information
#6C7854 (or 0x6C7854) is known color: Willow Grove. HEX triplet: 6C, 78 and 54. RGB value is (108,120,84). Sum of RGB (Red+Green+Blue) = 108+120+84=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7854 is #9387AB. Grayscale: #707070. Windows color (decimal): -9668524 or 5535852. OLE color: 5535852.
HSL color Cylindrical-coordinate representation of color #6C7854: hue angle of 80º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C7854 is Cyan = 0.10, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 84 | - |
| CMYK | 0.10 | 0 | 0.3 | 0.53 |
| HSL | 80º | 0.18% | 0.4% | - |
| HSV(B) | 80º | 0.3% | 0.47% | - |
| XYZ | 14.5 | 17.26 | 10.95 | - |
| YUV | 112.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 84 | 0.10 | 0 | 0.3 | 0.53 | 80 | 0.18 | 0.4 |
| Hex | 6C | 78 | 54 | A | 0 | 1E | 35 | 50 | 12 | 28 |
| Octal | 154 | 170 | 124 | 12 | 0 | 36 | 65 | 120 | 22 | 50 |
| Binary | 1101100 | 1111000 | 1010100 | 1010 | 0 | 11110 | 110101 | 1010000 | 10010 | 101000 |
Color Harmonies of #6C7854
Complementary color
Monochromatic Colors of #6C7854
Black with #6C7854
Text Example
Text Example
White with #6C7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7854; }
p { color: rgb(108,120,84); }
H1.HeaderClassName
{
color: #6C7854;
}
.AnyTagClassName
{
color: #6C7854;
}
</style>
background-color css
<style>
a { background-color: #6C7854; }
a { background-color: rgb(108,120,84); }
div.DivClassName
{
background-color: #6C7854;
}
.BgClassName
{
background-color: #6C7854;
}
</style>
border-color css
<style>
span { border-color: #6C7854; }
span { border-color: rgb(108,120,84); }
td.TdClassName
{
border-color: #6C7854;
}
.TagClassName
{
border-color: #6C7854;
}
</style>