#6EBC86

Color #6EBC86 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #6EBC86

Tints of Bay Leaf #6EBC86

Color information

#6EBC86 (or 0x6EBC86) is unknown color: approx Bay Leaf. HEX triplet: 6E, BC and 86. RGB value is (110,188,134). Sum of RGB (Red+Green+Blue) = 110+188+134=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBC86 is #914379. Grayscale: #9E9E9E. Windows color (decimal): -9519994 or 8830062. OLE color: 8830062.

HSL color Cylindrical-coordinate representation of color #6EBC86: hue angle of 138.46º 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 #6EBC86 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB110188134-
CMYK0.4100.290.26
HSL138.46º36.79%58.43%-
HSV(B)138.46º41.49%73.73%-
XYZ28.724128.96-
YUV158.52114.1693.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 25.46%
GREEN value IS 188 (73.83% from 255) = 43.52%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=25.46%
G=43.52%
B=31.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101881340.4100.290.26138.4636.7958.43
Hex6EBC862901D1A8a253a
Octal15627420651035322124572
Binary110111010111100100001101010010111011101010001010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EBC86; }

 p { color: rgb(110,188,134); }

 H1.HeaderClassName
 {
   color: #6EBC86;
 }
 .AnyTagClassName
 {
   color: #6EBC86;
 }
</style>
background-color css

<style>
 a { background-color: #6EBC86; }

 a { background-color: rgb(110,188,134); }

 div.DivClassName
 {
   background-color: #6EBC86;
 }
 .BgClassName
 {
   background-color: #6EBC86;
 }
</style>
border-color css

<style>
 span { border-color: #6EBC86; }

 span { border-color: rgb(110,188,134); }

 td.TdClassName
 {
   border-color: #6EBC86;
 }
 .TagClassName
 {
   border-color: #6EBC86;
 }
</style>