COLOR #6E8962

HEX: #6E8962
RGB: (110,137,98)

Color info

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

RGB color model

#6E8962 color RGB value is (110,137,98).

  • red value is 110;
  • green value is 137;
  • blue value is 98.
RGB:
(110,137,98)
(43%,54%,38%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 98 of 255 = 38%

110
137
98

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

Portions of RGB colors in percentages

R + G + B =
110 + 137 + 98 = 345 (100%)
R 110 of 345 ~ 31.88%
G 137 of 345 ~ 39.71%
B 98 of 345 ~ 28.41%

%31.88
%39.71
%28.41

CMYK color model

#6E8962 color CMYK value is (20,0,28,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 46.27%
CMYK:
(20,0,28,46)
C20M0Y28K46 
(20%,0%,28%,46%)
(0.20/0.00/0.28/0.46)	

CMYK percentages

%19.71
%0
%28.47
%46.27

Codes

Color #6E8962 in popluar color models

6E8962
RGB11013798
HSL102°16.60%46.08%
HSB/HSV102°28.47%53.73%
CMYK19.71%0.00%28.47%
46.27%

Color #6E8962 in popluar number systems.

HEX6E8962
Decimal11013798
Binary1101110100010011100010
Octal156211142

Shades and tints

Shades of #6E8962

#6E8962
(110,137,98)
#647D5A
(100,125,90)
#5A7152
(90,113,82)
#50654A
(80,101,74)
#465942
(70,89,66)
#3C4D3A
(60,77,58)
#324132
(50,65,50)
#28352A
(40,53,42)
#1E2922
(30,41,34)
#141D1A
(20,29,26)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E8962

#6E8962
(110,137,98)
#7B9370
(123,147,112)
#889D7E
(136,157,126)
#95A78C
(149,167,140)
#A2B19A
(162,177,154)
#AFBBA8
(175,187,168)
#BCC5B6
(188,197,182)
#C9CFC4
(201,207,196)
#D6D9D2
(214,217,210)
#E3E3E0
(227,227,224)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8962 color. Also use rgb(110,137,98) instead hex code.

Text Font Color

.myTextColor { color: #6E8962; }

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

This text font color is #6E8962.


Background Color

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

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

This div background color is #6E8962.


Border color

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

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

This div border color is #6E8962.


Opacity

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

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

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

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

This text has shadow with #6E8962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8962 on black background.


Color preview on white background

This text has color #6E8962 on white background.



Black color preview on #6E8962 background

This text has black color on #6E8962 background.


White color preview on #6E8962 background

This text has white color on #6E8962 background.