Shades of Wild Willow #AFC769
Tints of Wild Willow #AFC769
RGB
CMYK
RGB Variations
Color information
#AFC769 (or 0xAFC769) is known color: Wild Willow. HEX triplet: AF, C7 and 69. RGB value is (175,199,105). Sum of RGB (Red+Green+Blue) = 175+199+105=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC769 is #503896. Grayscale: #B5B5B5. Windows color (decimal): -5257367 or 6932399. OLE color: 6932399.
HSL color Cylindrical-coordinate representation of color #AFC769: hue angle of 75.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFC769 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 105 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.22 |
| HSL | 75.32º | 0.46% | 0.6% | - |
| HSV(B) | 75.32º | 0.47% | 0.78% | - |
| XYZ | 40.65 | 50.98 | 21.06 | - |
| YUV | 181.11 | 85.05 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 105 | 0.12 | 0 | 0.47 | 0.22 | 75.32 | 0.46 | 0.6 |
| Hex | AF | C7 | 69 | C | 0 | 2F | 16 | 4B | 2E | 3C |
| Octal | 257 | 307 | 151 | 14 | 0 | 57 | 26 | 113 | 56 | 74 |
| Binary | 10101111 | 11000111 | 1101001 | 1100 | 0 | 101111 | 10110 | 1001011 | 101110 | 111100 |
Color Harmonies of #AFC769
Complementary color
Monochromatic Colors of #AFC769
Black with #AFC769
Text Example
Text Example
White with #AFC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC769; }
p { color: rgb(175,199,105); }
H1.HeaderClassName
{
color: #AFC769;
}
.AnyTagClassName
{
color: #AFC769;
}
</style>
background-color css
<style>
a { background-color: #AFC769; }
a { background-color: rgb(175,199,105); }
div.DivClassName
{
background-color: #AFC769;
}
.BgClassName
{
background-color: #AFC769;
}
</style>
border-color css
<style>
span { border-color: #AFC769; }
span { border-color: rgb(175,199,105); }
td.TdClassName
{
border-color: #AFC769;
}
.TagClassName
{
border-color: #AFC769;
}
</style>