Shades of Bay Leaf #6EB185
Tints of Bay Leaf #6EB185
RGB
CMYK
RGB Variations
Color information
#6EB185 (or 0x6EB185) is known color: Bay Leaf. HEX triplet: 6E, B1 and 85. RGB value is (110,177,133). Sum of RGB (Red+Green+Blue) = 110+177+133=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #6EB185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EB185 is #914E7A. Grayscale: #989898. Windows color (decimal): -9522811 or 8761710. OLE color: 8761710.
HSL color Cylindrical-coordinate representation of color #6EB185: hue angle of 140.6º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6EB185 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 177 | 133 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.31 |
| HSL | 140.6º | 0.3% | 0.56% | - |
| HSV(B) | 140.6º | 0.38% | 0.69% | - |
| XYZ | 26.39 | 36.45 | 27.84 | - |
| YUV | 151.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 133 | 0.38 | 0 | 0.25 | 0.31 | 140.6 | 0.3 | 0.56 |
| Hex | 6E | B1 | 85 | 26 | 0 | 19 | 1F | 8D | 1E | 38 |
| Octal | 156 | 261 | 205 | 46 | 0 | 31 | 37 | 215 | 36 | 70 |
| Binary | 1101110 | 10110001 | 10000101 | 100110 | 0 | 11001 | 11111 | 10001101 | 11110 | 111000 |
Color Harmonies of #6EB185
Complementary color
Monochromatic Colors of #6EB185
Black with #6EB185
Text Example
Text Example
White with #6EB185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB185; }
p { color: rgb(110,177,133); }
H1.HeaderClassName
{
color: #6EB185;
}
.AnyTagClassName
{
color: #6EB185;
}
</style>
background-color css
<style>
a { background-color: #6EB185; }
a { background-color: rgb(110,177,133); }
div.DivClassName
{
background-color: #6EB185;
}
.BgClassName
{
background-color: #6EB185;
}
</style>
border-color css
<style>
span { border-color: #6EB185; }
span { border-color: rgb(110,177,133); }
td.TdClassName
{
border-color: #6EB185;
}
.TagClassName
{
border-color: #6EB185;
}
</style>