Shades of Bay Leaf #70B980
Tints of Bay Leaf #70B980
RGB
CMYK
RGB Variations
Color information
#70B980 (or 0x70B980) is known color: Bay Leaf. HEX triplet: 70, B9 and 80. RGB value is (112,185,128). Sum of RGB (Red+Green+Blue) = 112+185+128=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #70B980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B980 is #8F467F. Grayscale: #9C9C9C. Windows color (decimal): -9389696 or 8436080. OLE color: 8436080.
HSL color Cylindrical-coordinate representation of color #70B980: hue angle of 133.15º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B980 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 128 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.27 |
| HSL | 133.15º | 0.34% | 0.58% | - |
| HSV(B) | 133.15º | 0.39% | 0.73% | - |
| XYZ | 27.93 | 39.7 | 26.61 | - |
| YUV | 156.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 128 | 0.39 | 0 | 0.31 | 0.27 | 133.15 | 0.34 | 0.58 |
| Hex | 70 | B9 | 80 | 27 | 0 | 1F | 1B | 85 | 22 | 3A |
| Octal | 160 | 271 | 200 | 47 | 0 | 37 | 33 | 205 | 42 | 72 |
| Binary | 1110000 | 10111001 | 10000000 | 100111 | 0 | 11111 | 11011 | 10000101 | 100010 | 111010 |
Color Harmonies of #70B980
Complementary color
Monochromatic Colors of #70B980
Black with #70B980
Text Example
Text Example
White with #70B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B980; }
p { color: rgb(112,185,128); }
H1.HeaderClassName
{
color: #70B980;
}
.AnyTagClassName
{
color: #70B980;
}
</style>
background-color css
<style>
a { background-color: #70B980; }
a { background-color: rgb(112,185,128); }
div.DivClassName
{
background-color: #70B980;
}
.BgClassName
{
background-color: #70B980;
}
</style>
border-color css
<style>
span { border-color: #70B980; }
span { border-color: rgb(112,185,128); }
td.TdClassName
{
border-color: #70B980;
}
.TagClassName
{
border-color: #70B980;
}
</style>