Shades of Bay Leaf #70B784
Tints of Bay Leaf #70B784
RGB
CMYK
RGB Variations
Color information
#70B784 (or 0x70B784) is known color: Bay Leaf. HEX triplet: 70, B7 and 84. RGB value is (112,183,132). Sum of RGB (Red+Green+Blue) = 112+183+132=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 183 - color contains mainly: green. Hex color #70B784 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B784 is #8F487B. Grayscale: #9C9C9C. Windows color (decimal): -9390204 or 8697712. OLE color: 8697712.
HSL color Cylindrical-coordinate representation of color #70B784: hue angle of 136.9º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B784 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 132 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.28 |
| HSL | 136.9º | 0.33% | 0.58% | - |
| HSV(B) | 136.9º | 0.39% | 0.72% | - |
| XYZ | 27.78 | 38.98 | 27.89 | - |
| YUV | 155.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 132 | 0.39 | 0 | 0.28 | 0.28 | 136.9 | 0.33 | 0.58 |
| Hex | 70 | B7 | 84 | 27 | 0 | 1C | 1C | 89 | 21 | 3A |
| Octal | 160 | 267 | 204 | 47 | 0 | 34 | 34 | 211 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10000100 | 100111 | 0 | 11100 | 11100 | 10001001 | 100001 | 111010 |
Color Harmonies of #70B784
Complementary color
Monochromatic Colors of #70B784
Black with #70B784
Text Example
Text Example
White with #70B784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B784; }
p { color: rgb(112,183,132); }
H1.HeaderClassName
{
color: #70B784;
}
.AnyTagClassName
{
color: #70B784;
}
</style>
background-color css
<style>
a { background-color: #70B784; }
a { background-color: rgb(112,183,132); }
div.DivClassName
{
background-color: #70B784;
}
.BgClassName
{
background-color: #70B784;
}
</style>
border-color css
<style>
span { border-color: #70B784; }
span { border-color: rgb(112,183,132); }
td.TdClassName
{
border-color: #70B784;
}
.TagClassName
{
border-color: #70B784;
}
</style>