Shades of Bay Leaf #70B585
Tints of Bay Leaf #70B585
RGB
CMYK
RGB Variations
Color information
#70B585 (or 0x70B585) is known color: Bay Leaf. HEX triplet: 70, B5 and 85. RGB value is (112,181,133). Sum of RGB (Red+Green+Blue) = 112+181+133=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #70B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B585 is #8F4A7A. Grayscale: #9B9B9B. Windows color (decimal): -9390715 or 8762736. OLE color: 8762736.
HSL color Cylindrical-coordinate representation of color #70B585: hue angle of 138.26º 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 #70B585 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 133 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.29 |
| HSL | 138.26º | 0.32% | 0.57% | - |
| HSV(B) | 138.26º | 0.38% | 0.71% | - |
| XYZ | 27.44 | 38.19 | 28.11 | - |
| YUV | 154.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 133 | 0.38 | 0 | 0.27 | 0.29 | 138.26 | 0.32 | 0.57 |
| Hex | 70 | B5 | 85 | 26 | 0 | 1B | 1D | 8A | 20 | 39 |
| Octal | 160 | 265 | 205 | 46 | 0 | 33 | 35 | 212 | 40 | 71 |
| Binary | 1110000 | 10110101 | 10000101 | 100110 | 0 | 11011 | 11101 | 10001010 | 100000 | 111001 |
Color Harmonies of #70B585
Complementary color
Monochromatic Colors of #70B585
Black with #70B585
Text Example
Text Example
White with #70B585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B585; }
p { color: rgb(112,181,133); }
H1.HeaderClassName
{
color: #70B585;
}
.AnyTagClassName
{
color: #70B585;
}
</style>
background-color css
<style>
a { background-color: #70B585; }
a { background-color: rgb(112,181,133); }
div.DivClassName
{
background-color: #70B585;
}
.BgClassName
{
background-color: #70B585;
}
</style>
border-color css
<style>
span { border-color: #70B585; }
span { border-color: rgb(112,181,133); }
td.TdClassName
{
border-color: #70B585;
}
.TagClassName
{
border-color: #70B585;
}
</style>