Shades of Bay Leaf #70B28E
Tints of Bay Leaf #70B28E
RGB
CMYK
RGB Variations
Color information
#70B28E (or 0x70B28E) is known color: Bay Leaf. HEX triplet: 70, B2 and 8E. RGB value is (112,178,142). Sum of RGB (Red+Green+Blue) = 112+178+142=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #70B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B28E is #8F4D71. Grayscale: #9A9A9A. Windows color (decimal): -9391474 or 9351792. OLE color: 9351792.
HSL color Cylindrical-coordinate representation of color #70B28E: hue angle of 147.27º degrees, saturation: 0.3, 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 #70B28E is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 142 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.30 |
| HSL | 147.27º | 0.3% | 0.57% | - |
| HSV(B) | 147.27º | 0.37% | 0.7% | - |
| XYZ | 27.48 | 37.24 | 31.33 | - |
| YUV | 154.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 142 | 0.37 | 0 | 0.20 | 0.30 | 147.27 | 0.3 | 0.57 |
| Hex | 70 | B2 | 8E | 25 | 0 | 14 | 1E | 93 | 1E | 39 |
| Octal | 160 | 262 | 216 | 45 | 0 | 24 | 36 | 223 | 36 | 71 |
| Binary | 1110000 | 10110010 | 10001110 | 100101 | 0 | 10100 | 11110 | 10010011 | 11110 | 111001 |
Color Harmonies of #70B28E
Complementary color
Monochromatic Colors of #70B28E
Black with #70B28E
Text Example
Text Example
White with #70B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B28E; }
p { color: rgb(112,178,142); }
H1.HeaderClassName
{
color: #70B28E;
}
.AnyTagClassName
{
color: #70B28E;
}
</style>
background-color css
<style>
a { background-color: #70B28E; }
a { background-color: rgb(112,178,142); }
div.DivClassName
{
background-color: #70B28E;
}
.BgClassName
{
background-color: #70B28E;
}
</style>
border-color css
<style>
span { border-color: #70B28E; }
span { border-color: rgb(112,178,142); }
td.TdClassName
{
border-color: #70B28E;
}
.TagClassName
{
border-color: #70B28E;
}
</style>