Shades of Willow Grove #6C845B
Tints of Willow Grove #6C845B
RGB
CMYK
RGB Variations
Color information
#6C845B (or 0x6C845B) is known color: Willow Grove. HEX triplet: 6C, 84 and 5B. RGB value is (108,132,91). Sum of RGB (Red+Green+Blue) = 108+132+91=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #6C845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C845B is #937BA4. Grayscale: #787878. Windows color (decimal): -9665445 or 5997676. OLE color: 5997676.
HSL color Cylindrical-coordinate representation of color #6C845B: hue angle of 95.12º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C845B is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 91 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.48 |
| HSL | 95.12º | 0.18% | 0.44% | - |
| HSV(B) | 95.12º | 0.31% | 0.52% | - |
| XYZ | 16.32 | 20.45 | 12.98 | - |
| YUV | 120.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 91 | 0.18 | 0 | 0.31 | 0.48 | 95.12 | 0.18 | 0.44 |
| Hex | 6C | 84 | 5B | 12 | 0 | 1F | 30 | 5F | 12 | 2C |
| Octal | 154 | 204 | 133 | 22 | 0 | 37 | 60 | 137 | 22 | 54 |
| Binary | 1101100 | 10000100 | 1011011 | 10010 | 0 | 11111 | 110000 | 1011111 | 10010 | 101100 |
Color Harmonies of #6C845B
Complementary color
Monochromatic Colors of #6C845B
Black with #6C845B
Text Example
Text Example
White with #6C845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C845B; }
p { color: rgb(108,132,91); }
H1.HeaderClassName
{
color: #6C845B;
}
.AnyTagClassName
{
color: #6C845B;
}
</style>
background-color css
<style>
a { background-color: #6C845B; }
a { background-color: rgb(108,132,91); }
div.DivClassName
{
background-color: #6C845B;
}
.BgClassName
{
background-color: #6C845B;
}
</style>
border-color css
<style>
span { border-color: #6C845B; }
span { border-color: rgb(108,132,91); }
td.TdClassName
{
border-color: #6C845B;
}
.TagClassName
{
border-color: #6C845B;
}
</style>