Shades of Willow Grove #6C8252
Tints of Willow Grove #6C8252
RGB
CMYK
RGB Variations
Color information
#6C8252 (or 0x6C8252) is known color: Willow Grove. HEX triplet: 6C, 82 and 52. RGB value is (108,130,82). Sum of RGB (Red+Green+Blue) = 108+130+82=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #6C8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8252 is #937DAD. Grayscale: #767676. Windows color (decimal): -9665966 or 5407340. OLE color: 5407340.
HSL color Cylindrical-coordinate representation of color #6C8252: hue angle of 87.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C8252 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 82 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.49 |
| HSL | 87.5º | 0.23% | 0.42% | - |
| HSV(B) | 87.5º | 0.37% | 0.51% | - |
| XYZ | 15.69 | 19.76 | 10.97 | - |
| YUV | 117.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 82 | 0.17 | 0 | 0.37 | 0.49 | 87.5 | 0.23 | 0.42 |
| Hex | 6C | 82 | 52 | 11 | 0 | 25 | 31 | 57 | 17 | 2A |
| Octal | 154 | 202 | 122 | 21 | 0 | 45 | 61 | 127 | 27 | 52 |
| Binary | 1101100 | 10000010 | 1010010 | 10001 | 0 | 100101 | 110001 | 1010111 | 10111 | 101010 |
Color Harmonies of #6C8252
Complementary color
Monochromatic Colors of #6C8252
Black with #6C8252
Text Example
Text Example
White with #6C8252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8252; }
p { color: rgb(108,130,82); }
H1.HeaderClassName
{
color: #6C8252;
}
.AnyTagClassName
{
color: #6C8252;
}
</style>
background-color css
<style>
a { background-color: #6C8252; }
a { background-color: rgb(108,130,82); }
div.DivClassName
{
background-color: #6C8252;
}
.BgClassName
{
background-color: #6C8252;
}
</style>
border-color css
<style>
span { border-color: #6C8252; }
span { border-color: rgb(108,130,82); }
td.TdClassName
{
border-color: #6C8252;
}
.TagClassName
{
border-color: #6C8252;
}
</style>