Shades of Willow Grove #6C855A
Tints of Willow Grove #6C855A
RGB
CMYK
RGB Variations
Color information
#6C855A (or 0x6C855A) is known color: Willow Grove. HEX triplet: 6C, 85 and 5A. RGB value is (108,133,90). Sum of RGB (Red+Green+Blue) = 108+133+90=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #6C855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C855A is #937AA5. Grayscale: #787878. Windows color (decimal): -9665190 or 5932396. OLE color: 5932396.
HSL color Cylindrical-coordinate representation of color #6C855A: hue angle of 94.88º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C855A is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 90 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.48 |
| HSL | 94.88º | 0.19% | 0.44% | - |
| HSV(B) | 94.88º | 0.32% | 0.52% | - |
| XYZ | 16.42 | 20.7 | 12.8 | - |
| YUV | 120.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 90 | 0.19 | 0 | 0.32 | 0.48 | 94.88 | 0.19 | 0.44 |
| Hex | 6C | 85 | 5A | 13 | 0 | 20 | 30 | 5F | 13 | 2C |
| Octal | 154 | 205 | 132 | 23 | 0 | 40 | 60 | 137 | 23 | 54 |
| Binary | 1101100 | 10000101 | 1011010 | 10011 | 0 | 100000 | 110000 | 1011111 | 10011 | 101100 |
Color Harmonies of #6C855A
Complementary color
Monochromatic Colors of #6C855A
Black with #6C855A
Text Example
Text Example
White with #6C855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C855A; }
p { color: rgb(108,133,90); }
H1.HeaderClassName
{
color: #6C855A;
}
.AnyTagClassName
{
color: #6C855A;
}
</style>
background-color css
<style>
a { background-color: #6C855A; }
a { background-color: rgb(108,133,90); }
div.DivClassName
{
background-color: #6C855A;
}
.BgClassName
{
background-color: #6C855A;
}
</style>
border-color css
<style>
span { border-color: #6C855A; }
span { border-color: rgb(108,133,90); }
td.TdClassName
{
border-color: #6C855A;
}
.TagClassName
{
border-color: #6C855A;
}
</style>