Shades of Wild Willow #ACC765
Tints of Wild Willow #ACC765
RGB
CMYK
RGB Variations
Color information
#ACC765 (or 0xACC765) is known color: Wild Willow. HEX triplet: AC, C7 and 65. RGB value is (172,199,101). Sum of RGB (Red+Green+Blue) = 172+199+101=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC765 is #53389A. Grayscale: #B4B4B4. Windows color (decimal): -5453979 or 6670252. OLE color: 6670252.
HSL color Cylindrical-coordinate representation of color #ACC765: hue angle of 76.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACC765 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 101 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.22 |
| HSL | 76.53º | 0.47% | 0.59% | - |
| HSV(B) | 76.53º | 0.49% | 0.78% | - |
| XYZ | 39.79 | 50.56 | 19.97 | - |
| YUV | 179.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 101 | 0.14 | 0 | 0.49 | 0.22 | 76.53 | 0.47 | 0.59 |
| Hex | AC | C7 | 65 | E | 0 | 31 | 16 | 4D | 2F | 3B |
| Octal | 254 | 307 | 145 | 16 | 0 | 61 | 26 | 115 | 57 | 73 |
| Binary | 10101100 | 11000111 | 1100101 | 1110 | 0 | 110001 | 10110 | 1001101 | 101111 | 111011 |
Color Harmonies of #ACC765
Complementary color
Monochromatic Colors of #ACC765
Black with #ACC765
Text Example
Text Example
White with #ACC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC765; }
p { color: rgb(172,199,101); }
H1.HeaderClassName
{
color: #ACC765;
}
.AnyTagClassName
{
color: #ACC765;
}
</style>
background-color css
<style>
a { background-color: #ACC765; }
a { background-color: rgb(172,199,101); }
div.DivClassName
{
background-color: #ACC765;
}
.BgClassName
{
background-color: #ACC765;
}
</style>
border-color css
<style>
span { border-color: #ACC765; }
span { border-color: rgb(172,199,101); }
td.TdClassName
{
border-color: #ACC765;
}
.TagClassName
{
border-color: #ACC765;
}
</style>