Shades of Wild Willow #C7D66B
Tints of Wild Willow #C7D66B
RGB
CMYK
RGB Variations
Color information
#C7D66B (or 0xC7D66B) is known color: Wild Willow. HEX triplet: C7, D6 and 6B. RGB value is (199,214,107). Sum of RGB (Red+Green+Blue) = 199+214+107=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D66B is #382994. Grayscale: #C5C5C5. Windows color (decimal): -3680661 or 7067335. OLE color: 7067335.
HSL color Cylindrical-coordinate representation of color #C7D66B: hue angle of 68.41º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7D66B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 107 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.16 |
| HSL | 68.41º | 0.57% | 0.63% | - |
| HSV(B) | 68.41º | 0.5% | 0.84% | - |
| XYZ | 50.25 | 61.3 | 23.09 | - |
| YUV | 197.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 107 | 0.07 | 0 | 0.50 | 0.16 | 68.41 | 0.57 | 0.63 |
| Hex | C7 | D6 | 6B | 7 | 0 | 32 | 10 | 44 | 39 | 3F |
| Octal | 307 | 326 | 153 | 7 | 0 | 62 | 20 | 104 | 71 | 77 |
| Binary | 11000111 | 11010110 | 1101011 | 111 | 0 | 110010 | 10000 | 1000100 | 111001 | 111111 |
Color Harmonies of #C7D66B
Complementary color
Monochromatic Colors of #C7D66B
Black with #C7D66B
Text Example
Text Example
White with #C7D66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D66B; }
p { color: rgb(199,214,107); }
H1.HeaderClassName
{
color: #C7D66B;
}
.AnyTagClassName
{
color: #C7D66B;
}
</style>
background-color css
<style>
a { background-color: #C7D66B; }
a { background-color: rgb(199,214,107); }
div.DivClassName
{
background-color: #C7D66B;
}
.BgClassName
{
background-color: #C7D66B;
}
</style>
border-color css
<style>
span { border-color: #C7D66B; }
span { border-color: rgb(199,214,107); }
td.TdClassName
{
border-color: #C7D66B;
}
.TagClassName
{
border-color: #C7D66B;
}
</style>