Shades of Wild Willow #C7D06C
Tints of Wild Willow #C7D06C
RGB
CMYK
RGB Variations
Color information
#C7D06C (or 0xC7D06C) is known color: Wild Willow. HEX triplet: C7, D0 and 6C. RGB value is (199,208,108). Sum of RGB (Red+Green+Blue) = 199+208+108=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D06C is #382F93. Grayscale: #C2C2C2. Windows color (decimal): -3682196 or 7131335. OLE color: 7131335.
HSL color Cylindrical-coordinate representation of color #C7D06C: hue angle of 65.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7D06C is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 108 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.18 |
| HSL | 65.4º | 0.52% | 0.62% | - |
| HSV(B) | 65.4º | 0.48% | 0.82% | - |
| XYZ | 48.82 | 58.34 | 22.87 | - |
| YUV | 193.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 108 | 0.04 | 0 | 0.48 | 0.18 | 65.4 | 0.52 | 0.62 |
| Hex | C7 | D0 | 6C | 4 | 0 | 30 | 12 | 41 | 34 | 3E |
| Octal | 307 | 320 | 154 | 4 | 0 | 60 | 22 | 101 | 64 | 76 |
| Binary | 11000111 | 11010000 | 1101100 | 100 | 0 | 110000 | 10010 | 1000001 | 110100 | 111110 |
Color Harmonies of #C7D06C
Complementary color
Monochromatic Colors of #C7D06C
Black with #C7D06C
Text Example
Text Example
White with #C7D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D06C; }
p { color: rgb(199,208,108); }
H1.HeaderClassName
{
color: #C7D06C;
}
.AnyTagClassName
{
color: #C7D06C;
}
</style>
background-color css
<style>
a { background-color: #C7D06C; }
a { background-color: rgb(199,208,108); }
div.DivClassName
{
background-color: #C7D06C;
}
.BgClassName
{
background-color: #C7D06C;
}
</style>
border-color css
<style>
span { border-color: #C7D06C; }
span { border-color: rgb(199,208,108); }
td.TdClassName
{
border-color: #C7D06C;
}
.TagClassName
{
border-color: #C7D06C;
}
</style>