Shades of Willow Grove #6C8251
Tints of Willow Grove #6C8251
RGB
CMYK
RGB Variations
Color information
#6C8251 (or 0x6C8251) is known color: Willow Grove. HEX triplet: 6C, 82 and 51. RGB value is (108,130,81). Sum of RGB (Red+Green+Blue) = 108+130+81=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8251 is #937DAE. Grayscale: #767676. Windows color (decimal): -9665967 or 5341804. OLE color: 5341804.
HSL color Cylindrical-coordinate representation of color #6C8251: hue angle of 86.94º degrees, saturation: 0.23, 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 #6C8251 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 81 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.49 |
| HSL | 86.94º | 0.23% | 0.41% | - |
| HSV(B) | 86.94º | 0.38% | 0.51% | - |
| XYZ | 15.65 | 19.75 | 10.77 | - |
| YUV | 117.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 81 | 0.17 | 0 | 0.38 | 0.49 | 86.94 | 0.23 | 0.41 |
| Hex | 6C | 82 | 51 | 11 | 0 | 26 | 31 | 57 | 17 | 29 |
| Octal | 154 | 202 | 121 | 21 | 0 | 46 | 61 | 127 | 27 | 51 |
| Binary | 1101100 | 10000010 | 1010001 | 10001 | 0 | 100110 | 110001 | 1010111 | 10111 | 101001 |
Color Harmonies of #6C8251
Complementary color
Monochromatic Colors of #6C8251
Black with #6C8251
Text Example
Text Example
White with #6C8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8251; }
p { color: rgb(108,130,81); }
H1.HeaderClassName
{
color: #6C8251;
}
.AnyTagClassName
{
color: #6C8251;
}
</style>
background-color css
<style>
a { background-color: #6C8251; }
a { background-color: rgb(108,130,81); }
div.DivClassName
{
background-color: #6C8251;
}
.BgClassName
{
background-color: #6C8251;
}
</style>
border-color css
<style>
span { border-color: #6C8251; }
span { border-color: rgb(108,130,81); }
td.TdClassName
{
border-color: #6C8251;
}
.TagClassName
{
border-color: #6C8251;
}
</style>