COLOR #6EB466

HEX: #6EB466 RGB: (110,180,102)

Color info

#6EB466 contains mainly green color. Web safe color of #6EB466 is #66CC66 (or #6C6).

RGB color model

#6EB466 color RGB value is (110,180,102).

RGB: (110,180,102) (43%, 71%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 180 of 255 = 71%
B 102 of 255 = 40%

110
180
102

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

Portions of RGB colors in percentages

R + G + B = 110 + 180 + 102 = 392 (100%)
R 110 of 392 ~ 28.06%
G 180 of 392 ~ 45.92%
B 102 of 392 ~ 26.02'%

%28.06
%45.92
%26.02

CMYK color model

#6EB466 color CMYK value is (39,0,43,29).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 43.33%
  • key color value is 29.41%

CMYK: (39,0,43,29)
C39M0Y43K29 (39%, 0%, 43%, 29%)
(0.39 / 0.00 / 0.43 / 0.29)

CMYK percentages

%38.89
%0
%43.33
%29.41

Codes

Color #6EB466 in popluar color models

6E B4 66
RGB 110 180 102
HSL 114° 34.21% 55.29%
HSB/HSV 114° 43.33% 70.59%
CMYK 38.89% 0.00% 43.33%
29.41%

Color #6EB466 in popluar number systems.

HEX 6E B4 66
Decimal 110 180 102
Binary 1101110 10110100 1100110
Octal 156 264 146

Shades and tints

Shades of #6EB466

#6EB466
(110,180,102)
#64A45D
(100,164,93)
#5A9454
(90,148,84)
#50844B
(80,132,75)
#467442
(70,116,66)
#3C6439
(60,100,57)
#325430
(50,84,48)
#284427
(40,68,39)
#1E341E
(30,52,30)
#142415
(20,36,21)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #6EB466

#6EB466
(110,180,102)
#7BBA73
(123,186,115)
#88C080
(136,192,128)
#95C68D
(149,198,141)
#A2CC9A
(162,204,154)
#AFD2A7
(175,210,167)
#BCD8B4
(188,216,180)
#C9DEC1
(201,222,193)
#D6E4CE
(214,228,206)
#E3EADB
(227,234,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB466 color. Also use rgb(110,180,102) instead hex code.

Text Font Color

.myTextColor { color: #6EB466; }

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

This text font color is #6EB466.

Background Color

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

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

This div background color is #6EB466.

Border color

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

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

This div border color is #6EB466.

Opacity

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

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

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

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

This text has shadow with #6EB466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB466.

Preview

Color preview on black background

This text has color #6EB466 on black background.


Color preview on white background

This text has color #6EB466 on white background.


Black color preview on #6EB466 background

This text has black color on #6EB466 background.


White color preview on #6EB466 background

This text has white color on #6EB466 background.


Related colors

Complementary color

Complementary color for #hex is #914B99.


I love getcolorcode.com

Triadic colors

1 #666EB4 and #B4666E with #6EB466 are triadic colors.

2 #66B46E and #B46E66 with #6EB466 are triadic colors.