Shades of Wild Willow #C7D96B
Tints of Wild Willow #C7D96B
RGB
CMYK
RGB Variations
Color information
#C7D96B (or 0xC7D96B) is known color: Wild Willow. HEX triplet: C7, D9 and 6B. RGB value is (199,217,107). Sum of RGB (Red+Green+Blue) = 199+217+107=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D96B is #382694. Grayscale: #C7C7C7. Windows color (decimal): -3679893 or 7068103. OLE color: 7068103.
HSL color Cylindrical-coordinate representation of color #C7D96B: hue angle of 69.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7D96B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 107 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.15 |
| HSL | 69.82º | 0.59% | 0.64% | - |
| HSV(B) | 69.82º | 0.51% | 0.85% | - |
| XYZ | 51.02 | 62.83 | 23.35 | - |
| YUV | 199.08 | 76.04 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 107 | 0.08 | 0 | 0.51 | 0.15 | 69.82 | 0.59 | 0.64 |
| Hex | C7 | D9 | 6B | 8 | 0 | 33 | F | 46 | 3B | 40 |
| Octal | 307 | 331 | 153 | 10 | 0 | 63 | 17 | 106 | 73 | 100 |
| Binary | 11000111 | 11011001 | 1101011 | 1000 | 0 | 110011 | 1111 | 1000110 | 111011 | 1000000 |
Color Harmonies of #C7D96B
Complementary color
Monochromatic Colors of #C7D96B
Black with #C7D96B
Text Example
Text Example
White with #C7D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D96B; }
p { color: rgb(199,217,107); }
H1.HeaderClassName
{
color: #C7D96B;
}
.AnyTagClassName
{
color: #C7D96B;
}
</style>
background-color css
<style>
a { background-color: #C7D96B; }
a { background-color: rgb(199,217,107); }
div.DivClassName
{
background-color: #C7D96B;
}
.BgClassName
{
background-color: #C7D96B;
}
</style>
border-color css
<style>
span { border-color: #C7D96B; }
span { border-color: rgb(199,217,107); }
td.TdClassName
{
border-color: #C7D96B;
}
.TagClassName
{
border-color: #C7D96B;
}
</style>