Shades of Bay Leaf #70B380
Tints of Bay Leaf #70B380
RGB
CMYK
RGB Variations
Color information
#70B380 (or 0x70B380) is known color: Bay Leaf. HEX triplet: 70, B3 and 80. RGB value is (112,179,128). Sum of RGB (Red+Green+Blue) = 112+179+128=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #70B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B380 is #8F4C7F. Grayscale: #999999. Windows color (decimal): -9391232 or 8434544. OLE color: 8434544.
HSL color Cylindrical-coordinate representation of color #70B380: hue angle of 134.33º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B380 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 179 | 128 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.30 |
| HSL | 134.33º | 0.31% | 0.57% | - |
| HSV(B) | 134.33º | 0.37% | 0.7% | - |
| XYZ | 26.7 | 37.24 | 26.2 | - |
| YUV | 153.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 179 | 128 | 0.37 | 0 | 0.28 | 0.30 | 134.33 | 0.31 | 0.57 |
| Hex | 70 | B3 | 80 | 25 | 0 | 1C | 1E | 86 | 1F | 39 |
| Octal | 160 | 263 | 200 | 45 | 0 | 34 | 36 | 206 | 37 | 71 |
| Binary | 1110000 | 10110011 | 10000000 | 100101 | 0 | 11100 | 11110 | 10000110 | 11111 | 111001 |
Color Harmonies of #70B380
Complementary color
Monochromatic Colors of #70B380
Black with #70B380
Text Example
Text Example
White with #70B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B380; }
p { color: rgb(112,179,128); }
H1.HeaderClassName
{
color: #70B380;
}
.AnyTagClassName
{
color: #70B380;
}
</style>
background-color css
<style>
a { background-color: #70B380; }
a { background-color: rgb(112,179,128); }
div.DivClassName
{
background-color: #70B380;
}
.BgClassName
{
background-color: #70B380;
}
</style>
border-color css
<style>
span { border-color: #70B380; }
span { border-color: rgb(112,179,128); }
td.TdClassName
{
border-color: #70B380;
}
.TagClassName
{
border-color: #70B380;
}
</style>