Shades of Wild Willow #C6D06C
Tints of Wild Willow #C6D06C
RGB
CMYK
RGB Variations
Color information
#C6D06C (or 0xC6D06C) is known color: Wild Willow. HEX triplet: C6, D0 and 6C. RGB value is (198,208,108). Sum of RGB (Red+Green+Blue) = 198+208+108=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D06C is #392F93. Grayscale: #C2C2C2. Windows color (decimal): -3747732 or 7131334. OLE color: 7131334.
HSL color Cylindrical-coordinate representation of color #C6D06C: hue angle of 66º 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 #C6D06C is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 108 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.18 |
| HSL | 66º | 0.52% | 0.62% | - |
| HSV(B) | 66º | 0.48% | 0.82% | - |
| XYZ | 48.55 | 58.2 | 22.86 | - |
| YUV | 193.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 108 | 0.05 | 0 | 0.48 | 0.18 | 66 | 0.52 | 0.62 |
| Hex | C6 | D0 | 6C | 5 | 0 | 30 | 12 | 42 | 34 | 3E |
| Octal | 306 | 320 | 154 | 5 | 0 | 60 | 22 | 102 | 64 | 76 |
| Binary | 11000110 | 11010000 | 1101100 | 101 | 0 | 110000 | 10010 | 1000010 | 110100 | 111110 |
Color Harmonies of #C6D06C
Complementary color
Monochromatic Colors of #C6D06C
Black with #C6D06C
Text Example
Text Example
White with #C6D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D06C; }
p { color: rgb(198,208,108); }
H1.HeaderClassName
{
color: #C6D06C;
}
.AnyTagClassName
{
color: #C6D06C;
}
</style>
background-color css
<style>
a { background-color: #C6D06C; }
a { background-color: rgb(198,208,108); }
div.DivClassName
{
background-color: #C6D06C;
}
.BgClassName
{
background-color: #C6D06C;
}
</style>
border-color css
<style>
span { border-color: #C6D06C; }
span { border-color: rgb(198,208,108); }
td.TdClassName
{
border-color: #C6D06C;
}
.TagClassName
{
border-color: #C6D06C;
}
</style>