Shades of Willow Grove #6A7552
Tints of Willow Grove #6A7552
RGB
CMYK
RGB Variations
Color information
#6A7552 (or 0x6A7552) is known color: Willow Grove. HEX triplet: 6A, 75 and 52. RGB value is (106,117,82). Sum of RGB (Red+Green+Blue) = 106+117+82=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #6A7552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7552 is #958AAD. Grayscale: #6D6D6D. Windows color (decimal): -9800366 or 5404010. OLE color: 5404010.
HSL color Cylindrical-coordinate representation of color #6A7552: hue angle of 78.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A7552 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 82 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.54 |
| HSL | 78.86º | 0.18% | 0.39% | - |
| HSV(B) | 78.86º | 0.3% | 0.46% | - |
| XYZ | 13.83 | 16.4 | 10.42 | - |
| YUV | 109.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 82 | 0.09 | 0 | 0.30 | 0.54 | 78.86 | 0.18 | 0.39 |
| Hex | 6A | 75 | 52 | 9 | 0 | 1E | 36 | 4F | 12 | 27 |
| Octal | 152 | 165 | 122 | 11 | 0 | 36 | 66 | 117 | 22 | 47 |
| Binary | 1101010 | 1110101 | 1010010 | 1001 | 0 | 11110 | 110110 | 1001111 | 10010 | 100111 |
Color Harmonies of #6A7552
Complementary color
Monochromatic Colors of #6A7552
Black with #6A7552
Text Example
Text Example
White with #6A7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7552; }
p { color: rgb(106,117,82); }
H1.HeaderClassName
{
color: #6A7552;
}
.AnyTagClassName
{
color: #6A7552;
}
</style>
background-color css
<style>
a { background-color: #6A7552; }
a { background-color: rgb(106,117,82); }
div.DivClassName
{
background-color: #6A7552;
}
.BgClassName
{
background-color: #6A7552;
}
</style>
border-color css
<style>
span { border-color: #6A7552; }
span { border-color: rgb(106,117,82); }
td.TdClassName
{
border-color: #6A7552;
}
.TagClassName
{
border-color: #6A7552;
}
</style>