Shades of Bay Leaf #70B388
Tints of Bay Leaf #70B388
RGB
CMYK
RGB Variations
Color information
#70B388 (or 0x70B388) is known color: Bay Leaf. HEX triplet: 70, B3 and 88. RGB value is (112,179,136). Sum of RGB (Red+Green+Blue) = 112+179+136=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #70B388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B388 is #8F4C77. Grayscale: #9A9A9A. Windows color (decimal): -9391224 or 8958832. OLE color: 8958832.
HSL color Cylindrical-coordinate representation of color #70B388: hue angle of 141.49º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B388 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 136 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.30 |
| HSL | 141.49º | 0.31% | 0.57% | - |
| HSV(B) | 141.49º | 0.37% | 0.7% | - |
| XYZ | 27.25 | 37.46 | 29.09 | - |
| YUV | 154.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 136 | 0.37 | 0 | 0.24 | 0.30 | 141.49 | 0.31 | 0.57 |
| Hex | 70 | B3 | 88 | 25 | 0 | 18 | 1E | 8D | 1F | 39 |
| Octal | 160 | 263 | 210 | 45 | 0 | 30 | 36 | 215 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10001000 | 100101 | 0 | 11000 | 11110 | 10001101 | 11111 | 111001 |
Color Harmonies of #70B388
Complementary color
Monochromatic Colors of #70B388
Black with #70B388
Text Example
Text Example
White with #70B388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B388; }
p { color: rgb(112,179,136); }
H1.HeaderClassName
{
color: #70B388;
}
.AnyTagClassName
{
color: #70B388;
}
</style>
background-color css
<style>
a { background-color: #70B388; }
a { background-color: rgb(112,179,136); }
div.DivClassName
{
background-color: #70B388;
}
.BgClassName
{
background-color: #70B388;
}
</style>
border-color css
<style>
span { border-color: #70B388; }
span { border-color: rgb(112,179,136); }
td.TdClassName
{
border-color: #70B388;
}
.TagClassName
{
border-color: #70B388;
}
</style>