Shades of Wild Willow #B7D670
Tints of Wild Willow #B7D670
RGB
CMYK
RGB Variations
Color information
#B7D670 (or 0xB7D670) is known color: Wild Willow. HEX triplet: B7, D6 and 70. RGB value is (183,214,112). Sum of RGB (Red+Green+Blue) = 183+214+112=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D670 is #48298F. Grayscale: #C1C1C1. Windows color (decimal): -4729232 or 7394999. OLE color: 7394999.
HSL color Cylindrical-coordinate representation of color #B7D670: hue angle of 78.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7D670 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 112 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.16 |
| HSL | 78.24º | 0.55% | 0.64% | - |
| HSV(B) | 78.24º | 0.48% | 0.84% | - |
| XYZ | 46.5 | 59.33 | 24.33 | - |
| YUV | 193.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 112 | 0.14 | 0 | 0.48 | 0.16 | 78.24 | 0.55 | 0.64 |
| Hex | B7 | D6 | 70 | E | 0 | 30 | 10 | 4E | 37 | 40 |
| Octal | 267 | 326 | 160 | 16 | 0 | 60 | 20 | 116 | 67 | 100 |
| Binary | 10110111 | 11010110 | 1110000 | 1110 | 0 | 110000 | 10000 | 1001110 | 110111 | 1000000 |
Color Harmonies of #B7D670
Complementary color
Monochromatic Colors of #B7D670
Black with #B7D670
Text Example
Text Example
White with #B7D670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D670; }
p { color: rgb(183,214,112); }
H1.HeaderClassName
{
color: #B7D670;
}
.AnyTagClassName
{
color: #B7D670;
}
</style>
background-color css
<style>
a { background-color: #B7D670; }
a { background-color: rgb(183,214,112); }
div.DivClassName
{
background-color: #B7D670;
}
.BgClassName
{
background-color: #B7D670;
}
</style>
border-color css
<style>
span { border-color: #B7D670; }
span { border-color: rgb(183,214,112); }
td.TdClassName
{
border-color: #B7D670;
}
.TagClassName
{
border-color: #B7D670;
}
</style>