Shades of Bay Leaf #6EAE86
Tints of Bay Leaf #6EAE86
RGB
CMYK
RGB Variations
Color information
#6EAE86 (or 0x6EAE86) is known color: Bay Leaf. HEX triplet: 6E, AE and 86. RGB value is (110,174,134). Sum of RGB (Red+Green+Blue) = 110+174+134=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #6EAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAE86 is #915179. Grayscale: #969696. Windows color (decimal): -9523578 or 8826478. OLE color: 8826478.
HSL color Cylindrical-coordinate representation of color #6EAE86: hue angle of 142.5º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6EAE86 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 174 | 134 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.32 |
| HSL | 142.5º | 0.28% | 0.56% | - |
| HSV(B) | 142.5º | 0.37% | 0.68% | - |
| XYZ | 25.87 | 35.31 | 28.01 | - |
| YUV | 150.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 174 | 134 | 0.37 | 0 | 0.23 | 0.32 | 142.5 | 0.28 | 0.56 |
| Hex | 6E | AE | 86 | 25 | 0 | 17 | 20 | 8E | 1C | 38 |
| Octal | 156 | 256 | 206 | 45 | 0 | 27 | 40 | 216 | 34 | 70 |
| Binary | 1101110 | 10101110 | 10000110 | 100101 | 0 | 10111 | 100000 | 10001110 | 11100 | 111000 |
Color Harmonies of #6EAE86
Complementary color
Monochromatic Colors of #6EAE86
Black with #6EAE86
Text Example
Text Example
White with #6EAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAE86; }
p { color: rgb(110,174,134); }
H1.HeaderClassName
{
color: #6EAE86;
}
.AnyTagClassName
{
color: #6EAE86;
}
</style>
background-color css
<style>
a { background-color: #6EAE86; }
a { background-color: rgb(110,174,134); }
div.DivClassName
{
background-color: #6EAE86;
}
.BgClassName
{
background-color: #6EAE86;
}
</style>
border-color css
<style>
span { border-color: #6EAE86; }
span { border-color: rgb(110,174,134); }
td.TdClassName
{
border-color: #6EAE86;
}
.TagClassName
{
border-color: #6EAE86;
}
</style>