Shades of Bay Leaf #70B989
Tints of Bay Leaf #70B989
RGB
CMYK
RGB Variations
Color information
#70B989 (or 0x70B989) is known color: Bay Leaf. HEX triplet: 70, B9 and 89. RGB value is (112,185,137). Sum of RGB (Red+Green+Blue) = 112+185+137=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #70B989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B989 is #8F4676. Grayscale: #9D9D9D. Windows color (decimal): -9389687 or 9025904. OLE color: 9025904.
HSL color Cylindrical-coordinate representation of color #70B989: hue angle of 140.55º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B989 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 137 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.27 |
| HSL | 140.55º | 0.34% | 0.58% | - |
| HSV(B) | 140.55º | 0.39% | 0.73% | - |
| XYZ | 28.55 | 39.95 | 29.87 | - |
| YUV | 157.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 137 | 0.39 | 0 | 0.26 | 0.27 | 140.55 | 0.34 | 0.58 |
| Hex | 70 | B9 | 89 | 27 | 0 | 1A | 1B | 8D | 22 | 3A |
| Octal | 160 | 271 | 211 | 47 | 0 | 32 | 33 | 215 | 42 | 72 |
| Binary | 1110000 | 10111001 | 10001001 | 100111 | 0 | 11010 | 11011 | 10001101 | 100010 | 111010 |
Color Harmonies of #70B989
Complementary color
Monochromatic Colors of #70B989
Black with #70B989
Text Example
Text Example
White with #70B989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B989; }
p { color: rgb(112,185,137); }
H1.HeaderClassName
{
color: #70B989;
}
.AnyTagClassName
{
color: #70B989;
}
</style>
background-color css
<style>
a { background-color: #70B989; }
a { background-color: rgb(112,185,137); }
div.DivClassName
{
background-color: #70B989;
}
.BgClassName
{
background-color: #70B989;
}
</style>
border-color css
<style>
span { border-color: #70B989; }
span { border-color: rgb(112,185,137); }
td.TdClassName
{
border-color: #70B989;
}
.TagClassName
{
border-color: #70B989;
}
</style>