Shades of Wild Willow #ACC768
Tints of Wild Willow #ACC768
RGB
CMYK
RGB Variations
Color information
#ACC768 (or 0xACC768) is known color: Wild Willow. HEX triplet: AC, C7 and 68. RGB value is (172,199,104). Sum of RGB (Red+Green+Blue) = 172+199+104=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC768 is #533897. Grayscale: #B4B4B4. Windows color (decimal): -5453976 or 6866860. OLE color: 6866860.
HSL color Cylindrical-coordinate representation of color #ACC768: hue angle of 77.05º 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 #ACC768 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 104 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.22 |
| HSL | 77.05º | 0.46% | 0.59% | - |
| HSV(B) | 77.05º | 0.48% | 0.78% | - |
| XYZ | 39.94 | 50.62 | 20.76 | - |
| YUV | 180.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 104 | 0.14 | 0 | 0.48 | 0.22 | 77.05 | 0.46 | 0.59 |
| Hex | AC | C7 | 68 | E | 0 | 30 | 16 | 4D | 2E | 3B |
| Octal | 254 | 307 | 150 | 16 | 0 | 60 | 26 | 115 | 56 | 73 |
| Binary | 10101100 | 11000111 | 1101000 | 1110 | 0 | 110000 | 10110 | 1001101 | 101110 | 111011 |
Color Harmonies of #ACC768
Complementary color
Monochromatic Colors of #ACC768
Black with #ACC768
Text Example
Text Example
White with #ACC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC768; }
p { color: rgb(172,199,104); }
H1.HeaderClassName
{
color: #ACC768;
}
.AnyTagClassName
{
color: #ACC768;
}
</style>
background-color css
<style>
a { background-color: #ACC768; }
a { background-color: rgb(172,199,104); }
div.DivClassName
{
background-color: #ACC768;
}
.BgClassName
{
background-color: #ACC768;
}
</style>
border-color css
<style>
span { border-color: #ACC768; }
span { border-color: rgb(172,199,104); }
td.TdClassName
{
border-color: #ACC768;
}
.TagClassName
{
border-color: #ACC768;
}
</style>