Shades of Willow Grove #6B7B55
Tints of Willow Grove #6B7B55
RGB
CMYK
RGB Variations
Color information
#6B7B55 (or 0x6B7B55) is known color: Willow Grove. HEX triplet: 6B, 7B and 55. RGB value is (107,123,85). Sum of RGB (Red+Green+Blue) = 107+123+85=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B55 is #9484AA. Grayscale: #727272. Windows color (decimal): -9733291 or 5602155. OLE color: 5602155.
HSL color Cylindrical-coordinate representation of color #6B7B55: hue angle of 85.26º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B7B55 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 85 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.52 |
| HSL | 85.26º | 0.18% | 0.41% | - |
| HSV(B) | 85.26º | 0.31% | 0.48% | - |
| XYZ | 14.79 | 17.95 | 11.28 | - |
| YUV | 113.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 85 | 0.13 | 0 | 0.31 | 0.52 | 85.26 | 0.18 | 0.41 |
| Hex | 6B | 7B | 55 | D | 0 | 1F | 34 | 55 | 12 | 29 |
| Octal | 153 | 173 | 125 | 15 | 0 | 37 | 64 | 125 | 22 | 51 |
| Binary | 1101011 | 1111011 | 1010101 | 1101 | 0 | 11111 | 110100 | 1010101 | 10010 | 101001 |
Color Harmonies of #6B7B55
Complementary color
Monochromatic Colors of #6B7B55
Black with #6B7B55
Text Example
Text Example
White with #6B7B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B55; }
p { color: rgb(107,123,85); }
H1.HeaderClassName
{
color: #6B7B55;
}
.AnyTagClassName
{
color: #6B7B55;
}
</style>
background-color css
<style>
a { background-color: #6B7B55; }
a { background-color: rgb(107,123,85); }
div.DivClassName
{
background-color: #6B7B55;
}
.BgClassName
{
background-color: #6B7B55;
}
</style>
border-color css
<style>
span { border-color: #6B7B55; }
span { border-color: rgb(107,123,85); }
td.TdClassName
{
border-color: #6B7B55;
}
.TagClassName
{
border-color: #6B7B55;
}
</style>