Shades of Willow Grove #6A7854
Tints of Willow Grove #6A7854
RGB
CMYK
RGB Variations
Color information
#6A7854 (or 0x6A7854) is known color: Willow Grove. HEX triplet: 6A, 78 and 54. RGB value is (106,120,84). Sum of RGB (Red+Green+Blue) = 106+120+84=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7854 is #9587AB. Grayscale: #6F6F6F. Windows color (decimal): -9799596 or 5535850. OLE color: 5535850.
HSL color Cylindrical-coordinate representation of color #6A7854: hue angle of 83.33º 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 #6A7854 is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 84 | - |
| CMYK | 0.12 | 0 | 0.3 | 0.53 |
| HSL | 83.33º | 0.18% | 0.4% | - |
| HSV(B) | 83.33º | 0.3% | 0.47% | - |
| XYZ | 14.26 | 17.14 | 10.94 | - |
| YUV | 111.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 84 | 0.12 | 0 | 0.3 | 0.53 | 83.33 | 0.18 | 0.4 |
| Hex | 6A | 78 | 54 | C | 0 | 1E | 35 | 53 | 12 | 28 |
| Octal | 152 | 170 | 124 | 14 | 0 | 36 | 65 | 123 | 22 | 50 |
| Binary | 1101010 | 1111000 | 1010100 | 1100 | 0 | 11110 | 110101 | 1010011 | 10010 | 101000 |
Color Harmonies of #6A7854
Complementary color
Monochromatic Colors of #6A7854
Black with #6A7854
Text Example
Text Example
White with #6A7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7854; }
p { color: rgb(106,120,84); }
H1.HeaderClassName
{
color: #6A7854;
}
.AnyTagClassName
{
color: #6A7854;
}
</style>
background-color css
<style>
a { background-color: #6A7854; }
a { background-color: rgb(106,120,84); }
div.DivClassName
{
background-color: #6A7854;
}
.BgClassName
{
background-color: #6A7854;
}
</style>
border-color css
<style>
span { border-color: #6A7854; }
span { border-color: rgb(106,120,84); }
td.TdClassName
{
border-color: #6A7854;
}
.TagClassName
{
border-color: #6A7854;
}
</style>