Shades of Wild Willow #B7C068
Tints of Wild Willow #B7C068
RGB
CMYK
RGB Variations
Color information
#B7C068 (or 0xB7C068) is known color: Wild Willow. HEX triplet: B7, C0 and 68. RGB value is (183,192,104). Sum of RGB (Red+Green+Blue) = 183+192+104=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C068 is #483F97. Grayscale: #B3B3B3. Windows color (decimal): -4734872 or 6865079. OLE color: 6865079.
HSL color Cylindrical-coordinate representation of color #B7C068: hue angle of 66.14º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B7C068 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 192 | 104 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.25 |
| HSL | 66.14º | 0.41% | 0.58% | - |
| HSV(B) | 66.14º | 0.46% | 0.75% | - |
| XYZ | 40.88 | 48.77 | 20.36 | - |
| YUV | 179.28 | 85.52 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 192 | 104 | 0.05 | 0 | 0.46 | 0.25 | 66.14 | 0.41 | 0.58 |
| Hex | B7 | C0 | 68 | 5 | 0 | 2E | 19 | 42 | 29 | 3A |
| Octal | 267 | 300 | 150 | 5 | 0 | 56 | 31 | 102 | 51 | 72 |
| Binary | 10110111 | 11000000 | 1101000 | 101 | 0 | 101110 | 11001 | 1000010 | 101001 | 111010 |
Color Harmonies of #B7C068
Complementary color
Monochromatic Colors of #B7C068
Black with #B7C068
Text Example
Text Example
White with #B7C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C068; }
p { color: rgb(183,192,104); }
H1.HeaderClassName
{
color: #B7C068;
}
.AnyTagClassName
{
color: #B7C068;
}
</style>
background-color css
<style>
a { background-color: #B7C068; }
a { background-color: rgb(183,192,104); }
div.DivClassName
{
background-color: #B7C068;
}
.BgClassName
{
background-color: #B7C068;
}
</style>
border-color css
<style>
span { border-color: #B7C068; }
span { border-color: rgb(183,192,104); }
td.TdClassName
{
border-color: #B7C068;
}
.TagClassName
{
border-color: #B7C068;
}
</style>