Shades of Willow Grove #6C7D56
Tints of Willow Grove #6C7D56
RGB
CMYK
RGB Variations
Color information
#6C7D56 (or 0x6C7D56) is known color: Willow Grove. HEX triplet: 6C, 7D and 56. RGB value is (108,125,86). Sum of RGB (Red+Green+Blue) = 108+125+86=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #6C7D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7D56 is #9382A9. Grayscale: #737373. Windows color (decimal): -9667242 or 5668204. OLE color: 5668204.
HSL color Cylindrical-coordinate representation of color #6C7D56: hue angle of 86.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C7D56 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 125 | 86 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.51 |
| HSL | 86.15º | 0.18% | 0.41% | - |
| HSV(B) | 86.15º | 0.31% | 0.49% | - |
| XYZ | 15.2 | 18.53 | 11.58 | - |
| YUV | 115.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 125 | 86 | 0.14 | 0 | 0.31 | 0.51 | 86.15 | 0.18 | 0.41 |
| Hex | 6C | 7D | 56 | E | 0 | 1F | 33 | 56 | 12 | 29 |
| Octal | 154 | 175 | 126 | 16 | 0 | 37 | 63 | 126 | 22 | 51 |
| Binary | 1101100 | 1111101 | 1010110 | 1110 | 0 | 11111 | 110011 | 1010110 | 10010 | 101001 |
Color Harmonies of #6C7D56
Complementary color
Monochromatic Colors of #6C7D56
Black with #6C7D56
Text Example
Text Example
White with #6C7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7D56; }
p { color: rgb(108,125,86); }
H1.HeaderClassName
{
color: #6C7D56;
}
.AnyTagClassName
{
color: #6C7D56;
}
</style>
background-color css
<style>
a { background-color: #6C7D56; }
a { background-color: rgb(108,125,86); }
div.DivClassName
{
background-color: #6C7D56;
}
.BgClassName
{
background-color: #6C7D56;
}
</style>
border-color css
<style>
span { border-color: #6C7D56; }
span { border-color: rgb(108,125,86); }
td.TdClassName
{
border-color: #6C7D56;
}
.TagClassName
{
border-color: #6C7D56;
}
</style>