Shades of Bay Leaf #70BC80
Tints of Bay Leaf #70BC80
RGB
CMYK
RGB Variations
Color information
#70BC80 (or 0x70BC80) is known color: Bay Leaf. HEX triplet: 70, BC and 80. RGB value is (112,188,128). Sum of RGB (Red+Green+Blue) = 112+188+128=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC80 is #8F437F. Grayscale: #9E9E9E. Windows color (decimal): -9388928 or 8436848. OLE color: 8436848.
HSL color Cylindrical-coordinate representation of color #70BC80: hue angle of 132.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC80 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 128 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.26 |
| HSL | 132.63º | 0.36% | 0.59% | - |
| HSV(B) | 132.63º | 0.4% | 0.74% | - |
| XYZ | 28.56 | 40.97 | 26.82 | - |
| YUV | 158.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 128 | 0.40 | 0 | 0.32 | 0.26 | 132.63 | 0.36 | 0.59 |
| Hex | 70 | BC | 80 | 28 | 0 | 20 | 1A | 85 | 24 | 3B |
| Octal | 160 | 274 | 200 | 50 | 0 | 40 | 32 | 205 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10000000 | 101000 | 0 | 100000 | 11010 | 10000101 | 100100 | 111011 |
Color Harmonies of #70BC80
Complementary color
Monochromatic Colors of #70BC80
Black with #70BC80
Text Example
Text Example
White with #70BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC80; }
p { color: rgb(112,188,128); }
H1.HeaderClassName
{
color: #70BC80;
}
.AnyTagClassName
{
color: #70BC80;
}
</style>
background-color css
<style>
a { background-color: #70BC80; }
a { background-color: rgb(112,188,128); }
div.DivClassName
{
background-color: #70BC80;
}
.BgClassName
{
background-color: #70BC80;
}
</style>
border-color css
<style>
span { border-color: #70BC80; }
span { border-color: rgb(112,188,128); }
td.TdClassName
{
border-color: #70BC80;
}
.TagClassName
{
border-color: #70BC80;
}
</style>