Shades of Willow Grove #6A7060
Tints of Willow Grove #6A7060
RGB
CMYK
RGB Variations
Color information
#6A7060 (or 0x6A7060) is known color: Willow Grove. HEX triplet: 6A, 70 and 60. RGB value is (106,112,96). Sum of RGB (Red+Green+Blue) = 106+112+96=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7060 is #958F9F. Grayscale: #6C6C6C. Windows color (decimal): -9801632 or 6320234. OLE color: 6320234.
HSL color Cylindrical-coordinate representation of color #6A7060: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A7060 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 96 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.56 |
| HSL | 82.5º | 0.08% | 0.41% | - |
| HSV(B) | 82.5º | 0.14% | 0.44% | - |
| XYZ | 13.85 | 15.5 | 13.33 | - |
| YUV | 108.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 96 | 0.05 | 0 | 0.14 | 0.56 | 82.5 | 0.08 | 0.41 |
| Hex | 6A | 70 | 60 | 5 | 0 | E | 38 | 52 | 8 | 29 |
| Octal | 152 | 160 | 140 | 5 | 0 | 16 | 70 | 122 | 10 | 51 |
| Binary | 1101010 | 1110000 | 1100000 | 101 | 0 | 1110 | 111000 | 1010010 | 1000 | 101001 |
Color Harmonies of #6A7060
Complementary color
Monochromatic Colors of #6A7060
Black with #6A7060
Text Example
Text Example
White with #6A7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7060; }
p { color: rgb(106,112,96); }
H1.HeaderClassName
{
color: #6A7060;
}
.AnyTagClassName
{
color: #6A7060;
}
</style>
background-color css
<style>
a { background-color: #6A7060; }
a { background-color: rgb(106,112,96); }
div.DivClassName
{
background-color: #6A7060;
}
.BgClassName
{
background-color: #6A7060;
}
</style>
border-color css
<style>
span { border-color: #6A7060; }
span { border-color: rgb(106,112,96); }
td.TdClassName
{
border-color: #6A7060;
}
.TagClassName
{
border-color: #6A7060;
}
</style>