Shades of Willow Grove #6B7A53
Tints of Willow Grove #6B7A53
RGB
CMYK
RGB Variations
Color information
#6B7A53 (or 0x6B7A53) is known color: Willow Grove. HEX triplet: 6B, 7A and 53. RGB value is (107,122,83). Sum of RGB (Red+Green+Blue) = 107+122+83=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A53 is #9485AC. Grayscale: #717171. Windows color (decimal): -9733549 or 5470827. OLE color: 5470827.
HSL color Cylindrical-coordinate representation of color #6B7A53: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B7A53 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 83 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.52 |
| HSL | 83.08º | 0.19% | 0.4% | - |
| HSV(B) | 83.08º | 0.32% | 0.48% | - |
| XYZ | 14.58 | 17.67 | 10.83 | - |
| YUV | 113.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 83 | 0.12 | 0 | 0.32 | 0.52 | 83.08 | 0.19 | 0.4 |
| Hex | 6B | 7A | 53 | C | 0 | 20 | 34 | 53 | 13 | 28 |
| Octal | 153 | 172 | 123 | 14 | 0 | 40 | 64 | 123 | 23 | 50 |
| Binary | 1101011 | 1111010 | 1010011 | 1100 | 0 | 100000 | 110100 | 1010011 | 10011 | 101000 |
Color Harmonies of #6B7A53
Complementary color
Monochromatic Colors of #6B7A53
Black with #6B7A53
Text Example
Text Example
White with #6B7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A53; }
p { color: rgb(107,122,83); }
H1.HeaderClassName
{
color: #6B7A53;
}
.AnyTagClassName
{
color: #6B7A53;
}
</style>
background-color css
<style>
a { background-color: #6B7A53; }
a { background-color: rgb(107,122,83); }
div.DivClassName
{
background-color: #6B7A53;
}
.BgClassName
{
background-color: #6B7A53;
}
</style>
border-color css
<style>
span { border-color: #6B7A53; }
span { border-color: rgb(107,122,83); }
td.TdClassName
{
border-color: #6B7A53;
}
.TagClassName
{
border-color: #6B7A53;
}
</style>