COLOR #6E9734

HEX: #6E9734 RGB: (110,151,52)

Color info

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

RGB color model

#6E9734 color RGB value is (110,151,52).

RGB: (110,151,52) (43%, 59%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 52 of 255 = 20%

110
151
52

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

Portions of RGB colors in percentages

R + G + B = 110 + 151 + 52 = 313 (100%)
R 110 of 313 ~ 35.14%
G 151 of 313 ~ 48.24%
B 52 of 313 ~ 16.61'%

%35.14
%48.24
%16.61

CMYK color model

#6E9734 color CMYK value is (27,0,66,41).

  • cyan value is 27.15%
  • magenta value is 0.00%
  • yellow value is 65.56%
  • key color value is 40.78%

CMYK: (27,0,66,41)
C27M0Y66K41 (27%, 0%, 66%, 41%)
(0.27 / 0.00 / 0.66 / 0.41)

CMYK percentages

%27.15
%0
%65.56
%40.78

Codes

Color #6E9734 in popluar color models

6E 97 34
RGB 110 151 52
HSL 85° 48.77% 39.80%
HSB/HSV 85° 65.56% 59.22%
CMYK 27.15% 0.00% 65.56%
40.78%

Color #6E9734 in popluar number systems.

HEX 6E 97 34
Decimal 110 151 52
Binary 1101110 10010111 110100
Octal 156 227 64

Shades and tints

Shades of #6E9734

#6E9734
(110,151,52)
#648A30
(100,138,48)
#5A7D2C
(90,125,44)
#507028
(80,112,40)
#466324
(70,99,36)
#3C5620
(60,86,32)
#32491C
(50,73,28)
#283C18
(40,60,24)
#1E2F14
(30,47,20)
#142210
(20,34,16)
#0A150C
(10,21,12)
#000000
(0,0,0)

Tints of #6E9734

#6E9734
(110,151,52)
#7BA046
(123,160,70)
#88A958
(136,169,88)
#95B26A
(149,178,106)
#A2BB7C
(162,187,124)
#AFC48E
(175,196,142)
#BCCDA0
(188,205,160)
#C9D6B2
(201,214,178)
#D6DFC4
(214,223,196)
#E3E8D6
(227,232,214)
#F0F1E8
(240,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9734 color. Also use rgb(110,151,52) instead hex code.

Text Font Color

.myTextColor { color: #6E9734; }

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

This text font color is #6E9734.

Background Color

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

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

This div background color is #6E9734.

Border color

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

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

This div border color is #6E9734.

Opacity

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

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

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

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

This text has shadow with #6E9734 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9734.

Preview

Color preview on black background

This text has color #6E9734 on black background.


Color preview on white background

This text has color #6E9734 on white background.


Black color preview on #6E9734 background

This text has black color on #6E9734 background.


White color preview on #6E9734 background

This text has white color on #6E9734 background.


Related colors

Complementary color

Complementary color for #hex is #9168CB.


I love getcolorcode.com

Triadic colors

1 #346E97 and #97346E with #6E9734 are triadic colors.

2 #34976E and #976E34 with #6E9734 are triadic colors.