Shades of Willow Grove #6C7658
Tints of Willow Grove #6C7658
RGB
CMYK
RGB Variations
Color information
#6C7658 (or 0x6C7658) is known color: Willow Grove. HEX triplet: 6C, 76 and 58. RGB value is (108,118,88). Sum of RGB (Red+Green+Blue) = 108+118+88=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7658 is #9389A7. Grayscale: #6F6F6F. Windows color (decimal): -9669032 or 5797484. OLE color: 5797484.
HSL color Cylindrical-coordinate representation of color #6C7658: hue angle of 80º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C7658 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 88 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.54 |
| HSL | 80º | 0.15% | 0.4% | - |
| HSV(B) | 80º | 0.25% | 0.46% | - |
| XYZ | 14.42 | 16.85 | 11.72 | - |
| YUV | 111.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 88 | 0.08 | 0 | 0.25 | 0.54 | 80 | 0.15 | 0.4 |
| Hex | 6C | 76 | 58 | 8 | 0 | 19 | 36 | 50 | F | 28 |
| Octal | 154 | 166 | 130 | 10 | 0 | 31 | 66 | 120 | 17 | 50 |
| Binary | 1101100 | 1110110 | 1011000 | 1000 | 0 | 11001 | 110110 | 1010000 | 1111 | 101000 |
Color Harmonies of #6C7658
Complementary color
Monochromatic Colors of #6C7658
Black with #6C7658
Text Example
Text Example
White with #6C7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7658; }
p { color: rgb(108,118,88); }
H1.HeaderClassName
{
color: #6C7658;
}
.AnyTagClassName
{
color: #6C7658;
}
</style>
background-color css
<style>
a { background-color: #6C7658; }
a { background-color: rgb(108,118,88); }
div.DivClassName
{
background-color: #6C7658;
}
.BgClassName
{
background-color: #6C7658;
}
</style>
border-color css
<style>
span { border-color: #6C7658; }
span { border-color: rgb(108,118,88); }
td.TdClassName
{
border-color: #6C7658;
}
.TagClassName
{
border-color: #6C7658;
}
</style>