Shades of Wild Willow #AFC068
Tints of Wild Willow #AFC068
RGB
CMYK
RGB Variations
Color information
#AFC068 (or 0xAFC068) is known color: Wild Willow. HEX triplet: AF, C0 and 68. RGB value is (175,192,104). Sum of RGB (Red+Green+Blue) = 175+192+104=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC068 is #503F97. Grayscale: #B1B1B1. Windows color (decimal): -5259160 or 6865071. OLE color: 6865071.
HSL color Cylindrical-coordinate representation of color #AFC068: hue angle of 71.59º 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 #AFC068 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 104 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.25 |
| HSL | 71.59º | 0.41% | 0.58% | - |
| HSV(B) | 71.59º | 0.46% | 0.75% | - |
| XYZ | 39.03 | 47.81 | 20.27 | - |
| YUV | 176.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 104 | 0.09 | 0 | 0.46 | 0.25 | 71.59 | 0.41 | 0.58 |
| Hex | AF | C0 | 68 | 9 | 0 | 2E | 19 | 48 | 29 | 3A |
| Octal | 257 | 300 | 150 | 11 | 0 | 56 | 31 | 110 | 51 | 72 |
| Binary | 10101111 | 11000000 | 1101000 | 1001 | 0 | 101110 | 11001 | 1001000 | 101001 | 111010 |
Color Harmonies of #AFC068
Complementary color
Monochromatic Colors of #AFC068
Black with #AFC068
Text Example
Text Example
White with #AFC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC068; }
p { color: rgb(175,192,104); }
H1.HeaderClassName
{
color: #AFC068;
}
.AnyTagClassName
{
color: #AFC068;
}
</style>
background-color css
<style>
a { background-color: #AFC068; }
a { background-color: rgb(175,192,104); }
div.DivClassName
{
background-color: #AFC068;
}
.BgClassName
{
background-color: #AFC068;
}
</style>
border-color css
<style>
span { border-color: #AFC068; }
span { border-color: rgb(175,192,104); }
td.TdClassName
{
border-color: #AFC068;
}
.TagClassName
{
border-color: #AFC068;
}
</style>