Shades of Willow Grove #5F6A56
Tints of Willow Grove #5F6A56
RGB
CMYK
RGB Variations
Color information
#5F6A56 (or 0x5F6A56) is known color: Willow Grove. HEX triplet: 5F, 6A and 56. RGB value is (95,106,86). Sum of RGB (Red+Green+Blue) = 95+106+86=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 106 - color contains mainly: green. Hex color #5F6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6A56 is #A095A9. Grayscale: #646464. Windows color (decimal): -10524074 or 5663327. OLE color: 5663327.
HSL color Cylindrical-coordinate representation of color #5F6A56: hue angle of 93º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6A56 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 106 | 86 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.58 |
| HSL | 93º | 0.1% | 0.38% | - |
| HSV(B) | 93º | 0.19% | 0.42% | - |
| XYZ | 11.55 | 13.41 | 10.78 | - |
| YUV | 100.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 86 | 0.10 | 0 | 0.19 | 0.58 | 93 | 0.1 | 0.38 |
| Hex | 5F | 6A | 56 | A | 0 | 13 | 3A | 5D | A | 26 |
| Octal | 137 | 152 | 126 | 12 | 0 | 23 | 72 | 135 | 12 | 46 |
| Binary | 1011111 | 1101010 | 1010110 | 1010 | 0 | 10011 | 111010 | 1011101 | 1010 | 100110 |
Color Harmonies of #5F6A56
Complementary color
Monochromatic Colors of #5F6A56
Black with #5F6A56
Text Example
Text Example
White with #5F6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6A56; }
p { color: rgb(95,106,86); }
H1.HeaderClassName
{
color: #5F6A56;
}
.AnyTagClassName
{
color: #5F6A56;
}
</style>
background-color css
<style>
a { background-color: #5F6A56; }
a { background-color: rgb(95,106,86); }
div.DivClassName
{
background-color: #5F6A56;
}
.BgClassName
{
background-color: #5F6A56;
}
</style>
border-color css
<style>
span { border-color: #5F6A56; }
span { border-color: rgb(95,106,86); }
td.TdClassName
{
border-color: #5F6A56;
}
.TagClassName
{
border-color: #5F6A56;
}
</style>