Shades of Wild Willow #A7C560
Tints of Wild Willow #A7C560
RGB
CMYK
RGB Variations
Color information
#A7C560 (or 0xA7C560) is known color: Wild Willow. HEX triplet: A7, C5 and 60. RGB value is (167,197,96). Sum of RGB (Red+Green+Blue) = 167+197+96=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C560 is #583A9F. Grayscale: #B0B0B0. Windows color (decimal): -5782176 or 6342055. OLE color: 6342055.
HSL color Cylindrical-coordinate representation of color #A7C560: hue angle of 77.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7C560 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 197 | 96 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.23 |
| HSL | 77.82º | 0.47% | 0.57% | - |
| HSV(B) | 77.82º | 0.51% | 0.77% | - |
| XYZ | 38.01 | 48.99 | 18.52 | - |
| YUV | 176.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 96 | 0.15 | 0 | 0.51 | 0.23 | 77.82 | 0.47 | 0.57 |
| Hex | A7 | C5 | 60 | F | 0 | 33 | 17 | 4E | 2F | 39 |
| Octal | 247 | 305 | 140 | 17 | 0 | 63 | 27 | 116 | 57 | 71 |
| Binary | 10100111 | 11000101 | 1100000 | 1111 | 0 | 110011 | 10111 | 1001110 | 101111 | 111001 |
Color Harmonies of #A7C560
Complementary color
Monochromatic Colors of #A7C560
Black with #A7C560
Text Example
Text Example
White with #A7C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C560; }
p { color: rgb(167,197,96); }
H1.HeaderClassName
{
color: #A7C560;
}
.AnyTagClassName
{
color: #A7C560;
}
</style>
background-color css
<style>
a { background-color: #A7C560; }
a { background-color: rgb(167,197,96); }
div.DivClassName
{
background-color: #A7C560;
}
.BgClassName
{
background-color: #A7C560;
}
</style>
border-color css
<style>
span { border-color: #A7C560; }
span { border-color: rgb(167,197,96); }
td.TdClassName
{
border-color: #A7C560;
}
.TagClassName
{
border-color: #A7C560;
}
</style>