#6EB586

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

Shades of Bay Leaf #6EB586

Tints of Bay Leaf #6EB586

Color information

#6EB586 (or 0x6EB586) is unknown color: approx Bay Leaf. HEX triplet: 6E, B5 and 86. RGB value is (110,181,134). Sum of RGB (Red+Green+Blue) = 110+181+134=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #6EB586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EB586 is #914A79. Grayscale: #9A9A9A. Windows color (decimal): -9521786 or 8828270. OLE color: 8828270.

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

Color convert

RGB110181134-
CMYK0.3900.260.29
HSL140.28º32.42%57.06%-
HSV(B)140.28º39.23%70.98%-
XYZ27.2638.0828.47-
YUV154.41116.4896.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.88%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=25.88%
G=42.59%
B=31.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1101811340.3900.260.29140.2832.4257.06
Hex6EB5862701A1D8c2039
Octal15626520647032352144071
Binary110111010110101100001101001110110101110110001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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