Shades of Wild Willow #AFC76B
Tints of Wild Willow #AFC76B
RGB
CMYK
RGB Variations
Color information
#AFC76B (or 0xAFC76B) is known color: Wild Willow. HEX triplet: AF, C7 and 6B. RGB value is (175,199,107). Sum of RGB (Red+Green+Blue) = 175+199+107=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC76B is #503894. Grayscale: #B5B5B5. Windows color (decimal): -5257365 or 7063471. OLE color: 7063471.
HSL color Cylindrical-coordinate representation of color #AFC76B: hue angle of 75.65º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFC76B is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 107 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.22 |
| HSL | 75.65º | 0.45% | 0.6% | - |
| HSV(B) | 75.65º | 0.46% | 0.78% | - |
| XYZ | 40.76 | 51.02 | 21.61 | - |
| YUV | 181.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 107 | 0.12 | 0 | 0.46 | 0.22 | 75.65 | 0.45 | 0.6 |
| Hex | AF | C7 | 6B | C | 0 | 2E | 16 | 4C | 2D | 3C |
| Octal | 257 | 307 | 153 | 14 | 0 | 56 | 26 | 114 | 55 | 74 |
| Binary | 10101111 | 11000111 | 1101011 | 1100 | 0 | 101110 | 10110 | 1001100 | 101101 | 111100 |
Color Harmonies of #AFC76B
Complementary color
Monochromatic Colors of #AFC76B
Black with #AFC76B
Text Example
Text Example
White with #AFC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC76B; }
p { color: rgb(175,199,107); }
H1.HeaderClassName
{
color: #AFC76B;
}
.AnyTagClassName
{
color: #AFC76B;
}
</style>
background-color css
<style>
a { background-color: #AFC76B; }
a { background-color: rgb(175,199,107); }
div.DivClassName
{
background-color: #AFC76B;
}
.BgClassName
{
background-color: #AFC76B;
}
</style>
border-color css
<style>
span { border-color: #AFC76B; }
span { border-color: rgb(175,199,107); }
td.TdClassName
{
border-color: #AFC76B;
}
.TagClassName
{
border-color: #AFC76B;
}
</style>