Shades of Bay Leaf #70BA89
Tints of Bay Leaf #70BA89
RGB
CMYK
RGB Variations
Color information
#70BA89 (or 0x70BA89) is known color: Bay Leaf. HEX triplet: 70, BA and 89. RGB value is (112,186,137). Sum of RGB (Red+Green+Blue) = 112+186+137=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA89 is #8F4576. Grayscale: #9E9E9E. Windows color (decimal): -9389431 or 9026160. OLE color: 9026160.
HSL color Cylindrical-coordinate representation of color #70BA89: hue angle of 140.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA89 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 137 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.27 |
| HSL | 140.27º | 0.35% | 0.58% | - |
| HSV(B) | 140.27º | 0.4% | 0.73% | - |
| XYZ | 28.76 | 40.37 | 29.94 | - |
| YUV | 158.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 137 | 0.40 | 0 | 0.26 | 0.27 | 140.27 | 0.35 | 0.58 |
| Hex | 70 | BA | 89 | 28 | 0 | 1A | 1B | 8C | 23 | 3A |
| Octal | 160 | 272 | 211 | 50 | 0 | 32 | 33 | 214 | 43 | 72 |
| Binary | 1110000 | 10111010 | 10001001 | 101000 | 0 | 11010 | 11011 | 10001100 | 100011 | 111010 |
Color Harmonies of #70BA89
Complementary color
Monochromatic Colors of #70BA89
Black with #70BA89
Text Example
Text Example
White with #70BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA89; }
p { color: rgb(112,186,137); }
H1.HeaderClassName
{
color: #70BA89;
}
.AnyTagClassName
{
color: #70BA89;
}
</style>
background-color css
<style>
a { background-color: #70BA89; }
a { background-color: rgb(112,186,137); }
div.DivClassName
{
background-color: #70BA89;
}
.BgClassName
{
background-color: #70BA89;
}
</style>
border-color css
<style>
span { border-color: #70BA89; }
span { border-color: rgb(112,186,137); }
td.TdClassName
{
border-color: #70BA89;
}
.TagClassName
{
border-color: #70BA89;
}
</style>