COLOR #6E9554

HEX: #6E9554 RGB: (110,149,84)

Color info

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

RGB color model

#6E9554 color RGB value is (110,149,84).

RGB: (110,149,84) (43%, 58%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 84 of 255 = 33%

110
149
84

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

Portions of RGB colors in percentages

R + G + B = 110 + 149 + 84 = 343 (100%)
R 110 of 343 ~ 32.07%
G 149 of 343 ~ 43.44%
B 84 of 343 ~ 24.49'%

%32.07
%43.44
%24.49

CMYK color model

#6E9554 color CMYK value is (26,0,44,42).

  • cyan value is 26.17%
  • magenta value is 0.00%
  • yellow value is 43.62%
  • key color value is 41.57%
CMYK: (26,0,44,42) C26M0Y44K42 (26%,0%,44%,42%) (0.26/0.00/0.44/0.42) 

CMYK percentages

%26.17
%0
%43.62
%41.57

Codes

Color #6E9554 in popluar color models

6E 95 54
RGB 110 149 84
HSL 96° 27.90% 45.69%
HSB/HSV 96° 43.62% 58.43%
CMYK 26.17% 0.00% 43.62%
41.57%

Color #6E9554 in popluar number systems.

HEX 6E 95 54
Decimal 110 149 84
Binary 1101110 10010101 1010100
Octal 156 225 124

Shades and tints

Shades of #6E9554

#6E9554
(110,149,84)
#64884D
(100,136,77)
#5A7B46
(90,123,70)
#506E3F
(80,110,63)
#466138
(70,97,56)
#3C5431
(60,84,49)
#32472A
(50,71,42)
#283A23
(40,58,35)
#1E2D1C
(30,45,28)
#142015
(20,32,21)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #6E9554

#6E9554
(110,149,84)
#7B9E63
(123,158,99)
#88A772
(136,167,114)
#95B081
(149,176,129)
#A2B990
(162,185,144)
#AFC29F
(175,194,159)
#BCCBAE
(188,203,174)
#C9D4BD
(201,212,189)
#D6DDCC
(214,221,204)
#E3E6DB
(227,230,219)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9554 color. Also use rgb(110,149,84) instead hex code.

Text Font Color

.myTextColor { color: #6E9554; }

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

This text font color is #6E9554.

Background Color

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

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

This div background color is #6E9554.

Border color

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

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

This div border color is #6E9554.

Opacity

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

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

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

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

This text has shadow with #6E9554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9554.

Preview

Color preview on black background

This text has color #6E9554 on black background.


Color preview on white background

This text has color #6E9554 on white background.


Black color preview on #6E9554 background

This text has black color on #6E9554 background.


White color preview on #6E9554 background

This text has white color on #6E9554 background.


Related colors

Complementary color

Complementary color for #hex is #916AAB.


I love getcolorcode.com

Triadic colors

1 #546E95 and #95546E with #6E9554 are triadic colors.

2 #54956E and #956E54 with #6E9554 are triadic colors.