COLOR #6E9B66

HEX: #6E9B66
RGB: (110,155,102)

Color info

#6E9B66 contains red, green and blue colors in about the same proportion. Web safe color of #6E9B66 is #669966 (or #696).

RGB color model

#6E9B66 color RGB value is (110,155,102).

  • red value is 110;
  • green value is 155;
  • blue value is 102.
RGB:
(110,155,102)
(43%,61%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 155 of 255 = 61%
B 102 of 255 = 40%

110
155
102

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

Portions of RGB colors in percentages

R + G + B =
110 + 155 + 102 = 367 (100%)
R 110 of 367 ~ 29.97%
G 155 of 367 ~ 42.23%
B 102 of 367 ~ 27.79%

%29.97
%42.23
%27.79

CMYK color model

#6E9B66 color CMYK value is (29,0,34,39).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 39.22%
CMYK:
(29,0,34,39)
C29M0Y34K39 
(29%,0%,34%,39%)
(0.29/0.00/0.34/0.39)	

CMYK percentages

%29.03
%0
%34.19
%39.22

Codes

Color #6E9B66 in popluar color models

6E9B66
RGB110155102
HSL111°20.95%50.39%
HSB/HSV111°34.19%60.78%
CMYK29.03%0.00%34.19%
39.22%

Color #6E9B66 in popluar number systems.

HEX6E9B66
Decimal110155102
Binary1101110100110111100110
Octal156233146

Shades and tints

Shades of #6E9B66

#6E9B66
(110,155,102)
#648D5D
(100,141,93)
#5A7F54
(90,127,84)
#50714B
(80,113,75)
#466342
(70,99,66)
#3C5539
(60,85,57)
#324730
(50,71,48)
#283927
(40,57,39)
#1E2B1E
(30,43,30)
#141D15
(20,29,21)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E9B66

#6E9B66
(110,155,102)
#7BA473
(123,164,115)
#88AD80
(136,173,128)
#95B68D
(149,182,141)
#A2BF9A
(162,191,154)
#AFC8A7
(175,200,167)
#BCD1B4
(188,209,180)
#C9DAC1
(201,218,193)
#D6E3CE
(214,227,206)
#E3ECDB
(227,236,219)
#F0F5E8
(240,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9B66; }

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

This text font color is #6E9B66.


Background Color

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

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

This div background color is #6E9B66.


Border color

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

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

This div border color is #6E9B66.


Opacity

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

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

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

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

This text has shadow with #6E9B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9B66 on black background.


Color preview on white background

This text has color #6E9B66 on white background.



Black color preview on #6E9B66 background

This text has black color on #6E9B66 background.


White color preview on #6E9B66 background

This text has white color on #6E9B66 background.