Shades of Willow Grove #6A8256
Tints of Willow Grove #6A8256
RGB
CMYK
RGB Variations
Color information
#6A8256 (or 0x6A8256) is known color: Willow Grove. HEX triplet: 6A, 82 and 56. RGB value is (106,130,86). Sum of RGB (Red+Green+Blue) = 106+130+86=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8256 is #957DA9. Grayscale: #757575. Windows color (decimal): -9797034 or 5669482. OLE color: 5669482.
HSL color Cylindrical-coordinate representation of color #6A8256: hue angle of 92.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A8256 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 130 | 86 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.49 |
| HSL | 92.73º | 0.2% | 0.42% | - |
| HSV(B) | 92.73º | 0.34% | 0.51% | - |
| XYZ | 15.61 | 19.7 | 11.78 | - |
| YUV | 117.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 130 | 86 | 0.18 | 0 | 0.34 | 0.49 | 92.73 | 0.2 | 0.42 |
| Hex | 6A | 82 | 56 | 12 | 0 | 22 | 31 | 5D | 14 | 2A |
| Octal | 152 | 202 | 126 | 22 | 0 | 42 | 61 | 135 | 24 | 52 |
| Binary | 1101010 | 10000010 | 1010110 | 10010 | 0 | 100010 | 110001 | 1011101 | 10100 | 101010 |
Color Harmonies of #6A8256
Complementary color
Monochromatic Colors of #6A8256
Black with #6A8256
Text Example
Text Example
White with #6A8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8256; }
p { color: rgb(106,130,86); }
H1.HeaderClassName
{
color: #6A8256;
}
.AnyTagClassName
{
color: #6A8256;
}
</style>
background-color css
<style>
a { background-color: #6A8256; }
a { background-color: rgb(106,130,86); }
div.DivClassName
{
background-color: #6A8256;
}
.BgClassName
{
background-color: #6A8256;
}
</style>
border-color css
<style>
span { border-color: #6A8256; }
span { border-color: rgb(106,130,86); }
td.TdClassName
{
border-color: #6A8256;
}
.TagClassName
{
border-color: #6A8256;
}
</style>