Shades of Bay Leaf #6DAB86
Tints of Bay Leaf #6DAB86
RGB
CMYK
RGB Variations
Color information
#6DAB86 (or 0x6DAB86) is known color: Bay Leaf. HEX triplet: 6D, AB and 86. RGB value is (109,171,134). Sum of RGB (Red+Green+Blue) = 109+171+134=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAB86 is #925479. Grayscale: #949494. Windows color (decimal): -9589882 or 8825709. OLE color: 8825709.
HSL color Cylindrical-coordinate representation of color #6DAB86: hue angle of 144.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAB86 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 134 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.33 |
| HSL | 144.19º | 0.27% | 0.55% | - |
| HSV(B) | 144.19º | 0.36% | 0.67% | - |
| XYZ | 25.17 | 34.1 | 27.81 | - |
| YUV | 148.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 134 | 0.36 | 0 | 0.22 | 0.33 | 144.19 | 0.27 | 0.55 |
| Hex | 6D | AB | 86 | 24 | 0 | 16 | 21 | 90 | 1B | 37 |
| Octal | 155 | 253 | 206 | 44 | 0 | 26 | 41 | 220 | 33 | 67 |
| Binary | 1101101 | 10101011 | 10000110 | 100100 | 0 | 10110 | 100001 | 10010000 | 11011 | 110111 |
Color Harmonies of #6DAB86
Complementary color
Monochromatic Colors of #6DAB86
Black with #6DAB86
Text Example
Text Example
White with #6DAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAB86; }
p { color: rgb(109,171,134); }
H1.HeaderClassName
{
color: #6DAB86;
}
.AnyTagClassName
{
color: #6DAB86;
}
</style>
background-color css
<style>
a { background-color: #6DAB86; }
a { background-color: rgb(109,171,134); }
div.DivClassName
{
background-color: #6DAB86;
}
.BgClassName
{
background-color: #6DAB86;
}
</style>
border-color css
<style>
span { border-color: #6DAB86; }
span { border-color: rgb(109,171,134); }
td.TdClassName
{
border-color: #6DAB86;
}
.TagClassName
{
border-color: #6DAB86;
}
</style>