Shades of Bay Leaf #70BC84
Tints of Bay Leaf #70BC84
RGB
CMYK
RGB Variations
Color information
#70BC84 (or 0x70BC84) is known color: Bay Leaf. HEX triplet: 70, BC and 84. RGB value is (112,188,132). Sum of RGB (Red+Green+Blue) = 112+188+132=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC84 is #8F437B. Grayscale: #9F9F9F. Windows color (decimal): -9388924 or 8698992. OLE color: 8698992.
HSL color Cylindrical-coordinate representation of color #70BC84: hue angle of 135.79º 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 #70BC84 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 132 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.26 |
| HSL | 135.79º | 0.36% | 0.59% | - |
| HSV(B) | 135.79º | 0.4% | 0.74% | - |
| XYZ | 28.83 | 41.08 | 28.24 | - |
| YUV | 158.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 132 | 0.40 | 0 | 0.30 | 0.26 | 135.79 | 0.36 | 0.59 |
| Hex | 70 | BC | 84 | 28 | 0 | 1E | 1A | 88 | 24 | 3B |
| Octal | 160 | 274 | 204 | 50 | 0 | 36 | 32 | 210 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10000100 | 101000 | 0 | 11110 | 11010 | 10001000 | 100100 | 111011 |
Color Harmonies of #70BC84
Complementary color
Monochromatic Colors of #70BC84
Black with #70BC84
Text Example
Text Example
White with #70BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BC84; }
p { color: rgb(112,188,132); }
H1.HeaderClassName
{
color: #70BC84;
}
.AnyTagClassName
{
color: #70BC84;
}
</style>
background-color css
<style>
a { background-color: #70BC84; }
a { background-color: rgb(112,188,132); }
div.DivClassName
{
background-color: #70BC84;
}
.BgClassName
{
background-color: #70BC84;
}
</style>
border-color css
<style>
span { border-color: #70BC84; }
span { border-color: rgb(112,188,132); }
td.TdClassName
{
border-color: #70BC84;
}
.TagClassName
{
border-color: #70BC84;
}
</style>