Shades of Wild Willow #B7D068
Tints of Wild Willow #B7D068
RGB
CMYK
RGB Variations
Color information
#B7D068 (or 0xB7D068) is known color: Wild Willow. HEX triplet: B7, D0 and 68. RGB value is (183,208,104). Sum of RGB (Red+Green+Blue) = 183+208+104=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D068 is #482F97. Grayscale: #BDBDBD. Windows color (decimal): -4730776 or 6869175. OLE color: 6869175.
HSL color Cylindrical-coordinate representation of color #B7D068: hue angle of 74.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7D068 is Cyan = 0.12, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 104 | - |
| CMYK | 0.12 | 0 | 0.5 | 0.18 |
| HSL | 74.42º | 0.53% | 0.61% | - |
| HSV(B) | 74.42º | 0.5% | 0.82% | - |
| XYZ | 44.58 | 56.18 | 21.59 | - |
| YUV | 188.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 104 | 0.12 | 0 | 0.5 | 0.18 | 74.42 | 0.53 | 0.61 |
| Hex | B7 | D0 | 68 | C | 0 | 32 | 12 | 4A | 35 | 3D |
| Octal | 267 | 320 | 150 | 14 | 0 | 62 | 22 | 112 | 65 | 75 |
| Binary | 10110111 | 11010000 | 1101000 | 1100 | 0 | 110010 | 10010 | 1001010 | 110101 | 111101 |
Color Harmonies of #B7D068
Complementary color
Monochromatic Colors of #B7D068
Black with #B7D068
Text Example
Text Example
White with #B7D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D068; }
p { color: rgb(183,208,104); }
H1.HeaderClassName
{
color: #B7D068;
}
.AnyTagClassName
{
color: #B7D068;
}
</style>
background-color css
<style>
a { background-color: #B7D068; }
a { background-color: rgb(183,208,104); }
div.DivClassName
{
background-color: #B7D068;
}
.BgClassName
{
background-color: #B7D068;
}
</style>
border-color css
<style>
span { border-color: #B7D068; }
span { border-color: rgb(183,208,104); }
td.TdClassName
{
border-color: #B7D068;
}
.TagClassName
{
border-color: #B7D068;
}
</style>