COLOR #6E9439

HEX: #6E9439 RGB: (110,148,57)

Color info

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

RGB color model

#6E9439 color RGB value is (110,148,57).

RGB: (110,148,57) (43%, 58%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 148 of 255 = 58%
B 57 of 255 = 22%

110
148
57

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

Portions of RGB colors in percentages

R + G + B = 110 + 148 + 57 = 315 (100%)
R 110 of 315 ~ 34.92%
G 148 of 315 ~ 46.98%
B 57 of 315 ~ 18.1'%

%34.92
%46.98
%18.1

CMYK color model

#6E9439 color CMYK value is (26,0,61,42).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 61.49%
  • key color value is 41.96%

CMYK: (26,0,61,42)
C26M0Y61K42 (26%, 0%, 61%, 42%)
(0.26 / 0.00 / 0.61 / 0.42)

CMYK percentages

%25.68
%0
%61.49
%41.96

Codes

Color #6E9439 in popluar color models

6E 94 39
RGB 110 148 57
HSL 85° 44.39% 40.20%
HSB/HSV 85° 61.49% 58.04%
CMYK 25.68% 0.00% 61.49%
41.96%

Color #6E9439 in popluar number systems.

HEX 6E 94 39
Decimal 110 148 57
Binary 1101110 10010100 111001
Octal 156 224 71

Shades and tints

Shades of #6E9439

#6E9439
(110,148,57)
#648734
(100,135,52)
#5A7A2F
(90,122,47)
#506D2A
(80,109,42)
#466025
(70,96,37)
#3C5320
(60,83,32)
#32461B
(50,70,27)
#283916
(40,57,22)
#1E2C11
(30,44,17)
#141F0C
(20,31,12)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #6E9439

#6E9439
(110,148,57)
#7B9D4B
(123,157,75)
#88A65D
(136,166,93)
#95AF6F
(149,175,111)
#A2B881
(162,184,129)
#AFC193
(175,193,147)
#BCCAA5
(188,202,165)
#C9D3B7
(201,211,183)
#D6DCC9
(214,220,201)
#E3E5DB
(227,229,219)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9439 color. Also use rgb(110,148,57) instead hex code.

Text Font Color

.myTextColor { color: #6E9439; }

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

This text font color is #6E9439.

Background Color

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

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

This div background color is #6E9439.

Border color

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

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

This div border color is #6E9439.

Opacity

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

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

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

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

This text has shadow with #6E9439 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9439.

Preview

Color preview on black background

This text has color #6E9439 on black background.


Color preview on white background

This text has color #6E9439 on white background.


Black color preview on #6E9439 background

This text has black color on #6E9439 background.


White color preview on #6E9439 background

This text has white color on #6E9439 background.


Related colors

Complementary color

Complementary color for #hex is #916BC6.


I love getcolorcode.com

Triadic colors

1 #396E94 and #94396E with #6E9439 are triadic colors.

2 #39946E and #946E39 with #6E9439 are triadic colors.