Shades of Bay Leaf #70BC87
Tints of Bay Leaf #70BC87
RGB
CMYK
RGB Variations
Color information
#70BC87 (or 0x70BC87) is known color: Bay Leaf. HEX triplet: 70, BC and 87. RGB value is (112,188,135). Sum of RGB (Red+Green+Blue) = 112+188+135=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC87 is #8F4378. Grayscale: #9F9F9F. Windows color (decimal): -9388921 or 8895600. OLE color: 8895600.
HSL color Cylindrical-coordinate representation of color #70BC87: hue angle of 138.16º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC87 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 135 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.26 |
| HSL | 138.16º | 0.36% | 0.59% | - |
| HSV(B) | 138.16º | 0.4% | 0.74% | - |
| XYZ | 29.04 | 41.16 | 29.34 | - |
| YUV | 159.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 135 | 0.40 | 0 | 0.28 | 0.26 | 138.16 | 0.36 | 0.59 |
| Hex | 70 | BC | 87 | 28 | 0 | 1C | 1A | 8A | 24 | 3B |
| Octal | 160 | 274 | 207 | 50 | 0 | 34 | 32 | 212 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10000111 | 101000 | 0 | 11100 | 11010 | 10001010 | 100100 | 111011 |
Color Harmonies of #70BC87
Complementary color
Monochromatic Colors of #70BC87
Black with #70BC87
Text Example
Text Example
White with #70BC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC87; }
p { color: rgb(112,188,135); }
H1.HeaderClassName
{
color: #70BC87;
}
.AnyTagClassName
{
color: #70BC87;
}
</style>
background-color css
<style>
a { background-color: #70BC87; }
a { background-color: rgb(112,188,135); }
div.DivClassName
{
background-color: #70BC87;
}
.BgClassName
{
background-color: #70BC87;
}
</style>
border-color css
<style>
span { border-color: #70BC87; }
span { border-color: rgb(112,188,135); }
td.TdClassName
{
border-color: #70BC87;
}
.TagClassName
{
border-color: #70BC87;
}
</style>