Shades of Bay Leaf #70AF86
Tints of Bay Leaf #70AF86
RGB
CMYK
RGB Variations
Color information
#70AF86 (or 0x70AF86) is known color: Bay Leaf. HEX triplet: 70, AF and 86. RGB value is (112,175,134). Sum of RGB (Red+Green+Blue) = 112+175+134=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF86 is #8F5079. Grayscale: #979797. Windows color (decimal): -9392250 or 8826736. OLE color: 8826736.
HSL color Cylindrical-coordinate representation of color #70AF86: hue angle of 140.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF86 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 134 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.31 |
| HSL | 140.95º | 0.28% | 0.56% | - |
| HSV(B) | 140.95º | 0.36% | 0.69% | - |
| XYZ | 26.32 | 35.83 | 28.08 | - |
| YUV | 151.49 | 118.13 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 134 | 0.36 | 0 | 0.23 | 0.31 | 140.95 | 0.28 | 0.56 |
| Hex | 70 | AF | 86 | 24 | 0 | 17 | 1F | 8D | 1C | 38 |
| Octal | 160 | 257 | 206 | 44 | 0 | 27 | 37 | 215 | 34 | 70 |
| Binary | 1110000 | 10101111 | 10000110 | 100100 | 0 | 10111 | 11111 | 10001101 | 11100 | 111000 |
Color Harmonies of #70AF86
Complementary color
Monochromatic Colors of #70AF86
Black with #70AF86
Text Example
Text Example
White with #70AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF86; }
p { color: rgb(112,175,134); }
H1.HeaderClassName
{
color: #70AF86;
}
.AnyTagClassName
{
color: #70AF86;
}
</style>
background-color css
<style>
a { background-color: #70AF86; }
a { background-color: rgb(112,175,134); }
div.DivClassName
{
background-color: #70AF86;
}
.BgClassName
{
background-color: #70AF86;
}
</style>
border-color css
<style>
span { border-color: #70AF86; }
span { border-color: rgb(112,175,134); }
td.TdClassName
{
border-color: #70AF86;
}
.TagClassName
{
border-color: #70AF86;
}
</style>