Shades of Wild Willow #C0D769
Tints of Wild Willow #C0D769
RGB
CMYK
RGB Variations
Color information
#C0D769 (or 0xC0D769) is known color: Wild Willow. HEX triplet: C0, D7 and 69. RGB value is (192,215,105). Sum of RGB (Red+Green+Blue) = 192+215+105=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D769 is #3F2896. Grayscale: #C4C4C4. Windows color (decimal): -4139159 or 6936512. OLE color: 6936512.
HSL color Cylindrical-coordinate representation of color #C0D769: hue angle of 72.55º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0D769 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 105 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.16 |
| HSL | 72.55º | 0.58% | 0.63% | - |
| HSV(B) | 72.55º | 0.51% | 0.84% | - |
| XYZ | 48.59 | 60.83 | 22.54 | - |
| YUV | 195.58 | 76.88 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 105 | 0.11 | 0 | 0.51 | 0.16 | 72.55 | 0.58 | 0.63 |
| Hex | C0 | D7 | 69 | B | 0 | 33 | 10 | 49 | 3A | 3F |
| Octal | 300 | 327 | 151 | 13 | 0 | 63 | 20 | 111 | 72 | 77 |
| Binary | 11000000 | 11010111 | 1101001 | 1011 | 0 | 110011 | 10000 | 1001001 | 111010 | 111111 |
Color Harmonies of #C0D769
Complementary color
Monochromatic Colors of #C0D769
Black with #C0D769
Text Example
Text Example
White with #C0D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D769; }
p { color: rgb(192,215,105); }
H1.HeaderClassName
{
color: #C0D769;
}
.AnyTagClassName
{
color: #C0D769;
}
</style>
background-color css
<style>
a { background-color: #C0D769; }
a { background-color: rgb(192,215,105); }
div.DivClassName
{
background-color: #C0D769;
}
.BgClassName
{
background-color: #C0D769;
}
</style>
border-color css
<style>
span { border-color: #C0D769; }
span { border-color: rgb(192,215,105); }
td.TdClassName
{
border-color: #C0D769;
}
.TagClassName
{
border-color: #C0D769;
}
</style>