Shades of Willow Grove #6B755A
Tints of Willow Grove #6B755A
RGB
CMYK
RGB Variations
Color information
#6B755A (or 0x6B755A) is known color: Willow Grove. HEX triplet: 6B, 75 and 5A. RGB value is (107,117,90). Sum of RGB (Red+Green+Blue) = 107+117+90=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #6B755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B755A is #948AA5. Grayscale: #6F6F6F. Windows color (decimal): -9734822 or 5928299. OLE color: 5928299.
HSL color Cylindrical-coordinate representation of color #6B755A: hue angle of 82.22º 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 #6B755A is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 117 | 90 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.54 |
| HSL | 82.22º | 0.13% | 0.41% | - |
| HSV(B) | 82.22º | 0.23% | 0.46% | - |
| XYZ | 14.27 | 16.59 | 12.12 | - |
| YUV | 110.93 | 116.19 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 90 | 0.09 | 0 | 0.23 | 0.54 | 82.22 | 0.13 | 0.41 |
| Hex | 6B | 75 | 5A | 9 | 0 | 17 | 36 | 52 | D | 29 |
| Octal | 153 | 165 | 132 | 11 | 0 | 27 | 66 | 122 | 15 | 51 |
| Binary | 1101011 | 1110101 | 1011010 | 1001 | 0 | 10111 | 110110 | 1010010 | 1101 | 101001 |
Color Harmonies of #6B755A
Complementary color
Monochromatic Colors of #6B755A
Black with #6B755A
Text Example
Text Example
White with #6B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B755A; }
p { color: rgb(107,117,90); }
H1.HeaderClassName
{
color: #6B755A;
}
.AnyTagClassName
{
color: #6B755A;
}
</style>
background-color css
<style>
a { background-color: #6B755A; }
a { background-color: rgb(107,117,90); }
div.DivClassName
{
background-color: #6B755A;
}
.BgClassName
{
background-color: #6B755A;
}
</style>
border-color css
<style>
span { border-color: #6B755A; }
span { border-color: rgb(107,117,90); }
td.TdClassName
{
border-color: #6B755A;
}
.TagClassName
{
border-color: #6B755A;
}
</style>