Shades of Bay Leaf #6EB682
Tints of Bay Leaf #6EB682
RGB
CMYK
RGB Variations
Color information
#6EB682 (or 0x6EB682) is known color: Bay Leaf. HEX triplet: 6E, B6 and 82. RGB value is (110,182,130). Sum of RGB (Red+Green+Blue) = 110+182+130=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 182 - color contains mainly: green. Hex color #6EB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB682 is #91497D. Grayscale: #9A9A9A. Windows color (decimal): -9521534 or 8566382. OLE color: 8566382.
HSL color Cylindrical-coordinate representation of color #6EB682: hue angle of 136.67º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6EB682 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 182 | 130 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.29 |
| HSL | 136.67º | 0.33% | 0.57% | - |
| HSV(B) | 136.67º | 0.4% | 0.71% | - |
| XYZ | 27.19 | 38.38 | 27.09 | - |
| YUV | 154.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 182 | 130 | 0.40 | 0 | 0.29 | 0.29 | 136.67 | 0.33 | 0.57 |
| Hex | 6E | B6 | 82 | 28 | 0 | 1D | 1D | 89 | 21 | 39 |
| Octal | 156 | 266 | 202 | 50 | 0 | 35 | 35 | 211 | 41 | 71 |
| Binary | 1101110 | 10110110 | 10000010 | 101000 | 0 | 11101 | 11101 | 10001001 | 100001 | 111001 |
Color Harmonies of #6EB682
Complementary color
Monochromatic Colors of #6EB682
Black with #6EB682
Text Example
Text Example
White with #6EB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB682; }
p { color: rgb(110,182,130); }
H1.HeaderClassName
{
color: #6EB682;
}
.AnyTagClassName
{
color: #6EB682;
}
</style>
background-color css
<style>
a { background-color: #6EB682; }
a { background-color: rgb(110,182,130); }
div.DivClassName
{
background-color: #6EB682;
}
.BgClassName
{
background-color: #6EB682;
}
</style>
border-color css
<style>
span { border-color: #6EB682; }
span { border-color: rgb(110,182,130); }
td.TdClassName
{
border-color: #6EB682;
}
.TagClassName
{
border-color: #6EB682;
}
</style>