Shades of Wild Willow #ADC764
Tints of Wild Willow #ADC764
RGB
CMYK
RGB Variations
Color information
#ADC764 (or 0xADC764) is known color: Wild Willow. HEX triplet: AD, C7 and 64. RGB value is (173,199,100). Sum of RGB (Red+Green+Blue) = 173+199+100=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC764 is #52389B. Grayscale: #B4B4B4. Windows color (decimal): -5388444 or 6604717. OLE color: 6604717.
HSL color Cylindrical-coordinate representation of color #ADC764: hue angle of 75.76º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADC764 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 100 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.22 |
| HSL | 75.76º | 0.47% | 0.59% | - |
| HSV(B) | 75.76º | 0.5% | 0.78% | - |
| XYZ | 39.96 | 50.65 | 19.73 | - |
| YUV | 179.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 100 | 0.13 | 0 | 0.50 | 0.22 | 75.76 | 0.47 | 0.59 |
| Hex | AD | C7 | 64 | D | 0 | 32 | 16 | 4C | 2F | 3B |
| Octal | 255 | 307 | 144 | 15 | 0 | 62 | 26 | 114 | 57 | 73 |
| Binary | 10101101 | 11000111 | 1100100 | 1101 | 0 | 110010 | 10110 | 1001100 | 101111 | 111011 |
Color Harmonies of #ADC764
Complementary color
Monochromatic Colors of #ADC764
Black with #ADC764
Text Example
Text Example
White with #ADC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC764; }
p { color: rgb(173,199,100); }
H1.HeaderClassName
{
color: #ADC764;
}
.AnyTagClassName
{
color: #ADC764;
}
</style>
background-color css
<style>
a { background-color: #ADC764; }
a { background-color: rgb(173,199,100); }
div.DivClassName
{
background-color: #ADC764;
}
.BgClassName
{
background-color: #ADC764;
}
</style>
border-color css
<style>
span { border-color: #ADC764; }
span { border-color: rgb(173,199,100); }
td.TdClassName
{
border-color: #ADC764;
}
.TagClassName
{
border-color: #ADC764;
}
</style>