Shades of Wild Willow #C6DA68
Tints of Wild Willow #C6DA68
RGB
CMYK
RGB Variations
Color information
#C6DA68 (or 0xC6DA68) is known color: Wild Willow. HEX triplet: C6, DA and 68. RGB value is (198,218,104). Sum of RGB (Red+Green+Blue) = 198+218+104=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DA68 is #392597. Grayscale: #C7C7C7. Windows color (decimal): -3745176 or 6871750. OLE color: 6871750.
HSL color Cylindrical-coordinate representation of color #C6DA68: hue angle of 70.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6DA68 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 218 | 104 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.15 |
| HSL | 70.53º | 0.61% | 0.63% | - |
| HSV(B) | 70.53º | 0.52% | 0.85% | - |
| XYZ | 50.86 | 63.15 | 22.6 | - |
| YUV | 199.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 218 | 104 | 0.09 | 0 | 0.52 | 0.15 | 70.53 | 0.61 | 0.63 |
| Hex | C6 | DA | 68 | 9 | 0 | 34 | F | 47 | 3D | 3F |
| Octal | 306 | 332 | 150 | 11 | 0 | 64 | 17 | 107 | 75 | 77 |
| Binary | 11000110 | 11011010 | 1101000 | 1001 | 0 | 110100 | 1111 | 1000111 | 111101 | 111111 |
Color Harmonies of #C6DA68
Complementary color
Monochromatic Colors of #C6DA68
Black with #C6DA68
Text Example
Text Example
White with #C6DA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA68; }
p { color: rgb(198,218,104); }
H1.HeaderClassName
{
color: #C6DA68;
}
.AnyTagClassName
{
color: #C6DA68;
}
</style>
background-color css
<style>
a { background-color: #C6DA68; }
a { background-color: rgb(198,218,104); }
div.DivClassName
{
background-color: #C6DA68;
}
.BgClassName
{
background-color: #C6DA68;
}
</style>
border-color css
<style>
span { border-color: #C6DA68; }
span { border-color: rgb(198,218,104); }
td.TdClassName
{
border-color: #C6DA68;
}
.TagClassName
{
border-color: #C6DA68;
}
</style>