Shades of Bay Leaf #70AB87
Tints of Bay Leaf #70AB87
RGB
CMYK
RGB Variations
Color information
#70AB87 (or 0x70AB87) is known color: Bay Leaf. HEX triplet: 70, AB and 87. RGB value is (112,171,135). Sum of RGB (Red+Green+Blue) = 112+171+135=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB87 is #8F5478. Grayscale: #959595. Windows color (decimal): -9393273 or 8891248. OLE color: 8891248.
HSL color Cylindrical-coordinate representation of color #70AB87: hue angle of 143.39º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB87 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 135 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.33 |
| HSL | 143.39º | 0.26% | 0.55% | - |
| HSV(B) | 143.39º | 0.35% | 0.67% | - |
| XYZ | 25.62 | 34.32 | 28.2 | - |
| YUV | 149.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 135 | 0.35 | 0 | 0.21 | 0.33 | 143.39 | 0.26 | 0.55 |
| Hex | 70 | AB | 87 | 23 | 0 | 15 | 21 | 8F | 1A | 37 |
| Octal | 160 | 253 | 207 | 43 | 0 | 25 | 41 | 217 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10000111 | 100011 | 0 | 10101 | 100001 | 10001111 | 11010 | 110111 |
Color Harmonies of #70AB87
Complementary color
Monochromatic Colors of #70AB87
Black with #70AB87
Text Example
Text Example
White with #70AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB87; }
p { color: rgb(112,171,135); }
H1.HeaderClassName
{
color: #70AB87;
}
.AnyTagClassName
{
color: #70AB87;
}
</style>
background-color css
<style>
a { background-color: #70AB87; }
a { background-color: rgb(112,171,135); }
div.DivClassName
{
background-color: #70AB87;
}
.BgClassName
{
background-color: #70AB87;
}
</style>
border-color css
<style>
span { border-color: #70AB87; }
span { border-color: rgb(112,171,135); }
td.TdClassName
{
border-color: #70AB87;
}
.TagClassName
{
border-color: #70AB87;
}
</style>