Shades of Wild Willow #ADC768
Tints of Wild Willow #ADC768
RGB
CMYK
RGB Variations
Color information
#ADC768 (or 0xADC768) is known color: Wild Willow. HEX triplet: AD, C7 and 68. RGB value is (173,199,104). Sum of RGB (Red+Green+Blue) = 173+199+104=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC768 is #523897. Grayscale: #B4B4B4. Windows color (decimal): -5388440 or 6866861. OLE color: 6866861.
HSL color Cylindrical-coordinate representation of color #ADC768: hue angle of 76.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADC768 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 104 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.22 |
| HSL | 76.42º | 0.46% | 0.59% | - |
| HSV(B) | 76.42º | 0.48% | 0.78% | - |
| XYZ | 40.16 | 50.73 | 20.77 | - |
| YUV | 180.4 | 84.89 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 104 | 0.13 | 0 | 0.48 | 0.22 | 76.42 | 0.46 | 0.59 |
| Hex | AD | C7 | 68 | D | 0 | 30 | 16 | 4C | 2E | 3B |
| Octal | 255 | 307 | 150 | 15 | 0 | 60 | 26 | 114 | 56 | 73 |
| Binary | 10101101 | 11000111 | 1101000 | 1101 | 0 | 110000 | 10110 | 1001100 | 101110 | 111011 |
Color Harmonies of #ADC768
Complementary color
Monochromatic Colors of #ADC768
Black with #ADC768
Text Example
Text Example
White with #ADC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC768; }
p { color: rgb(173,199,104); }
H1.HeaderClassName
{
color: #ADC768;
}
.AnyTagClassName
{
color: #ADC768;
}
</style>
background-color css
<style>
a { background-color: #ADC768; }
a { background-color: rgb(173,199,104); }
div.DivClassName
{
background-color: #ADC768;
}
.BgClassName
{
background-color: #ADC768;
}
</style>
border-color css
<style>
span { border-color: #ADC768; }
span { border-color: rgb(173,199,104); }
td.TdClassName
{
border-color: #ADC768;
}
.TagClassName
{
border-color: #ADC768;
}
</style>