Shades of Bay Leaf #6EB384
Tints of Bay Leaf #6EB384
RGB
CMYK
RGB Variations
Color information
#6EB384 (or 0x6EB384) is known color: Bay Leaf. HEX triplet: 6E, B3 and 84. RGB value is (110,179,132). Sum of RGB (Red+Green+Blue) = 110+179+132=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #6EB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB384 is #914C7B. Grayscale: #999999. Windows color (decimal): -9522300 or 8696686. OLE color: 8696686.
HSL color Cylindrical-coordinate representation of color #6EB384: hue angle of 139.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6EB384 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 110 | 179 | 132 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.30 |
| HSL | 139.13º | 0.31% | 0.57% | - |
| HSV(B) | 139.13º | 0.39% | 0.7% | - |
| XYZ | 26.72 | 37.22 | 27.61 | - |
| YUV | 153.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 179 | 132 | 0.39 | 0 | 0.26 | 0.30 | 139.13 | 0.31 | 0.57 |
| Hex | 6E | B3 | 84 | 27 | 0 | 1A | 1E | 8B | 1F | 39 |
| Octal | 156 | 263 | 204 | 47 | 0 | 32 | 36 | 213 | 37 | 71 |
| Binary | 1101110 | 10110011 | 10000100 | 100111 | 0 | 11010 | 11110 | 10001011 | 11111 | 111001 |
Color Harmonies of #6EB384
Complementary color
Monochromatic Colors of #6EB384
Black with #6EB384
Text Example
Text Example
White with #6EB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB384; }
p { color: rgb(110,179,132); }
H1.HeaderClassName
{
color: #6EB384;
}
.AnyTagClassName
{
color: #6EB384;
}
</style>
background-color css
<style>
a { background-color: #6EB384; }
a { background-color: rgb(110,179,132); }
div.DivClassName
{
background-color: #6EB384;
}
.BgClassName
{
background-color: #6EB384;
}
</style>
border-color css
<style>
span { border-color: #6EB384; }
span { border-color: rgb(110,179,132); }
td.TdClassName
{
border-color: #6EB384;
}
.TagClassName
{
border-color: #6EB384;
}
</style>