Shades of Willow Grove #6B7853
Tints of Willow Grove #6B7853
RGB
CMYK
RGB Variations
Color information
#6B7853 (or 0x6B7853) is known color: Willow Grove. HEX triplet: 6B, 78 and 53. RGB value is (107,120,83). Sum of RGB (Red+Green+Blue) = 107+120+83=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #6B7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7853 is #9487AC. Grayscale: #707070. Windows color (decimal): -9734061 or 5470315. OLE color: 5470315.
HSL color Cylindrical-coordinate representation of color #6B7853: hue angle of 81.08º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B7853 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 120 | 83 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.53 |
| HSL | 81.08º | 0.18% | 0.4% | - |
| HSV(B) | 81.08º | 0.31% | 0.47% | - |
| XYZ | 14.34 | 17.18 | 10.74 | - |
| YUV | 111.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 83 | 0.11 | 0 | 0.31 | 0.53 | 81.08 | 0.18 | 0.4 |
| Hex | 6B | 78 | 53 | B | 0 | 1F | 35 | 51 | 12 | 28 |
| Octal | 153 | 170 | 123 | 13 | 0 | 37 | 65 | 121 | 22 | 50 |
| Binary | 1101011 | 1111000 | 1010011 | 1011 | 0 | 11111 | 110101 | 1010001 | 10010 | 101000 |
Color Harmonies of #6B7853
Complementary color
Monochromatic Colors of #6B7853
Black with #6B7853
Text Example
Text Example
White with #6B7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7853; }
p { color: rgb(107,120,83); }
H1.HeaderClassName
{
color: #6B7853;
}
.AnyTagClassName
{
color: #6B7853;
}
</style>
background-color css
<style>
a { background-color: #6B7853; }
a { background-color: rgb(107,120,83); }
div.DivClassName
{
background-color: #6B7853;
}
.BgClassName
{
background-color: #6B7853;
}
</style>
border-color css
<style>
span { border-color: #6B7853; }
span { border-color: rgb(107,120,83); }
td.TdClassName
{
border-color: #6B7853;
}
.TagClassName
{
border-color: #6B7853;
}
</style>