Shades of Bay Leaf #70B686
Tints of Bay Leaf #70B686
RGB
CMYK
RGB Variations
Color information
#70B686 (or 0x70B686) is known color: Bay Leaf. HEX triplet: 70, B6 and 86. RGB value is (112,182,134). Sum of RGB (Red+Green+Blue) = 112+182+134=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #70B686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B686 is #8F4979. Grayscale: #9B9B9B. Windows color (decimal): -9390458 or 8828528. OLE color: 8828528.
HSL color Cylindrical-coordinate representation of color #70B686: hue angle of 138.86º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B686 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 182 | 134 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.29 |
| HSL | 138.86º | 0.32% | 0.58% | - |
| HSV(B) | 138.86º | 0.38% | 0.71% | - |
| XYZ | 27.71 | 38.62 | 28.55 | - |
| YUV | 155.6 | 115.81 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 182 | 134 | 0.38 | 0 | 0.26 | 0.29 | 138.86 | 0.32 | 0.58 |
| Hex | 70 | B6 | 86 | 26 | 0 | 1A | 1D | 8B | 20 | 3A |
| Octal | 160 | 266 | 206 | 46 | 0 | 32 | 35 | 213 | 40 | 72 |
| Binary | 1110000 | 10110110 | 10000110 | 100110 | 0 | 11010 | 11101 | 10001011 | 100000 | 111010 |
Color Harmonies of #70B686
Complementary color
Monochromatic Colors of #70B686
Black with #70B686
Text Example
Text Example
White with #70B686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B686; }
p { color: rgb(112,182,134); }
H1.HeaderClassName
{
color: #70B686;
}
.AnyTagClassName
{
color: #70B686;
}
</style>
background-color css
<style>
a { background-color: #70B686; }
a { background-color: rgb(112,182,134); }
div.DivClassName
{
background-color: #70B686;
}
.BgClassName
{
background-color: #70B686;
}
</style>
border-color css
<style>
span { border-color: #70B686; }
span { border-color: rgb(112,182,134); }
td.TdClassName
{
border-color: #70B686;
}
.TagClassName
{
border-color: #70B686;
}
</style>