Shades of Wild Willow #ADC068
Tints of Wild Willow #ADC068
RGB
CMYK
RGB Variations
Color information
#ADC068 (or 0xADC068) is known color: Wild Willow. HEX triplet: AD, C0 and 68. RGB value is (173,192,104). Sum of RGB (Red+Green+Blue) = 173+192+104=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC068 is #523F97. Grayscale: #B0B0B0. Windows color (decimal): -5390232 or 6865069. OLE color: 6865069.
HSL color Cylindrical-coordinate representation of color #ADC068: hue angle of 72.95º 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 #ADC068 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 104 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.25 |
| HSL | 72.95º | 0.41% | 0.58% | - |
| HSV(B) | 72.95º | 0.46% | 0.75% | - |
| XYZ | 38.58 | 47.58 | 20.25 | - |
| YUV | 176.29 | 87.21 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 104 | 0.10 | 0 | 0.46 | 0.25 | 72.95 | 0.41 | 0.58 |
| Hex | AD | C0 | 68 | A | 0 | 2E | 19 | 49 | 29 | 3A |
| Octal | 255 | 300 | 150 | 12 | 0 | 56 | 31 | 111 | 51 | 72 |
| Binary | 10101101 | 11000000 | 1101000 | 1010 | 0 | 101110 | 11001 | 1001001 | 101001 | 111010 |
Color Harmonies of #ADC068
Complementary color
Monochromatic Colors of #ADC068
Black with #ADC068
Text Example
Text Example
White with #ADC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC068; }
p { color: rgb(173,192,104); }
H1.HeaderClassName
{
color: #ADC068;
}
.AnyTagClassName
{
color: #ADC068;
}
</style>
background-color css
<style>
a { background-color: #ADC068; }
a { background-color: rgb(173,192,104); }
div.DivClassName
{
background-color: #ADC068;
}
.BgClassName
{
background-color: #ADC068;
}
</style>
border-color css
<style>
span { border-color: #ADC068; }
span { border-color: rgb(173,192,104); }
td.TdClassName
{
border-color: #ADC068;
}
.TagClassName
{
border-color: #ADC068;
}
</style>