Shades of Wild Willow #B0C769
Tints of Wild Willow #B0C769
RGB
CMYK
RGB Variations
Color information
#B0C769 (or 0xB0C769) is known color: Wild Willow. HEX triplet: B0, C7 and 69. RGB value is (176,199,105). Sum of RGB (Red+Green+Blue) = 176+199+105=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C769 is #4F3896. Grayscale: #B5B5B5. Windows color (decimal): -5191831 or 6932400. OLE color: 6932400.
HSL color Cylindrical-coordinate representation of color #B0C769: hue angle of 74.68º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0C769 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 105 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.22 |
| HSL | 74.68º | 0.46% | 0.6% | - |
| HSV(B) | 74.68º | 0.47% | 0.78% | - |
| XYZ | 40.88 | 51.1 | 21.07 | - |
| YUV | 181.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 105 | 0.12 | 0 | 0.47 | 0.22 | 74.68 | 0.46 | 0.6 |
| Hex | B0 | C7 | 69 | C | 0 | 2F | 16 | 4B | 2E | 3C |
| Octal | 260 | 307 | 151 | 14 | 0 | 57 | 26 | 113 | 56 | 74 |
| Binary | 10110000 | 11000111 | 1101001 | 1100 | 0 | 101111 | 10110 | 1001011 | 101110 | 111100 |
Color Harmonies of #B0C769
Complementary color
Monochromatic Colors of #B0C769
Black with #B0C769
Text Example
Text Example
White with #B0C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C769; }
p { color: rgb(176,199,105); }
H1.HeaderClassName
{
color: #B0C769;
}
.AnyTagClassName
{
color: #B0C769;
}
</style>
background-color css
<style>
a { background-color: #B0C769; }
a { background-color: rgb(176,199,105); }
div.DivClassName
{
background-color: #B0C769;
}
.BgClassName
{
background-color: #B0C769;
}
</style>
border-color css
<style>
span { border-color: #B0C769; }
span { border-color: rgb(176,199,105); }
td.TdClassName
{
border-color: #B0C769;
}
.TagClassName
{
border-color: #B0C769;
}
</style>