Shades of Willow Grove #6B7A55
Tints of Willow Grove #6B7A55
RGB
CMYK
RGB Variations
Color information
#6B7A55 (or 0x6B7A55) is known color: Willow Grove. HEX triplet: 6B, 7A and 55. RGB value is (107,122,85). Sum of RGB (Red+Green+Blue) = 107+122+85=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A55 is #9485AA. Grayscale: #717171. Windows color (decimal): -9733547 or 5601899. OLE color: 5601899.
HSL color Cylindrical-coordinate representation of color #6B7A55: hue angle of 84.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B7A55 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 85 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.52 |
| HSL | 84.32º | 0.18% | 0.41% | - |
| HSV(B) | 84.32º | 0.3% | 0.48% | - |
| XYZ | 14.66 | 17.7 | 11.24 | - |
| YUV | 113.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 85 | 0.12 | 0 | 0.30 | 0.52 | 84.32 | 0.18 | 0.41 |
| Hex | 6B | 7A | 55 | C | 0 | 1E | 34 | 54 | 12 | 29 |
| Octal | 153 | 172 | 125 | 14 | 0 | 36 | 64 | 124 | 22 | 51 |
| Binary | 1101011 | 1111010 | 1010101 | 1100 | 0 | 11110 | 110100 | 1010100 | 10010 | 101001 |
Color Harmonies of #6B7A55
Complementary color
Monochromatic Colors of #6B7A55
Black with #6B7A55
Text Example
Text Example
White with #6B7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A55; }
p { color: rgb(107,122,85); }
H1.HeaderClassName
{
color: #6B7A55;
}
.AnyTagClassName
{
color: #6B7A55;
}
</style>
background-color css
<style>
a { background-color: #6B7A55; }
a { background-color: rgb(107,122,85); }
div.DivClassName
{
background-color: #6B7A55;
}
.BgClassName
{
background-color: #6B7A55;
}
</style>
border-color css
<style>
span { border-color: #6B7A55; }
span { border-color: rgb(107,122,85); }
td.TdClassName
{
border-color: #6B7A55;
}
.TagClassName
{
border-color: #6B7A55;
}
</style>