COLOR #6E893B

HEX: #6E893B RGB: (110,137,59)

Color info

#6E893B contains mainly red and green colors. Web safe color of #6E893B is #669933 (or #693).

RGB color model

#6E893B color RGB value is (110,137,59).

RGB: (110,137,59) (43%, 54%, 23%)

RGB channels and saturation

R 110 of 255 = 43%
G 137 of 255 = 54%
B 59 of 255 = 23%

110
137
59

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

Portions of RGB colors in percentages

R + G + B = 110 + 137 + 59 = 306 (100%)
R 110 of 306 ~ 35.95%
G 137 of 306 ~ 44.77%
B 59 of 306 ~ 19.28'%

%35.95
%44.77
%19.28

CMYK color model

#6E893B color CMYK value is (20,0,57,46).

  • cyan value is 19.71%
  • magenta value is 0.00%
  • yellow value is 56.93%
  • key color value is 46.27%

CMYK: (20,0,57,46)
C20M0Y57K46 (20%, 0%, 57%, 46%)
(0.20 / 0.00 / 0.57 / 0.46)

CMYK percentages

%19.71
%0
%56.93
%46.27

Codes

Color #6E893B in popluar color models

6E 89 3B
RGB 110 137 59
HSL 81° 39.80% 38.43%
HSB/HSV 81° 56.93% 53.73%
CMYK 19.71% 0.00% 56.93%
46.27%

Color #6E893B in popluar number systems.

HEX 6E 89 3B
Decimal 110 137 59
Binary 1101110 10001001 111011
Octal 156 211 73

Shades and tints

Shades of #6E893B

#6E893B
(110,137,59)
#647D36
(100,125,54)
#5A7131
(90,113,49)
#50652C
(80,101,44)
#465927
(70,89,39)
#3C4D22
(60,77,34)
#32411D
(50,65,29)
#283518
(40,53,24)
#1E2913
(30,41,19)
#141D0E
(20,29,14)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #6E893B

#6E893B
(110,137,59)
#7B934C
(123,147,76)
#889D5D
(136,157,93)
#95A76E
(149,167,110)
#A2B17F
(162,177,127)
#AFBB90
(175,187,144)
#BCC5A1
(188,197,161)
#C9CFB2
(201,207,178)
#D6D9C3
(214,217,195)
#E3E3D4
(227,227,212)
#F0EDE5
(240,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E893B; }

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

This text font color is #6E893B.

Background Color

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

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

This div background color is #6E893B.

Border color

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

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

This div border color is #6E893B.

Opacity

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

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

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

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

This text has shadow with #6E893B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E893B.

Preview

Color preview on black background

This text has color #6E893B on black background.


Color preview on white background

This text has color #6E893B on white background.


Black color preview on #6E893B background

This text has black color on #6E893B background.


White color preview on #6E893B background

This text has white color on #6E893B background.


Related colors

Complementary color

Complementary color for #hex is #9176C4.


I love getcolorcode.com

Triadic colors

1 #3B6E89 and #893B6E with #6E893B are triadic colors.

2 #3B896E and #896E3B with #6E893B are triadic colors.