Shades of Wild Willow #AFCB6B
Tints of Wild Willow #AFCB6B
RGB
CMYK
RGB Variations
Color information
#AFCB6B (or 0xAFCB6B) is known color: Wild Willow. HEX triplet: AF, CB and 6B. RGB value is (175,203,107). Sum of RGB (Red+Green+Blue) = 175+203+107=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB6B is #503494. Grayscale: #B8B8B8. Windows color (decimal): -5256341 or 7064495. OLE color: 7064495.
HSL color Cylindrical-coordinate representation of color #AFCB6B: hue angle of 77.5º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFCB6B is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 107 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.20 |
| HSL | 77.5º | 0.48% | 0.61% | - |
| HSV(B) | 77.5º | 0.47% | 0.8% | - |
| XYZ | 41.69 | 52.89 | 21.92 | - |
| YUV | 183.68 | 84.72 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 107 | 0.14 | 0 | 0.47 | 0.20 | 77.5 | 0.48 | 0.61 |
| Hex | AF | CB | 6B | E | 0 | 2F | 14 | 4E | 30 | 3D |
| Octal | 257 | 313 | 153 | 16 | 0 | 57 | 24 | 116 | 60 | 75 |
| Binary | 10101111 | 11001011 | 1101011 | 1110 | 0 | 101111 | 10100 | 1001110 | 110000 | 111101 |
Color Harmonies of #AFCB6B
Complementary color
Monochromatic Colors of #AFCB6B
Black with #AFCB6B
Text Example
Text Example
White with #AFCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCB6B; }
p { color: rgb(175,203,107); }
H1.HeaderClassName
{
color: #AFCB6B;
}
.AnyTagClassName
{
color: #AFCB6B;
}
</style>
background-color css
<style>
a { background-color: #AFCB6B; }
a { background-color: rgb(175,203,107); }
div.DivClassName
{
background-color: #AFCB6B;
}
.BgClassName
{
background-color: #AFCB6B;
}
</style>
border-color css
<style>
span { border-color: #AFCB6B; }
span { border-color: rgb(175,203,107); }
td.TdClassName
{
border-color: #AFCB6B;
}
.TagClassName
{
border-color: #AFCB6B;
}
</style>