Shades of Bay Leaf #70B58C
Tints of Bay Leaf #70B58C
RGB
CMYK
RGB Variations
Color information
#70B58C (or 0x70B58C) is known color: Bay Leaf. HEX triplet: 70, B5 and 8C. RGB value is (112,181,140). Sum of RGB (Red+Green+Blue) = 112+181+140=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #70B58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B58C is #8F4A73. Grayscale: #9B9B9B. Windows color (decimal): -9390708 or 9221488. OLE color: 9221488.
HSL color Cylindrical-coordinate representation of color #70B58C: hue angle of 144.35º 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 #70B58C is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 140 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.29 |
| HSL | 144.35º | 0.32% | 0.57% | - |
| HSV(B) | 144.35º | 0.38% | 0.71% | - |
| XYZ | 27.94 | 38.39 | 30.75 | - |
| YUV | 155.7 | 119.14 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 140 | 0.38 | 0 | 0.23 | 0.29 | 144.35 | 0.32 | 0.57 |
| Hex | 70 | B5 | 8C | 26 | 0 | 17 | 1D | 90 | 20 | 39 |
| Octal | 160 | 265 | 214 | 46 | 0 | 27 | 35 | 220 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10001100 | 100110 | 0 | 10111 | 11101 | 10010000 | 100000 | 111001 |
Color Harmonies of #70B58C
Complementary color
Monochromatic Colors of #70B58C
Black with #70B58C
Text Example
Text Example
White with #70B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B58C; }
p { color: rgb(112,181,140); }
H1.HeaderClassName
{
color: #70B58C;
}
.AnyTagClassName
{
color: #70B58C;
}
</style>
background-color css
<style>
a { background-color: #70B58C; }
a { background-color: rgb(112,181,140); }
div.DivClassName
{
background-color: #70B58C;
}
.BgClassName
{
background-color: #70B58C;
}
</style>
border-color css
<style>
span { border-color: #70B58C; }
span { border-color: rgb(112,181,140); }
td.TdClassName
{
border-color: #70B58C;
}
.TagClassName
{
border-color: #70B58C;
}
</style>