Shades of Wild Willow #C7D860
Tints of Wild Willow #C7D860
RGB
CMYK
RGB Variations
Color information
#C7D860 (or 0xC7D860) is known color: Wild Willow. HEX triplet: C7, D8 and 60. RGB value is (199,216,96). Sum of RGB (Red+Green+Blue) = 199+216+96=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D860 is #38279F. Grayscale: #C5C5C5. Windows color (decimal): -3680160 or 6346951. OLE color: 6346951.
HSL color Cylindrical-coordinate representation of color #C7D860: hue angle of 68.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7D860 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 96 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.15 |
| HSL | 68.5º | 0.61% | 0.61% | - |
| HSV(B) | 68.5º | 0.56% | 0.85% | - |
| XYZ | 50.22 | 62.1 | 20.41 | - |
| YUV | 197.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 96 | 0.08 | 0 | 0.56 | 0.15 | 68.5 | 0.61 | 0.61 |
| Hex | C7 | D8 | 60 | 8 | 0 | 38 | F | 44 | 3D | 3D |
| Octal | 307 | 330 | 140 | 10 | 0 | 70 | 17 | 104 | 75 | 75 |
| Binary | 11000111 | 11011000 | 1100000 | 1000 | 0 | 111000 | 1111 | 1000100 | 111101 | 111101 |
Color Harmonies of #C7D860
Complementary color
Monochromatic Colors of #C7D860
Black with #C7D860
Text Example
Text Example
White with #C7D860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D860; }
p { color: rgb(199,216,96); }
H1.HeaderClassName
{
color: #C7D860;
}
.AnyTagClassName
{
color: #C7D860;
}
</style>
background-color css
<style>
a { background-color: #C7D860; }
a { background-color: rgb(199,216,96); }
div.DivClassName
{
background-color: #C7D860;
}
.BgClassName
{
background-color: #C7D860;
}
</style>
border-color css
<style>
span { border-color: #C7D860; }
span { border-color: rgb(199,216,96); }
td.TdClassName
{
border-color: #C7D860;
}
.TagClassName
{
border-color: #C7D860;
}
</style>