Shades of Wild Willow #ADC766
Tints of Wild Willow #ADC766
RGB
CMYK
RGB Variations
Color information
#ADC766 (or 0xADC766) is known color: Wild Willow. HEX triplet: AD, C7 and 66. RGB value is (173,199,102). Sum of RGB (Red+Green+Blue) = 173+199+102=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC766 is #523899. Grayscale: #B4B4B4. Windows color (decimal): -5388442 or 6735789. OLE color: 6735789.
HSL color Cylindrical-coordinate representation of color #ADC766: hue angle of 76.08º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADC766 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 102 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.22 |
| HSL | 76.08º | 0.46% | 0.59% | - |
| HSV(B) | 76.08º | 0.49% | 0.78% | - |
| XYZ | 40.06 | 50.69 | 20.24 | - |
| YUV | 180.17 | 83.89 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 102 | 0.13 | 0 | 0.49 | 0.22 | 76.08 | 0.46 | 0.59 |
| Hex | AD | C7 | 66 | D | 0 | 31 | 16 | 4C | 2E | 3B |
| Octal | 255 | 307 | 146 | 15 | 0 | 61 | 26 | 114 | 56 | 73 |
| Binary | 10101101 | 11000111 | 1100110 | 1101 | 0 | 110001 | 10110 | 1001100 | 101110 | 111011 |
Color Harmonies of #ADC766
Complementary color
Monochromatic Colors of #ADC766
Black with #ADC766
Text Example
Text Example
White with #ADC766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC766; }
p { color: rgb(173,199,102); }
H1.HeaderClassName
{
color: #ADC766;
}
.AnyTagClassName
{
color: #ADC766;
}
</style>
background-color css
<style>
a { background-color: #ADC766; }
a { background-color: rgb(173,199,102); }
div.DivClassName
{
background-color: #ADC766;
}
.BgClassName
{
background-color: #ADC766;
}
</style>
border-color css
<style>
span { border-color: #ADC766; }
span { border-color: rgb(173,199,102); }
td.TdClassName
{
border-color: #ADC766;
}
.TagClassName
{
border-color: #ADC766;
}
</style>