Shades of Willow Grove #6B7362
Tints of Willow Grove #6B7362
RGB
CMYK
RGB Variations
Color information
#6B7362 (or 0x6B7362) is known color: Willow Grove. HEX triplet: 6B, 73 and 62. RGB value is (107,115,98). Sum of RGB (Red+Green+Blue) = 107+115+98=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #6B7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7362 is #948C9D. Grayscale: #6E6E6E. Windows color (decimal): -9735326 or 6452075. OLE color: 6452075.
HSL color Cylindrical-coordinate representation of color #6B7362: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B7362 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 115 | 98 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.55 |
| HSL | 88.24º | 0.08% | 0.42% | - |
| HSV(B) | 88.24º | 0.15% | 0.45% | - |
| XYZ | 14.4 | 16.27 | 13.94 | - |
| YUV | 110.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 98 | 0.07 | 0 | 0.15 | 0.55 | 88.24 | 0.08 | 0.42 |
| Hex | 6B | 73 | 62 | 7 | 0 | F | 37 | 58 | 8 | 2A |
| Octal | 153 | 163 | 142 | 7 | 0 | 17 | 67 | 130 | 10 | 52 |
| Binary | 1101011 | 1110011 | 1100010 | 111 | 0 | 1111 | 110111 | 1011000 | 1000 | 101010 |
Color Harmonies of #6B7362
Complementary color
Monochromatic Colors of #6B7362
Black with #6B7362
Text Example
Text Example
White with #6B7362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7362; }
p { color: rgb(107,115,98); }
H1.HeaderClassName
{
color: #6B7362;
}
.AnyTagClassName
{
color: #6B7362;
}
</style>
background-color css
<style>
a { background-color: #6B7362; }
a { background-color: rgb(107,115,98); }
div.DivClassName
{
background-color: #6B7362;
}
.BgClassName
{
background-color: #6B7362;
}
</style>
border-color css
<style>
span { border-color: #6B7362; }
span { border-color: rgb(107,115,98); }
td.TdClassName
{
border-color: #6B7362;
}
.TagClassName
{
border-color: #6B7362;
}
</style>