COLOR #6EBC46

HEX: #6EBC46
RGB: (110,188,70)

Color info

#6EBC46 contains mainly green color. Web safe color of #6EBC46 is #66CC33 (or #6C3).

RGB color model

#6EBC46 color RGB value is (110,188,70).

  • red value is 110;
  • green value is 188;
  • blue value is 70.
RGB:
(110,188,70)
(43%,74%,27%)

RGB channels and saturation

R 110 of 255 = 43%
G 188 of 255 = 74%
B 70 of 255 = 27%

110
188
70

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

Portions of RGB colors in percentages

R + G + B =
110 + 188 + 70 = 368 (100%)
R 110 of 368 ~ 29.89%
G 188 of 368 ~ 51.09%
B 70 of 368 ~ 19.02%

%29.89
%51.09
%19.02

CMYK color model

#6EBC46 color CMYK value is (41,0,63,26).

  • cyan value is 41.49%
  • magenta value is 0.00%
  • yellow value is 62.77%
  • key color value is 26.27%
CMYK:
(41,0,63,26)
C41M0Y63K26 
(41%,0%,63%,26%)
(0.41/0.00/0.63/0.26)	

CMYK percentages

%41.49
%0
%62.77
%26.27

Codes

Color #6EBC46 in popluar color models

6EBC46
RGB11018870
HSL100°46.83%50.59%
HSB/HSV100°62.77%73.73%
CMYK41.49%0.00%62.77%
26.27%

Color #6EBC46 in popluar number systems.

HEX6EBC46
Decimal11018870
Binary1101110101111001000110
Octal156274106

Shades and tints

Shades of #6EBC46

#6EBC46
(110,188,70)
#64AB40
(100,171,64)
#5A9A3A
(90,154,58)
#508934
(80,137,52)
#46782E
(70,120,46)
#3C6728
(60,103,40)
#325622
(50,86,34)
#28451C
(40,69,28)
#1E3416
(30,52,22)
#142310
(20,35,16)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #6EBC46

#6EBC46
(110,188,70)
#7BC256
(123,194,86)
#88C866
(136,200,102)
#95CE76
(149,206,118)
#A2D486
(162,212,134)
#AFDA96
(175,218,150)
#BCE0A6
(188,224,166)
#C9E6B6
(201,230,182)
#D6ECC6
(214,236,198)
#E3F2D6
(227,242,214)
#F0F8E6
(240,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBC46 color. Also use rgb(110,188,70) instead hex code.

Text Font Color

.myTextColor { color: #6EBC46; }

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

This text font color is #6EBC46.


Background Color

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

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

This div background color is #6EBC46.


Border color

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

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

This div border color is #6EBC46.


Opacity

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

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

Text with #6EBC46 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 #6EBC46;}

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

This text has shadow with #6EBC46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBC46 on black background.


Color preview on white background

This text has color #6EBC46 on white background.



Black color preview on #6EBC46 background

This text has black color on #6EBC46 background.


White color preview on #6EBC46 background

This text has white color on #6EBC46 background.