Shades of Wild Willow #C7D760
Tints of Wild Willow #C7D760
RGB
CMYK
RGB Variations
Color information
#C7D760 (or 0xC7D760) is known color: Wild Willow. HEX triplet: C7, D7 and 60. RGB value is (199,215,96). Sum of RGB (Red+Green+Blue) = 199+215+96=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D760 is #38289F. Grayscale: #C5C5C5. Windows color (decimal): -3680416 or 6346695. OLE color: 6346695.
HSL color Cylindrical-coordinate representation of color #C7D760: hue angle of 68.07º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7D760 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 96 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.16 |
| HSL | 68.07º | 0.6% | 0.61% | - |
| HSV(B) | 68.07º | 0.55% | 0.84% | - |
| XYZ | 49.96 | 61.59 | 20.32 | - |
| YUV | 196.65 | 71.2 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 96 | 0.07 | 0 | 0.55 | 0.16 | 68.07 | 0.6 | 0.61 |
| Hex | C7 | D7 | 60 | 7 | 0 | 37 | 10 | 44 | 3C | 3D |
| Octal | 307 | 327 | 140 | 7 | 0 | 67 | 20 | 104 | 74 | 75 |
| Binary | 11000111 | 11010111 | 1100000 | 111 | 0 | 110111 | 10000 | 1000100 | 111100 | 111101 |
Color Harmonies of #C7D760
Complementary color
Monochromatic Colors of #C7D760
Black with #C7D760
Text Example
Text Example
White with #C7D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D760; }
p { color: rgb(199,215,96); }
H1.HeaderClassName
{
color: #C7D760;
}
.AnyTagClassName
{
color: #C7D760;
}
</style>
background-color css
<style>
a { background-color: #C7D760; }
a { background-color: rgb(199,215,96); }
div.DivClassName
{
background-color: #C7D760;
}
.BgClassName
{
background-color: #C7D760;
}
</style>
border-color css
<style>
span { border-color: #C7D760; }
span { border-color: rgb(199,215,96); }
td.TdClassName
{
border-color: #C7D760;
}
.TagClassName
{
border-color: #C7D760;
}
</style>