Shades of Bay Leaf #6EB488
Tints of Bay Leaf #6EB488
RGB
CMYK
RGB Variations
Color information
#6EB488 (or 0x6EB488) is known color: Bay Leaf. HEX triplet: 6E, B4 and 88. RGB value is (110,180,136). Sum of RGB (Red+Green+Blue) = 110+180+136=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #6EB488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB488 is #914B77. Grayscale: #9A9A9A. Windows color (decimal): -9522040 or 8959086. OLE color: 8959086.
HSL color Cylindrical-coordinate representation of color #6EB488: hue angle of 142.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB488 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 180 | 136 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.29 |
| HSL | 142.29º | 0.32% | 0.57% | - |
| HSV(B) | 142.29º | 0.39% | 0.71% | - |
| XYZ | 27.2 | 37.74 | 29.14 | - |
| YUV | 154.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 180 | 136 | 0.39 | 0 | 0.24 | 0.29 | 142.29 | 0.32 | 0.57 |
| Hex | 6E | B4 | 88 | 27 | 0 | 18 | 1D | 8E | 20 | 39 |
| Octal | 156 | 264 | 210 | 47 | 0 | 30 | 35 | 216 | 40 | 71 |
| Binary | 1101110 | 10110100 | 10001000 | 100111 | 0 | 11000 | 11101 | 10001110 | 100000 | 111001 |
Color Harmonies of #6EB488
Complementary color
Monochromatic Colors of #6EB488
Black with #6EB488
Text Example
Text Example
White with #6EB488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB488; }
p { color: rgb(110,180,136); }
H1.HeaderClassName
{
color: #6EB488;
}
.AnyTagClassName
{
color: #6EB488;
}
</style>
background-color css
<style>
a { background-color: #6EB488; }
a { background-color: rgb(110,180,136); }
div.DivClassName
{
background-color: #6EB488;
}
.BgClassName
{
background-color: #6EB488;
}
</style>
border-color css
<style>
span { border-color: #6EB488; }
span { border-color: rgb(110,180,136); }
td.TdClassName
{
border-color: #6EB488;
}
.TagClassName
{
border-color: #6EB488;
}
</style>