Shades of Willow Grove #6B7A4D
Tints of Willow Grove #6B7A4D
RGB
CMYK
RGB Variations
Color information
#6B7A4D (or 0x6B7A4D) is known color: Willow Grove. HEX triplet: 6B, 7A and 4D. RGB value is (107,122,77). Sum of RGB (Red+Green+Blue) = 107+122+77=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A4D is #9485B2. Grayscale: #707070. Windows color (decimal): -9733555 or 5077611. OLE color: 5077611.
HSL color Cylindrical-coordinate representation of color #6B7A4D: hue angle of 80º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7A4D is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 77 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.52 |
| HSL | 80º | 0.23% | 0.39% | - |
| HSV(B) | 80º | 0.37% | 0.48% | - |
| XYZ | 14.36 | 17.58 | 9.66 | - |
| YUV | 112.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 77 | 0.12 | 0 | 0.37 | 0.52 | 80 | 0.23 | 0.39 |
| Hex | 6B | 7A | 4D | C | 0 | 25 | 34 | 50 | 17 | 27 |
| Octal | 153 | 172 | 115 | 14 | 0 | 45 | 64 | 120 | 27 | 47 |
| Binary | 1101011 | 1111010 | 1001101 | 1100 | 0 | 100101 | 110100 | 1010000 | 10111 | 100111 |
Color Harmonies of #6B7A4D
Complementary color
Monochromatic Colors of #6B7A4D
Black with #6B7A4D
Text Example
Text Example
White with #6B7A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A4D; }
p { color: rgb(107,122,77); }
H1.HeaderClassName
{
color: #6B7A4D;
}
.AnyTagClassName
{
color: #6B7A4D;
}
</style>
background-color css
<style>
a { background-color: #6B7A4D; }
a { background-color: rgb(107,122,77); }
div.DivClassName
{
background-color: #6B7A4D;
}
.BgClassName
{
background-color: #6B7A4D;
}
</style>
border-color css
<style>
span { border-color: #6B7A4D; }
span { border-color: rgb(107,122,77); }
td.TdClassName
{
border-color: #6B7A4D;
}
.TagClassName
{
border-color: #6B7A4D;
}
</style>