COLOR #6EB364

HEX: #6EB364
RGB: (110,179,100)

Color info

#6EB364 contains mainly green color. Web safe color of #6EB364 is #669966 (or #696).

RGB color model

#6EB364 color RGB value is (110,179,100).

  • red value is 110;
  • green value is 179;
  • blue value is 100.
RGB:
(110,179,100)
(43%,70%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 179 of 255 = 70%
B 100 of 255 = 39%

110
179
100

R + G + B ~ 51%. #6EB364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 179 + 100 = 389 (100%)
R 110 of 389 ~ 28.28%
G 179 of 389 ~ 46.02%
B 100 of 389 ~ 25.71%

%28.28
%46.02
%25.71

CMYK color model

#6EB364 color CMYK value is (39,0,44,30).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 44.13%
  • key color value is 29.80%
CMYK:
(39,0,44,30)
C39M0Y44K30 
(39%,0%,44%,30%)
(0.39/0.00/0.44/0.30)	

CMYK percentages

%38.55
%0
%44.13
%29.8

Codes

Color #6EB364 in popluar color models

6EB364
RGB110179100
HSL112°34.20%54.71%
HSB/HSV112°44.13%70.20%
CMYK38.55%0.00%44.13%
29.80%

Color #6EB364 in popluar number systems.

HEX6EB364
Decimal110179100
Binary1101110101100111100100
Octal156263144

Shades and tints

Shades of #6EB364

#6EB364
(110,179,100)
#64A35B
(100,163,91)
#5A9352
(90,147,82)
#508349
(80,131,73)
#467340
(70,115,64)
#3C6337
(60,99,55)
#32532E
(50,83,46)
#284325
(40,67,37)
#1E331C
(30,51,28)
#142313
(20,35,19)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #6EB364

#6EB364
(110,179,100)
#7BB972
(123,185,114)
#88BF80
(136,191,128)
#95C58E
(149,197,142)
#A2CB9C
(162,203,156)
#AFD1AA
(175,209,170)
#BCD7B8
(188,215,184)
#C9DDC6
(201,221,198)
#D6E3D4
(214,227,212)
#E3E9E2
(227,233,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB364 color. Also use rgb(110,179,100) instead hex code.

Text Font Color

.myTextColor { color: #6EB364; }

<p style="color:#6EB364">This sample text font color is #6EB364.</p>

This text font color is #6EB364.


Background Color

.myBgColor { background-color: #6EB364; }

<div style="background-color:#6EB364">Inner text</div>

This div background color is #6EB364.


Border color

.myBorderColor { border: 1px solid #6EB364; }

<div style="border:3px solid #6EB364">Div</div>

This div border color is #6EB364.


Opacity

.myOpacity80 { color: #6EB364; opacity: 0.8; }

<p style="color:#6EB364;opacity:0.8;">80%</p>

Text with #6EB364 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6EB364;}

<p style="text-shadow: 3px 3px 1px #6EB364">Text here.</p>

This text has shadow with #6EB364 color.

.textShadow {text-shadow: 3px 3px 1px #6EB364, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6EB364, 5px 5px 20px red">Text here.</p>

This text has shadow with #6EB364 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB364, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6EB364, Direction=45, Strength=4)">Text</p>

This text has shadow with #6EB364 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6EB364;
  -webkit-box-shadow:	1px 1px 3px 2px #6EB364;
  box-shadow:		1px 1px 3px 2px #6EB364;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB364;
-webkit-box-shadow: 1px 1px 3px 2px #6EB364;
box-shadow:1px 1px 3px 2px #6EB364;">
Div content here</div>
This div box has shadow with color #6EB364.

Preview

Color preview on black background

This text has color #6EB364 on black background.


Color preview on white background

This text has color #6EB364 on white background.



Black color preview on #6EB364 background

This text has black color on #6EB364 background.


White color preview on #6EB364 background

This text has white color on #6EB364 background.