Shades of Wild Willow #AFC760
Tints of Wild Willow #AFC760
RGB
CMYK
RGB Variations
Color information
#AFC760 (or 0xAFC760) is known color: Wild Willow. HEX triplet: AF, C7 and 60. RGB value is (175,199,96). Sum of RGB (Red+Green+Blue) = 175+199+96=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC760 is #50389F. Grayscale: #B4B4B4. Windows color (decimal): -5257376 or 6342575. OLE color: 6342575.
HSL color Cylindrical-coordinate representation of color #AFC760: hue angle of 73.98º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC760 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 96 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.22 |
| HSL | 73.98º | 0.48% | 0.58% | - |
| HSV(B) | 73.98º | 0.52% | 0.78% | - |
| XYZ | 40.21 | 50.81 | 18.75 | - |
| YUV | 180.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 96 | 0.12 | 0 | 0.52 | 0.22 | 73.98 | 0.48 | 0.58 |
| Hex | AF | C7 | 60 | C | 0 | 34 | 16 | 4A | 30 | 3A |
| Octal | 257 | 307 | 140 | 14 | 0 | 64 | 26 | 112 | 60 | 72 |
| Binary | 10101111 | 11000111 | 1100000 | 1100 | 0 | 110100 | 10110 | 1001010 | 110000 | 111010 |
Color Harmonies of #AFC760
Complementary color
Monochromatic Colors of #AFC760
Black with #AFC760
Text Example
Text Example
White with #AFC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC760; }
p { color: rgb(175,199,96); }
H1.HeaderClassName
{
color: #AFC760;
}
.AnyTagClassName
{
color: #AFC760;
}
</style>
background-color css
<style>
a { background-color: #AFC760; }
a { background-color: rgb(175,199,96); }
div.DivClassName
{
background-color: #AFC760;
}
.BgClassName
{
background-color: #AFC760;
}
</style>
border-color css
<style>
span { border-color: #AFC760; }
span { border-color: rgb(175,199,96); }
td.TdClassName
{
border-color: #AFC760;
}
.TagClassName
{
border-color: #AFC760;
}
</style>