Shades of Wild Willow #C7D764
Tints of Wild Willow #C7D764
RGB
CMYK
RGB Variations
Color information
#C7D764 (or 0xC7D764) is known color: Wild Willow. HEX triplet: C7, D7 and 64. RGB value is (199,215,100). Sum of RGB (Red+Green+Blue) = 199+215+100=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D764 is #38289B. Grayscale: #C5C5C5. Windows color (decimal): -3680412 or 6608839. OLE color: 6608839.
HSL color Cylindrical-coordinate representation of color #C7D764: hue angle of 68.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7D764 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 100 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.16 |
| HSL | 68.35º | 0.59% | 0.62% | - |
| HSV(B) | 68.35º | 0.53% | 0.84% | - |
| XYZ | 50.15 | 61.66 | 21.32 | - |
| YUV | 197.11 | 73.2 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 100 | 0.07 | 0 | 0.53 | 0.16 | 68.35 | 0.59 | 0.62 |
| Hex | C7 | D7 | 64 | 7 | 0 | 35 | 10 | 44 | 3B | 3E |
| Octal | 307 | 327 | 144 | 7 | 0 | 65 | 20 | 104 | 73 | 76 |
| Binary | 11000111 | 11010111 | 1100100 | 111 | 0 | 110101 | 10000 | 1000100 | 111011 | 111110 |
Color Harmonies of #C7D764
Complementary color
Monochromatic Colors of #C7D764
Black with #C7D764
Text Example
Text Example
White with #C7D764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D764; }
p { color: rgb(199,215,100); }
H1.HeaderClassName
{
color: #C7D764;
}
.AnyTagClassName
{
color: #C7D764;
}
</style>
background-color css
<style>
a { background-color: #C7D764; }
a { background-color: rgb(199,215,100); }
div.DivClassName
{
background-color: #C7D764;
}
.BgClassName
{
background-color: #C7D764;
}
</style>
border-color css
<style>
span { border-color: #C7D764; }
span { border-color: rgb(199,215,100); }
td.TdClassName
{
border-color: #C7D764;
}
.TagClassName
{
border-color: #C7D764;
}
</style>