Shades of Bay Leaf #6DAE86
Tints of Bay Leaf #6DAE86
RGB
CMYK
RGB Variations
Color information
#6DAE86 (or 0x6DAE86) is known color: Bay Leaf. HEX triplet: 6D, AE and 86. RGB value is (109,174,134). Sum of RGB (Red+Green+Blue) = 109+174+134=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE86 is #925179. Grayscale: #969696. Windows color (decimal): -9589114 or 8826477. OLE color: 8826477.
HSL color Cylindrical-coordinate representation of color #6DAE86: hue angle of 143.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAE86 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 134 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.32 |
| HSL | 143.08º | 0.29% | 0.55% | - |
| HSV(B) | 143.08º | 0.37% | 0.68% | - |
| XYZ | 25.75 | 35.24 | 28 | - |
| YUV | 150.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 134 | 0.37 | 0 | 0.23 | 0.32 | 143.08 | 0.29 | 0.55 |
| Hex | 6D | AE | 86 | 25 | 0 | 17 | 20 | 8F | 1D | 37 |
| Octal | 155 | 256 | 206 | 45 | 0 | 27 | 40 | 217 | 35 | 67 |
| Binary | 1101101 | 10101110 | 10000110 | 100101 | 0 | 10111 | 100000 | 10001111 | 11101 | 110111 |
Color Harmonies of #6DAE86
Complementary color
Monochromatic Colors of #6DAE86
Black with #6DAE86
Text Example
Text Example
White with #6DAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE86; }
p { color: rgb(109,174,134); }
H1.HeaderClassName
{
color: #6DAE86;
}
.AnyTagClassName
{
color: #6DAE86;
}
</style>
background-color css
<style>
a { background-color: #6DAE86; }
a { background-color: rgb(109,174,134); }
div.DivClassName
{
background-color: #6DAE86;
}
.BgClassName
{
background-color: #6DAE86;
}
</style>
border-color css
<style>
span { border-color: #6DAE86; }
span { border-color: rgb(109,174,134); }
td.TdClassName
{
border-color: #6DAE86;
}
.TagClassName
{
border-color: #6DAE86;
}
</style>