Shades of Wild Willow #C6D069
Tints of Wild Willow #C6D069
RGB
CMYK
RGB Variations
Color information
#C6D069 (or 0xC6D069) is known color: Wild Willow. HEX triplet: C6, D0 and 69. RGB value is (198,208,105). Sum of RGB (Red+Green+Blue) = 198+208+105=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D069 is #392F96. Grayscale: #C1C1C1. Windows color (decimal): -3747735 or 6934726. OLE color: 6934726.
HSL color Cylindrical-coordinate representation of color #C6D069: hue angle of 65.83º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6D069 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 105 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.18 |
| HSL | 65.83º | 0.52% | 0.61% | - |
| HSV(B) | 65.83º | 0.5% | 0.82% | - |
| XYZ | 48.39 | 58.14 | 22.04 | - |
| YUV | 193.27 | 78.19 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 105 | 0.05 | 0 | 0.50 | 0.18 | 65.83 | 0.52 | 0.61 |
| Hex | C6 | D0 | 69 | 5 | 0 | 32 | 12 | 42 | 34 | 3D |
| Octal | 306 | 320 | 151 | 5 | 0 | 62 | 22 | 102 | 64 | 75 |
| Binary | 11000110 | 11010000 | 1101001 | 101 | 0 | 110010 | 10010 | 1000010 | 110100 | 111101 |
Color Harmonies of #C6D069
Complementary color
Monochromatic Colors of #C6D069
Black with #C6D069
Text Example
Text Example
White with #C6D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D069; }
p { color: rgb(198,208,105); }
H1.HeaderClassName
{
color: #C6D069;
}
.AnyTagClassName
{
color: #C6D069;
}
</style>
background-color css
<style>
a { background-color: #C6D069; }
a { background-color: rgb(198,208,105); }
div.DivClassName
{
background-color: #C6D069;
}
.BgClassName
{
background-color: #C6D069;
}
</style>
border-color css
<style>
span { border-color: #C6D069; }
span { border-color: rgb(198,208,105); }
td.TdClassName
{
border-color: #C6D069;
}
.TagClassName
{
border-color: #C6D069;
}
</style>