COLOR #6E8C5B

HEX: #6E8C5B RGB: (110,140,91)

Color info

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

RGB color model

#6E8C5B color RGB value is (110,140,91).

RGB: (110,140,91) (43%, 55%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 91 of 255 = 36%

110
140
91

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

Portions of RGB colors in percentages

R + G + B = 110 + 140 + 91 = 341 (100%)
R 110 of 341 ~ 32.26%
G 140 of 341 ~ 41.06%
B 91 of 341 ~ 26.69'%

%32.26
%41.06
%26.69

CMYK color model

#6E8C5B color CMYK value is (21,0,35,45).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 45.10%

CMYK: (21,0,35,45)
C21M0Y35K45 (21%, 0%, 35%, 45%)
(0.21 / 0.00 / 0.35 / 0.45)

CMYK percentages

%21.43
%0
%35
%45.1

Codes

Color #6E8C5B in popluar color models

6E 8C 5B
RGB 110 140 91
HSL 97° 21.21% 45.29%
HSB/HSV 97° 35.00% 54.90%
CMYK 21.43% 0.00% 35.00%
45.10%

Color #6E8C5B in popluar number systems.

HEX 6E 8C 5B
Decimal 110 140 91
Binary 1101110 10001100 1011011
Octal 156 214 133

Shades and tints

Shades of #6E8C5B

#6E8C5B
(110,140,91)
#648053
(100,128,83)
#5A744B
(90,116,75)
#506843
(80,104,67)
#465C3B
(70,92,59)
#3C5033
(60,80,51)
#32442B
(50,68,43)
#283823
(40,56,35)
#1E2C1B
(30,44,27)
#142013
(20,32,19)
#0A140B
(10,20,11)
#000000
(0,0,0)

Tints of #6E8C5B

#6E8C5B
(110,140,91)
#7B9669
(123,150,105)
#88A077
(136,160,119)
#95AA85
(149,170,133)
#A2B493
(162,180,147)
#AFBEA1
(175,190,161)
#BCC8AF
(188,200,175)
#C9D2BD
(201,210,189)
#D6DCCB
(214,220,203)
#E3E6D9
(227,230,217)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8C5B color. Also use rgb(110,140,91) instead hex code.

Text Font Color

.myTextColor { color: #6E8C5B; }

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

This text font color is #6E8C5B.

Background Color

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

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

This div background color is #6E8C5B.

Border color

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

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

This div border color is #6E8C5B.

Opacity

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

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

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

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

This text has shadow with #6E8C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8C5B.

Preview

Color preview on black background

This text has color #6E8C5B on black background.


Color preview on white background

This text has color #6E8C5B on white background.


Black color preview on #6E8C5B background

This text has black color on #6E8C5B background.


White color preview on #6E8C5B background

This text has white color on #6E8C5B background.


Related colors

Complementary color

Complementary color for #hex is #9173A4.


I love getcolorcode.com

Triadic colors

1 #5B6E8C and #8C5B6E with #6E8C5B are triadic colors.

2 #5B8C6E and #8C6E5B with #6E8C5B are triadic colors.