Shades of Wild Willow #AFC762
Tints of Wild Willow #AFC762
RGB
CMYK
RGB Variations
Color information
#AFC762 (or 0xAFC762) is known color: Wild Willow. HEX triplet: AF, C7 and 62. RGB value is (175,199,98). Sum of RGB (Red+Green+Blue) = 175+199+98=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC762 is #50389D. Grayscale: #B4B4B4. Windows color (decimal): -5257374 or 6473647. OLE color: 6473647.
HSL color Cylindrical-coordinate representation of color #AFC762: hue angle of 74.26º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC762 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 98 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.22 |
| HSL | 74.26º | 0.47% | 0.58% | - |
| HSV(B) | 74.26º | 0.51% | 0.78% | - |
| XYZ | 40.31 | 50.84 | 19.24 | - |
| YUV | 180.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 98 | 0.12 | 0 | 0.51 | 0.22 | 74.26 | 0.47 | 0.58 |
| Hex | AF | C7 | 62 | C | 0 | 33 | 16 | 4A | 2F | 3A |
| Octal | 257 | 307 | 142 | 14 | 0 | 63 | 26 | 112 | 57 | 72 |
| Binary | 10101111 | 11000111 | 1100010 | 1100 | 0 | 110011 | 10110 | 1001010 | 101111 | 111010 |
Color Harmonies of #AFC762
Complementary color
Monochromatic Colors of #AFC762
Black with #AFC762
Text Example
Text Example
White with #AFC762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC762; }
p { color: rgb(175,199,98); }
H1.HeaderClassName
{
color: #AFC762;
}
.AnyTagClassName
{
color: #AFC762;
}
</style>
background-color css
<style>
a { background-color: #AFC762; }
a { background-color: rgb(175,199,98); }
div.DivClassName
{
background-color: #AFC762;
}
.BgClassName
{
background-color: #AFC762;
}
</style>
border-color css
<style>
span { border-color: #AFC762; }
span { border-color: rgb(175,199,98); }
td.TdClassName
{
border-color: #AFC762;
}
.TagClassName
{
border-color: #AFC762;
}
</style>