Shades of Bay Leaf #6BAB86
Tints of Bay Leaf #6BAB86
RGB
CMYK
RGB Variations
Color information
#6BAB86 (or 0x6BAB86) is known color: Bay Leaf. HEX triplet: 6B, AB and 86. RGB value is (107,171,134). Sum of RGB (Red+Green+Blue) = 107+171+134=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB86 is #945479. Grayscale: #939393. Windows color (decimal): -9720954 or 8825707. OLE color: 8825707.
HSL color Cylindrical-coordinate representation of color #6BAB86: hue angle of 145.31º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAB86 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 171 | 134 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.33 |
| HSL | 145.31º | 0.28% | 0.55% | - |
| HSV(B) | 145.31º | 0.37% | 0.67% | - |
| XYZ | 24.93 | 33.97 | 27.8 | - |
| YUV | 147.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 134 | 0.37 | 0 | 0.22 | 0.33 | 145.31 | 0.28 | 0.55 |
| Hex | 6B | AB | 86 | 25 | 0 | 16 | 21 | 91 | 1C | 37 |
| Octal | 153 | 253 | 206 | 45 | 0 | 26 | 41 | 221 | 34 | 67 |
| Binary | 1101011 | 10101011 | 10000110 | 100101 | 0 | 10110 | 100001 | 10010001 | 11100 | 110111 |
Color Harmonies of #6BAB86
Complementary color
Monochromatic Colors of #6BAB86
Black with #6BAB86
Text Example
Text Example
White with #6BAB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAB86; }
p { color: rgb(107,171,134); }
H1.HeaderClassName
{
color: #6BAB86;
}
.AnyTagClassName
{
color: #6BAB86;
}
</style>
background-color css
<style>
a { background-color: #6BAB86; }
a { background-color: rgb(107,171,134); }
div.DivClassName
{
background-color: #6BAB86;
}
.BgClassName
{
background-color: #6BAB86;
}
</style>
border-color css
<style>
span { border-color: #6BAB86; }
span { border-color: rgb(107,171,134); }
td.TdClassName
{
border-color: #6BAB86;
}
.TagClassName
{
border-color: #6BAB86;
}
</style>