Shades of Bay Leaf #70C186
Tints of Bay Leaf #70C186
RGB
CMYK
RGB Variations
Color information
#70C186 (or 0x70C186) is known color: Bay Leaf. HEX triplet: 70, C1 and 86. RGB value is (112,193,134). Sum of RGB (Red+Green+Blue) = 112+193+134=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #70C186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C186 is #8F3E79. Grayscale: #A2A2A2. Windows color (decimal): -9387642 or 8831344. OLE color: 8831344.
HSL color Cylindrical-coordinate representation of color #70C186: hue angle of 136.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C186 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 134 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.24 |
| HSL | 136.3º | 0.4% | 0.6% | - |
| HSV(B) | 136.3º | 0.42% | 0.76% | - |
| XYZ | 30.06 | 43.31 | 29.33 | - |
| YUV | 162.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 134 | 0.42 | 0 | 0.31 | 0.24 | 136.3 | 0.4 | 0.6 |
| Hex | 70 | C1 | 86 | 2A | 0 | 1F | 18 | 88 | 28 | 3C |
| Octal | 160 | 301 | 206 | 52 | 0 | 37 | 30 | 210 | 50 | 74 |
| Binary | 1110000 | 11000001 | 10000110 | 101010 | 0 | 11111 | 11000 | 10001000 | 101000 | 111100 |
Color Harmonies of #70C186
Complementary color
Monochromatic Colors of #70C186
Black with #70C186
Text Example
Text Example
White with #70C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C186; }
p { color: rgb(112,193,134); }
H1.HeaderClassName
{
color: #70C186;
}
.AnyTagClassName
{
color: #70C186;
}
</style>
background-color css
<style>
a { background-color: #70C186; }
a { background-color: rgb(112,193,134); }
div.DivClassName
{
background-color: #70C186;
}
.BgClassName
{
background-color: #70C186;
}
</style>
border-color css
<style>
span { border-color: #70C186; }
span { border-color: rgb(112,193,134); }
td.TdClassName
{
border-color: #70C186;
}
.TagClassName
{
border-color: #70C186;
}
</style>