Shades of Willow Grove #6D8250
Tints of Willow Grove #6D8250
RGB
CMYK
RGB Variations
Color information
#6D8250 (or 0x6D8250) is known color: Willow Grove. HEX triplet: 6D, 82 and 50. RGB value is (109,130,80). Sum of RGB (Red+Green+Blue) = 109+130+80=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8250 is #927DAF. Grayscale: #767676. Windows color (decimal): -9600432 or 5276269. OLE color: 5276269.
HSL color Cylindrical-coordinate representation of color #6D8250: hue angle of 85.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D8250 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 80 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.49 |
| HSL | 85.2º | 0.24% | 0.41% | - |
| HSV(B) | 85.2º | 0.38% | 0.51% | - |
| XYZ | 15.74 | 19.8 | 10.58 | - |
| YUV | 118.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 80 | 0.16 | 0 | 0.38 | 0.49 | 85.2 | 0.24 | 0.41 |
| Hex | 6D | 82 | 50 | 10 | 0 | 26 | 31 | 55 | 18 | 29 |
| Octal | 155 | 202 | 120 | 20 | 0 | 46 | 61 | 125 | 30 | 51 |
| Binary | 1101101 | 10000010 | 1010000 | 10000 | 0 | 100110 | 110001 | 1010101 | 11000 | 101001 |
Color Harmonies of #6D8250
Complementary color
Monochromatic Colors of #6D8250
Black with #6D8250
Text Example
Text Example
White with #6D8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8250; }
p { color: rgb(109,130,80); }
H1.HeaderClassName
{
color: #6D8250;
}
.AnyTagClassName
{
color: #6D8250;
}
</style>
background-color css
<style>
a { background-color: #6D8250; }
a { background-color: rgb(109,130,80); }
div.DivClassName
{
background-color: #6D8250;
}
.BgClassName
{
background-color: #6D8250;
}
</style>
border-color css
<style>
span { border-color: #6D8250; }
span { border-color: rgb(109,130,80); }
td.TdClassName
{
border-color: #6D8250;
}
.TagClassName
{
border-color: #6D8250;
}
</style>