Shades of Wild Willow #B7CC70
Tints of Wild Willow #B7CC70
RGB
CMYK
RGB Variations
Color information
#B7CC70 (or 0xB7CC70) is known color: Wild Willow. HEX triplet: B7, CC and 70. RGB value is (183,204,112). Sum of RGB (Red+Green+Blue) = 183+204+112=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC70 is #48338F. Grayscale: #BBBBBB. Windows color (decimal): -4731792 or 7392439. OLE color: 7392439.
HSL color Cylindrical-coordinate representation of color #B7CC70: hue angle of 73.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7CC70 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 204 | 112 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.2 |
| HSL | 73.7º | 0.47% | 0.62% | - |
| HSV(B) | 73.7º | 0.45% | 0.8% | - |
| XYZ | 44.05 | 54.42 | 23.51 | - |
| YUV | 187.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 204 | 112 | 0.10 | 0 | 0.45 | 0.2 | 73.7 | 0.47 | 0.62 |
| Hex | B7 | CC | 70 | A | 0 | 2D | 14 | 4A | 2F | 3E |
| Octal | 267 | 314 | 160 | 12 | 0 | 55 | 24 | 112 | 57 | 76 |
| Binary | 10110111 | 11001100 | 1110000 | 1010 | 0 | 101101 | 10100 | 1001010 | 101111 | 111110 |
Color Harmonies of #B7CC70
Complementary color
Monochromatic Colors of #B7CC70
Black with #B7CC70
Text Example
Text Example
White with #B7CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CC70; }
p { color: rgb(183,204,112); }
H1.HeaderClassName
{
color: #B7CC70;
}
.AnyTagClassName
{
color: #B7CC70;
}
</style>
background-color css
<style>
a { background-color: #B7CC70; }
a { background-color: rgb(183,204,112); }
div.DivClassName
{
background-color: #B7CC70;
}
.BgClassName
{
background-color: #B7CC70;
}
</style>
border-color css
<style>
span { border-color: #B7CC70; }
span { border-color: rgb(183,204,112); }
td.TdClassName
{
border-color: #B7CC70;
}
.TagClassName
{
border-color: #B7CC70;
}
</style>