Shades of Willow Grove #6B765B
Tints of Willow Grove #6B765B
RGB
CMYK
RGB Variations
Color information
#6B765B (or 0x6B765B) is known color: Willow Grove. HEX triplet: 6B, 76 and 5B. RGB value is (107,118,91). Sum of RGB (Red+Green+Blue) = 107+118+91=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #6B765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B765B is #9489A4. Grayscale: #6F6F6F. Windows color (decimal): -9734565 or 5994091. OLE color: 5994091.
HSL color Cylindrical-coordinate representation of color #6B765B: hue angle of 84.44º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B765B is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 91 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.54 |
| HSL | 84.44º | 0.13% | 0.41% | - |
| HSV(B) | 84.44º | 0.23% | 0.46% | - |
| XYZ | 14.43 | 16.84 | 12.39 | - |
| YUV | 111.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 91 | 0.09 | 0 | 0.23 | 0.54 | 84.44 | 0.13 | 0.41 |
| Hex | 6B | 76 | 5B | 9 | 0 | 17 | 36 | 54 | D | 29 |
| Octal | 153 | 166 | 133 | 11 | 0 | 27 | 66 | 124 | 15 | 51 |
| Binary | 1101011 | 1110110 | 1011011 | 1001 | 0 | 10111 | 110110 | 1010100 | 1101 | 101001 |
Color Harmonies of #6B765B
Complementary color
Monochromatic Colors of #6B765B
Black with #6B765B
Text Example
Text Example
White with #6B765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B765B; }
p { color: rgb(107,118,91); }
H1.HeaderClassName
{
color: #6B765B;
}
.AnyTagClassName
{
color: #6B765B;
}
</style>
background-color css
<style>
a { background-color: #6B765B; }
a { background-color: rgb(107,118,91); }
div.DivClassName
{
background-color: #6B765B;
}
.BgClassName
{
background-color: #6B765B;
}
</style>
border-color css
<style>
span { border-color: #6B765B; }
span { border-color: rgb(107,118,91); }
td.TdClassName
{
border-color: #6B765B;
}
.TagClassName
{
border-color: #6B765B;
}
</style>