Shades of Bay Leaf #70BD80
Tints of Bay Leaf #70BD80
RGB
CMYK
RGB Variations
Color information
#70BD80 (or 0x70BD80) is known color: Bay Leaf. HEX triplet: 70, BD and 80. RGB value is (112,189,128). Sum of RGB (Red+Green+Blue) = 112+189+128=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD80 is #8F427F. Grayscale: #9F9F9F. Windows color (decimal): -9388672 or 8437104. OLE color: 8437104.
HSL color Cylindrical-coordinate representation of color #70BD80: hue angle of 132.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD80 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 128 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.26 |
| HSL | 132.47º | 0.37% | 0.59% | - |
| HSV(B) | 132.47º | 0.41% | 0.74% | - |
| XYZ | 28.78 | 41.4 | 26.9 | - |
| YUV | 159.02 | 110.49 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 128 | 0.41 | 0 | 0.32 | 0.26 | 132.47 | 0.37 | 0.59 |
| Hex | 70 | BD | 80 | 29 | 0 | 20 | 1A | 84 | 25 | 3B |
| Octal | 160 | 275 | 200 | 51 | 0 | 40 | 32 | 204 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10000000 | 101001 | 0 | 100000 | 11010 | 10000100 | 100101 | 111011 |
Color Harmonies of #70BD80
Complementary color
Monochromatic Colors of #70BD80
Black with #70BD80
Text Example
Text Example
White with #70BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD80; }
p { color: rgb(112,189,128); }
H1.HeaderClassName
{
color: #70BD80;
}
.AnyTagClassName
{
color: #70BD80;
}
</style>
background-color css
<style>
a { background-color: #70BD80; }
a { background-color: rgb(112,189,128); }
div.DivClassName
{
background-color: #70BD80;
}
.BgClassName
{
background-color: #70BD80;
}
</style>
border-color css
<style>
span { border-color: #70BD80; }
span { border-color: rgb(112,189,128); }
td.TdClassName
{
border-color: #70BD80;
}
.TagClassName
{
border-color: #70BD80;
}
</style>