Shades of Wild Willow #C0D76C
Tints of Wild Willow #C0D76C
RGB
CMYK
RGB Variations
Color information
#C0D76C (or 0xC0D76C) is known color: Wild Willow. HEX triplet: C0, D7 and 6C. RGB value is (192,215,108). Sum of RGB (Red+Green+Blue) = 192+215+108=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 108 (42.58% from 255 or 20.97% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D76C is #3F2893. Grayscale: #C4C4C4. Windows color (decimal): -4139156 or 7133120. OLE color: 7133120.
HSL color Cylindrical-coordinate representation of color #C0D76C: hue angle of 72.9º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0D76C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 108 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.16 |
| HSL | 72.9º | 0.57% | 0.63% | - |
| HSV(B) | 72.9º | 0.5% | 0.84% | - |
| XYZ | 48.75 | 60.89 | 23.37 | - |
| YUV | 195.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 108 | 0.11 | 0 | 0.50 | 0.16 | 72.9 | 0.57 | 0.63 |
| Hex | C0 | D7 | 6C | B | 0 | 32 | 10 | 49 | 39 | 3F |
| Octal | 300 | 327 | 154 | 13 | 0 | 62 | 20 | 111 | 71 | 77 |
| Binary | 11000000 | 11010111 | 1101100 | 1011 | 0 | 110010 | 10000 | 1001001 | 111001 | 111111 |
Color Harmonies of #C0D76C
Complementary color
Monochromatic Colors of #C0D76C
Black with #C0D76C
Text Example
Text Example
White with #C0D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D76C; }
p { color: rgb(192,215,108); }
H1.HeaderClassName
{
color: #C0D76C;
}
.AnyTagClassName
{
color: #C0D76C;
}
</style>
background-color css
<style>
a { background-color: #C0D76C; }
a { background-color: rgb(192,215,108); }
div.DivClassName
{
background-color: #C0D76C;
}
.BgClassName
{
background-color: #C0D76C;
}
</style>
border-color css
<style>
span { border-color: #C0D76C; }
span { border-color: rgb(192,215,108); }
td.TdClassName
{
border-color: #C0D76C;
}
.TagClassName
{
border-color: #C0D76C;
}
</style>