Shades of Wild Willow #C7D068
Tints of Wild Willow #C7D068
RGB
CMYK
RGB Variations
Color information
#C7D068 (or 0xC7D068) is known color: Wild Willow. HEX triplet: C7, D0 and 68. RGB value is (199,208,104). Sum of RGB (Red+Green+Blue) = 199+208+104=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D068 is #382F97. Grayscale: #C1C1C1. Windows color (decimal): -3682200 or 6869191. OLE color: 6869191.
HSL color Cylindrical-coordinate representation of color #C7D068: hue angle of 65.19º degrees, saturation: 0.53, 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 #C7D068 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 104 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.18 |
| HSL | 65.19º | 0.53% | 0.61% | - |
| HSV(B) | 65.19º | 0.5% | 0.82% | - |
| XYZ | 48.61 | 58.25 | 21.78 | - |
| YUV | 193.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 104 | 0.04 | 0 | 0.5 | 0.18 | 65.19 | 0.53 | 0.61 |
| Hex | C7 | D0 | 68 | 4 | 0 | 32 | 12 | 41 | 35 | 3D |
| Octal | 307 | 320 | 150 | 4 | 0 | 62 | 22 | 101 | 65 | 75 |
| Binary | 11000111 | 11010000 | 1101000 | 100 | 0 | 110010 | 10010 | 1000001 | 110101 | 111101 |
Color Harmonies of #C7D068
Complementary color
Monochromatic Colors of #C7D068
Black with #C7D068
Text Example
Text Example
White with #C7D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D068; }
p { color: rgb(199,208,104); }
H1.HeaderClassName
{
color: #C7D068;
}
.AnyTagClassName
{
color: #C7D068;
}
</style>
background-color css
<style>
a { background-color: #C7D068; }
a { background-color: rgb(199,208,104); }
div.DivClassName
{
background-color: #C7D068;
}
.BgClassName
{
background-color: #C7D068;
}
</style>
border-color css
<style>
span { border-color: #C7D068; }
span { border-color: rgb(199,208,104); }
td.TdClassName
{
border-color: #C7D068;
}
.TagClassName
{
border-color: #C7D068;
}
</style>