Shades of Bay Leaf #70BB80
Tints of Bay Leaf #70BB80
RGB
CMYK
RGB Variations
Color information
#70BB80 (or 0x70BB80) is known color: Bay Leaf. HEX triplet: 70, BB and 80. RGB value is (112,187,128). Sum of RGB (Red+Green+Blue) = 112+187+128=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB80 is #8F447F. Grayscale: #9E9E9E. Windows color (decimal): -9389184 or 8436592. OLE color: 8436592.
HSL color Cylindrical-coordinate representation of color #70BB80: hue angle of 132.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB80 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 128 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.27 |
| HSL | 132.8º | 0.36% | 0.59% | - |
| HSV(B) | 132.8º | 0.4% | 0.73% | - |
| XYZ | 28.35 | 40.54 | 26.75 | - |
| YUV | 157.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 128 | 0.40 | 0 | 0.32 | 0.27 | 132.8 | 0.36 | 0.59 |
| Hex | 70 | BB | 80 | 28 | 0 | 20 | 1B | 85 | 24 | 3B |
| Octal | 160 | 273 | 200 | 50 | 0 | 40 | 33 | 205 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10000000 | 101000 | 0 | 100000 | 11011 | 10000101 | 100100 | 111011 |
Color Harmonies of #70BB80
Complementary color
Monochromatic Colors of #70BB80
Black with #70BB80
Text Example
Text Example
White with #70BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB80; }
p { color: rgb(112,187,128); }
H1.HeaderClassName
{
color: #70BB80;
}
.AnyTagClassName
{
color: #70BB80;
}
</style>
background-color css
<style>
a { background-color: #70BB80; }
a { background-color: rgb(112,187,128); }
div.DivClassName
{
background-color: #70BB80;
}
.BgClassName
{
background-color: #70BB80;
}
</style>
border-color css
<style>
span { border-color: #70BB80; }
span { border-color: rgb(112,187,128); }
td.TdClassName
{
border-color: #70BB80;
}
.TagClassName
{
border-color: #70BB80;
}
</style>