Shades of Wild Willow #C7D769
Tints of Wild Willow #C7D769
RGB
CMYK
RGB Variations
Color information
#C7D769 (or 0xC7D769) is known color: Wild Willow. HEX triplet: C7, D7 and 69. RGB value is (199,215,105). Sum of RGB (Red+Green+Blue) = 199+215+105=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 105 (41.41% from 255 or 20.23% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D769 is #382896. Grayscale: #C6C6C6. Windows color (decimal): -3680407 or 6936519. OLE color: 6936519.
HSL color Cylindrical-coordinate representation of color #C7D769: hue angle of 68.73º 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 #C7D769 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 105 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.16 |
| HSL | 68.73º | 0.58% | 0.63% | - |
| HSV(B) | 68.73º | 0.51% | 0.84% | - |
| XYZ | 50.4 | 61.76 | 22.63 | - |
| YUV | 197.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 105 | 0.07 | 0 | 0.51 | 0.16 | 68.73 | 0.58 | 0.63 |
| Hex | C7 | D7 | 69 | 7 | 0 | 33 | 10 | 45 | 3A | 3F |
| Octal | 307 | 327 | 151 | 7 | 0 | 63 | 20 | 105 | 72 | 77 |
| Binary | 11000111 | 11010111 | 1101001 | 111 | 0 | 110011 | 10000 | 1000101 | 111010 | 111111 |
Color Harmonies of #C7D769
Complementary color
Monochromatic Colors of #C7D769
Black with #C7D769
Text Example
Text Example
White with #C7D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D769; }
p { color: rgb(199,215,105); }
H1.HeaderClassName
{
color: #C7D769;
}
.AnyTagClassName
{
color: #C7D769;
}
</style>
background-color css
<style>
a { background-color: #C7D769; }
a { background-color: rgb(199,215,105); }
div.DivClassName
{
background-color: #C7D769;
}
.BgClassName
{
background-color: #C7D769;
}
</style>
border-color css
<style>
span { border-color: #C7D769; }
span { border-color: rgb(199,215,105); }
td.TdClassName
{
border-color: #C7D769;
}
.TagClassName
{
border-color: #C7D769;
}
</style>