Shades of Bay Leaf #6EBC80
Tints of Bay Leaf #6EBC80
RGB
CMYK
RGB Variations
Color information
#6EBC80 (or 0x6EBC80) is known color: Bay Leaf. HEX triplet: 6E, BC and 80. RGB value is (110,188,128). Sum of RGB (Red+Green+Blue) = 110+188+128=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBC80 is #91437F. Grayscale: #9E9E9E. Windows color (decimal): -9520000 or 8436846. OLE color: 8436846.
HSL color Cylindrical-coordinate representation of color #6EBC80: hue angle of 133.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBC80 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 128 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.26 |
| HSL | 133.85º | 0.37% | 0.58% | - |
| HSV(B) | 133.85º | 0.41% | 0.74% | - |
| XYZ | 28.31 | 40.84 | 26.81 | - |
| YUV | 157.84 | 111.16 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 128 | 0.41 | 0 | 0.32 | 0.26 | 133.85 | 0.37 | 0.58 |
| Hex | 6E | BC | 80 | 29 | 0 | 20 | 1A | 86 | 25 | 3A |
| Octal | 156 | 274 | 200 | 51 | 0 | 40 | 32 | 206 | 45 | 72 |
| Binary | 1101110 | 10111100 | 10000000 | 101001 | 0 | 100000 | 11010 | 10000110 | 100101 | 111010 |
Color Harmonies of #6EBC80
Complementary color
Monochromatic Colors of #6EBC80
Black with #6EBC80
Text Example
Text Example
White with #6EBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBC80; }
p { color: rgb(110,188,128); }
H1.HeaderClassName
{
color: #6EBC80;
}
.AnyTagClassName
{
color: #6EBC80;
}
</style>
background-color css
<style>
a { background-color: #6EBC80; }
a { background-color: rgb(110,188,128); }
div.DivClassName
{
background-color: #6EBC80;
}
.BgClassName
{
background-color: #6EBC80;
}
</style>
border-color css
<style>
span { border-color: #6EBC80; }
span { border-color: rgb(110,188,128); }
td.TdClassName
{
border-color: #6EBC80;
}
.TagClassName
{
border-color: #6EBC80;
}
</style>