Shades of Willow Grove #6B745A
Tints of Willow Grove #6B745A
RGB
CMYK
RGB Variations
Color information
#6B745A (or 0x6B745A) is known color: Willow Grove. HEX triplet: 6B, 74 and 5A. RGB value is (107,116,90). Sum of RGB (Red+Green+Blue) = 107+116+90=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 116 - color contains mainly: green. Hex color #6B745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B745A is #948BA5. Grayscale: #6E6E6E. Windows color (decimal): -9735078 or 5928043. OLE color: 5928043.
HSL color Cylindrical-coordinate representation of color #6B745A: hue angle of 80.77º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B745A is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 90 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.55 |
| HSL | 80.77º | 0.13% | 0.4% | - |
| HSV(B) | 80.77º | 0.22% | 0.45% | - |
| XYZ | 14.15 | 16.35 | 12.08 | - |
| YUV | 110.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 90 | 0.08 | 0 | 0.22 | 0.55 | 80.77 | 0.13 | 0.4 |
| Hex | 6B | 74 | 5A | 8 | 0 | 16 | 37 | 51 | D | 28 |
| Octal | 153 | 164 | 132 | 10 | 0 | 26 | 67 | 121 | 15 | 50 |
| Binary | 1101011 | 1110100 | 1011010 | 1000 | 0 | 10110 | 110111 | 1010001 | 1101 | 101000 |
Color Harmonies of #6B745A
Complementary color
Monochromatic Colors of #6B745A
Black with #6B745A
Text Example
Text Example
White with #6B745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B745A; }
p { color: rgb(107,116,90); }
H1.HeaderClassName
{
color: #6B745A;
}
.AnyTagClassName
{
color: #6B745A;
}
</style>
background-color css
<style>
a { background-color: #6B745A; }
a { background-color: rgb(107,116,90); }
div.DivClassName
{
background-color: #6B745A;
}
.BgClassName
{
background-color: #6B745A;
}
</style>
border-color css
<style>
span { border-color: #6B745A; }
span { border-color: rgb(107,116,90); }
td.TdClassName
{
border-color: #6B745A;
}
.TagClassName
{
border-color: #6B745A;
}
</style>