Shades of Bay Leaf #70B788
Tints of Bay Leaf #70B788
RGB
CMYK
RGB Variations
Color information
#70B788 (or 0x70B788) is known color: Bay Leaf. HEX triplet: 70, B7 and 88. RGB value is (112,183,136). Sum of RGB (Red+Green+Blue) = 112+183+136=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #70B788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B788 is #8F4877. Grayscale: #9C9C9C. Windows color (decimal): -9390200 or 8959856. OLE color: 8959856.
HSL color Cylindrical-coordinate representation of color #70B788: hue angle of 140.28º 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 #70B788 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 136 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.28 |
| HSL | 140.28º | 0.33% | 0.58% | - |
| HSV(B) | 140.28º | 0.39% | 0.72% | - |
| XYZ | 28.06 | 39.09 | 29.36 | - |
| YUV | 156.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 136 | 0.39 | 0 | 0.26 | 0.28 | 140.28 | 0.33 | 0.58 |
| Hex | 70 | B7 | 88 | 27 | 0 | 1A | 1C | 8C | 21 | 3A |
| Octal | 160 | 267 | 210 | 47 | 0 | 32 | 34 | 214 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10001000 | 100111 | 0 | 11010 | 11100 | 10001100 | 100001 | 111010 |
Color Harmonies of #70B788
Complementary color
Monochromatic Colors of #70B788
Black with #70B788
Text Example
Text Example
White with #70B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B788; }
p { color: rgb(112,183,136); }
H1.HeaderClassName
{
color: #70B788;
}
.AnyTagClassName
{
color: #70B788;
}
</style>
background-color css
<style>
a { background-color: #70B788; }
a { background-color: rgb(112,183,136); }
div.DivClassName
{
background-color: #70B788;
}
.BgClassName
{
background-color: #70B788;
}
</style>
border-color css
<style>
span { border-color: #70B788; }
span { border-color: rgb(112,183,136); }
td.TdClassName
{
border-color: #70B788;
}
.TagClassName
{
border-color: #70B788;
}
</style>