COLOR #6E9666

HEX: #6E9666 RGB: (110,150,102)

Color info

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

RGB color model

#6E9666 color RGB value is (110,150,102).

RGB: (110,150,102) (43%, 59%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 102 of 255 = 40%

110
150
102

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

Portions of RGB colors in percentages

R + G + B = 110 + 150 + 102 = 362 (100%)
R 110 of 362 ~ 30.39%
G 150 of 362 ~ 41.44%
B 102 of 362 ~ 28.18'%

%30.39
%41.44
%28.18

CMYK color model

#6E9666 color CMYK value is (27,0,32,41).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 32.00%
  • key color value is 41.18%

CMYK: (27,0,32,41)
C27M0Y32K41 (27%, 0%, 32%, 41%)
(0.27 / 0.00 / 0.32 / 0.41)

CMYK percentages

%26.67
%0
%32
%41.18

Codes

Color #6E9666 in popluar color models

6E 96 66
RGB 110 150 102
HSL 110° 19.05% 49.41%
HSB/HSV 110° 32.00% 58.82%
CMYK 26.67% 0.00% 32.00%
41.18%

Color #6E9666 in popluar number systems.

HEX 6E 96 66
Decimal 110 150 102
Binary 1101110 10010110 1100110
Octal 156 226 146

Shades and tints

Shades of #6E9666

#6E9666
(110,150,102)
#64895D
(100,137,93)
#5A7C54
(90,124,84)
#506F4B
(80,111,75)
#466242
(70,98,66)
#3C5539
(60,85,57)
#324830
(50,72,48)
#283B27
(40,59,39)
#1E2E1E
(30,46,30)
#142115
(20,33,21)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #6E9666

#6E9666
(110,150,102)
#7B9F73
(123,159,115)
#88A880
(136,168,128)
#95B18D
(149,177,141)
#A2BA9A
(162,186,154)
#AFC3A7
(175,195,167)
#BCCCB4
(188,204,180)
#C9D5C1
(201,213,193)
#D6DECE
(214,222,206)
#E3E7DB
(227,231,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9666; }

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

This text font color is #6E9666.

Background Color

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

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

This div background color is #6E9666.

Border color

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

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

This div border color is #6E9666.

Opacity

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

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

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

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

This text has shadow with #6E9666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9666.

Preview

Color preview on black background

This text has color #6E9666 on black background.


Color preview on white background

This text has color #6E9666 on white background.


Black color preview on #6E9666 background

This text has black color on #6E9666 background.


White color preview on #6E9666 background

This text has white color on #6E9666 background.


Related colors

Complementary color

Complementary color for #hex is #916999.


I love getcolorcode.com

Triadic colors

1 #666E96 and #96666E with #6E9666 are triadic colors.

2 #66966E and #966E66 with #6E9666 are triadic colors.