COLOR #6E9355

HEX: #6E9355 RGB: (110,147,85)

Color info

#6E9355 contains mainly red and green colors. Web safe color of #6E9355 is #669966 (or #696).

RGB color model

#6E9355 color RGB value is (110,147,85).

RGB: (110,147,85) (43%, 58%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 147 of 255 = 58%
B 85 of 255 = 33%

110
147
85

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

Portions of RGB colors in percentages

R + G + B = 110 + 147 + 85 = 342 (100%)
R 110 of 342 ~ 32.16%
G 147 of 342 ~ 42.98%
B 85 of 342 ~ 24.85'%

%32.16
%42.98
%24.85

CMYK color model

#6E9355 color CMYK value is (25,0,42,42).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 42.18%
  • key color value is 42.35%

CMYK: (25,0,42,42)
C25M0Y42K42 (25%, 0%, 42%, 42%)
(0.25 / 0.00 / 0.42 / 0.42)

CMYK percentages

%25.17
%0
%42.18
%42.35

Codes

Color #6E9355 in popluar color models

6E 93 55
RGB 110 147 85
HSL 96° 26.72% 45.49%
HSB/HSV 96° 42.18% 57.65%
CMYK 25.17% 0.00% 42.18%
42.35%

Color #6E9355 in popluar number systems.

HEX 6E 93 55
Decimal 110 147 85
Binary 1101110 10010011 1010101
Octal 156 223 125

Shades and tints

Shades of #6E9355

#6E9355
(110,147,85)
#64864E
(100,134,78)
#5A7947
(90,121,71)
#506C40
(80,108,64)
#465F39
(70,95,57)
#3C5232
(60,82,50)
#32452B
(50,69,43)
#283824
(40,56,36)
#1E2B1D
(30,43,29)
#141E16
(20,30,22)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E9355

#6E9355
(110,147,85)
#7B9C64
(123,156,100)
#88A573
(136,165,115)
#95AE82
(149,174,130)
#A2B791
(162,183,145)
#AFC0A0
(175,192,160)
#BCC9AF
(188,201,175)
#C9D2BE
(201,210,190)
#D6DBCD
(214,219,205)
#E3E4DC
(227,228,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9355 color. Also use rgb(110,147,85) instead hex code.

Text Font Color

.myTextColor { color: #6E9355; }

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

This text font color is #6E9355.

Background Color

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

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

This div background color is #6E9355.

Border color

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

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

This div border color is #6E9355.

Opacity

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

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

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

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

This text has shadow with #6E9355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9355.

Preview

Color preview on black background

This text has color #6E9355 on black background.


Color preview on white background

This text has color #6E9355 on white background.


Black color preview on #6E9355 background

This text has black color on #6E9355 background.


White color preview on #6E9355 background

This text has white color on #6E9355 background.


Related colors

Complementary color

Complementary color for #hex is #916CAA.


I love getcolorcode.com

Triadic colors

1 #556E93 and #93556E with #6E9355 are triadic colors.

2 #55936E and #936E55 with #6E9355 are triadic colors.