Shades of Willow Grove #6C8558
Tints of Willow Grove #6C8558
RGB
CMYK
RGB Variations
Color information
#6C8558 (or 0x6C8558) is known color: Willow Grove. HEX triplet: 6C, 85 and 58. RGB value is (108,133,88). Sum of RGB (Red+Green+Blue) = 108+133+88=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8558 is #937AA7. Grayscale: #787878. Windows color (decimal): -9665192 or 5801324. OLE color: 5801324.
HSL color Cylindrical-coordinate representation of color #6C8558: hue angle of 93.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C8558 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 88 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.48 |
| HSL | 93.33º | 0.2% | 0.43% | - |
| HSV(B) | 93.33º | 0.34% | 0.52% | - |
| XYZ | 16.33 | 20.67 | 12.36 | - |
| YUV | 120.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 88 | 0.19 | 0 | 0.34 | 0.48 | 93.33 | 0.2 | 0.43 |
| Hex | 6C | 85 | 58 | 13 | 0 | 22 | 30 | 5D | 14 | 2B |
| Octal | 154 | 205 | 130 | 23 | 0 | 42 | 60 | 135 | 24 | 53 |
| Binary | 1101100 | 10000101 | 1011000 | 10011 | 0 | 100010 | 110000 | 1011101 | 10100 | 101011 |
Color Harmonies of #6C8558
Complementary color
Monochromatic Colors of #6C8558
Black with #6C8558
Text Example
Text Example
White with #6C8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8558; }
p { color: rgb(108,133,88); }
H1.HeaderClassName
{
color: #6C8558;
}
.AnyTagClassName
{
color: #6C8558;
}
</style>
background-color css
<style>
a { background-color: #6C8558; }
a { background-color: rgb(108,133,88); }
div.DivClassName
{
background-color: #6C8558;
}
.BgClassName
{
background-color: #6C8558;
}
</style>
border-color css
<style>
span { border-color: #6C8558; }
span { border-color: rgb(108,133,88); }
td.TdClassName
{
border-color: #6C8558;
}
.TagClassName
{
border-color: #6C8558;
}
</style>