Shades of Bay Leaf #70B57E
Tints of Bay Leaf #70B57E
RGB
CMYK
RGB Variations
Color information
#70B57E (or 0x70B57E) is known color: Bay Leaf. HEX triplet: 70, B5 and 7E. RGB value is (112,181,126). Sum of RGB (Red+Green+Blue) = 112+181+126=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 181 - color contains mainly: green. Hex color #70B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B57E is #8F4A81. Grayscale: #9A9A9A. Windows color (decimal): -9390722 or 8303984. OLE color: 8303984.
HSL color Cylindrical-coordinate representation of color #70B57E: hue angle of 132.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B57E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 126 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.29 |
| HSL | 132.17º | 0.32% | 0.57% | - |
| HSV(B) | 132.17º | 0.38% | 0.71% | - |
| XYZ | 26.97 | 38 | 25.65 | - |
| YUV | 154.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 126 | 0.38 | 0 | 0.30 | 0.29 | 132.17 | 0.32 | 0.57 |
| Hex | 70 | B5 | 7E | 26 | 0 | 1E | 1D | 84 | 20 | 39 |
| Octal | 160 | 265 | 176 | 46 | 0 | 36 | 35 | 204 | 40 | 71 |
| Binary | 1110000 | 10110101 | 1111110 | 100110 | 0 | 11110 | 11101 | 10000100 | 100000 | 111001 |
Color Harmonies of #70B57E
Complementary color
Monochromatic Colors of #70B57E
Black with #70B57E
Text Example
Text Example
White with #70B57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B57E; }
p { color: rgb(112,181,126); }
H1.HeaderClassName
{
color: #70B57E;
}
.AnyTagClassName
{
color: #70B57E;
}
</style>
background-color css
<style>
a { background-color: #70B57E; }
a { background-color: rgb(112,181,126); }
div.DivClassName
{
background-color: #70B57E;
}
.BgClassName
{
background-color: #70B57E;
}
</style>
border-color css
<style>
span { border-color: #70B57E; }
span { border-color: rgb(112,181,126); }
td.TdClassName
{
border-color: #70B57E;
}
.TagClassName
{
border-color: #70B57E;
}
</style>