Shades of Wild Willow #ADC067
Tints of Wild Willow #ADC067
RGB
CMYK
RGB Variations
Color information
#ADC067 (or 0xADC067) is known color: Wild Willow. HEX triplet: AD, C0 and 67. RGB value is (173,192,103). Sum of RGB (Red+Green+Blue) = 173+192+103=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC067 is #523F98. Grayscale: #B0B0B0. Windows color (decimal): -5390233 or 6799533. OLE color: 6799533.
HSL color Cylindrical-coordinate representation of color #ADC067: hue angle of 72.81º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADC067 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 103 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.25 |
| HSL | 72.81º | 0.41% | 0.58% | - |
| HSV(B) | 72.81º | 0.46% | 0.75% | - |
| XYZ | 38.53 | 47.56 | 19.98 | - |
| YUV | 176.17 | 86.71 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 103 | 0.10 | 0 | 0.46 | 0.25 | 72.81 | 0.41 | 0.58 |
| Hex | AD | C0 | 67 | A | 0 | 2E | 19 | 49 | 29 | 3A |
| Octal | 255 | 300 | 147 | 12 | 0 | 56 | 31 | 111 | 51 | 72 |
| Binary | 10101101 | 11000000 | 1100111 | 1010 | 0 | 101110 | 11001 | 1001001 | 101001 | 111010 |
Color Harmonies of #ADC067
Complementary color
Monochromatic Colors of #ADC067
Black with #ADC067
Text Example
Text Example
White with #ADC067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC067; }
p { color: rgb(173,192,103); }
H1.HeaderClassName
{
color: #ADC067;
}
.AnyTagClassName
{
color: #ADC067;
}
</style>
background-color css
<style>
a { background-color: #ADC067; }
a { background-color: rgb(173,192,103); }
div.DivClassName
{
background-color: #ADC067;
}
.BgClassName
{
background-color: #ADC067;
}
</style>
border-color css
<style>
span { border-color: #ADC067; }
span { border-color: rgb(173,192,103); }
td.TdClassName
{
border-color: #ADC067;
}
.TagClassName
{
border-color: #ADC067;
}
</style>