Shades of Willow Grove #6A7852
Tints of Willow Grove #6A7852
RGB
CMYK
RGB Variations
Color information
#6A7852 (or 0x6A7852) is known color: Willow Grove. HEX triplet: 6A, 78 and 52. RGB value is (106,120,82). Sum of RGB (Red+Green+Blue) = 106+120+82=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7852 is #9587AD. Grayscale: #6F6F6F. Windows color (decimal): -9799598 or 5404778. OLE color: 5404778.
HSL color Cylindrical-coordinate representation of color #6A7852: hue angle of 82.11º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A7852 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 82 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.53 |
| HSL | 82.11º | 0.19% | 0.4% | - |
| HSV(B) | 82.11º | 0.32% | 0.47% | - |
| XYZ | 14.18 | 17.11 | 10.54 | - |
| YUV | 111.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 82 | 0.12 | 0 | 0.32 | 0.53 | 82.11 | 0.19 | 0.4 |
| Hex | 6A | 78 | 52 | C | 0 | 20 | 35 | 52 | 13 | 28 |
| Octal | 152 | 170 | 122 | 14 | 0 | 40 | 65 | 122 | 23 | 50 |
| Binary | 1101010 | 1111000 | 1010010 | 1100 | 0 | 100000 | 110101 | 1010010 | 10011 | 101000 |
Color Harmonies of #6A7852
Complementary color
Monochromatic Colors of #6A7852
Black with #6A7852
Text Example
Text Example
White with #6A7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7852; }
p { color: rgb(106,120,82); }
H1.HeaderClassName
{
color: #6A7852;
}
.AnyTagClassName
{
color: #6A7852;
}
</style>
background-color css
<style>
a { background-color: #6A7852; }
a { background-color: rgb(106,120,82); }
div.DivClassName
{
background-color: #6A7852;
}
.BgClassName
{
background-color: #6A7852;
}
</style>
border-color css
<style>
span { border-color: #6A7852; }
span { border-color: rgb(106,120,82); }
td.TdClassName
{
border-color: #6A7852;
}
.TagClassName
{
border-color: #6A7852;
}
</style>