COLOR #6E9654

HEX: #6E9654
RGB: (110,150,84)

Color info

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

RGB color model

#6E9654 color RGB value is (110,150,84).

  • red value is 110;
  • green value is 150;
  • blue value is 84.
RGB:
(110,150,84)
(43%,59%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 84 of 255 = 33%

110
150
84

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

Portions of RGB colors in percentages

R + G + B =
110 + 150 + 84 = 344 (100%)
R 110 of 344 ~ 31.98%
G 150 of 344 ~ 43.6%
B 84 of 344 ~ 24.42%

%31.98
%43.6
%24.42

CMYK color model

#6E9654 color CMYK value is (27,0,44,41).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 41.18%
CMYK:
(27,0,44,41)
C27M0Y44K41 
(27%,0%,44%,41%)
(0.27/0.00/0.44/0.41)	

CMYK percentages

%26.67
%0
%44
%41.18

Codes

Color #6E9654 in popluar color models

6E9654
RGB11015084
HSL96°28.21%45.88%
HSB/HSV96°44.00%58.82%
CMYK26.67%0.00%44.00%
41.18%

Color #6E9654 in popluar number systems.

HEX6E9654
Decimal11015084
Binary1101110100101101010100
Octal156226124

Shades and tints

Shades of #6E9654

#6E9654
(110,150,84)
#64894D
(100,137,77)
#5A7C46
(90,124,70)
#506F3F
(80,111,63)
#466238
(70,98,56)
#3C5531
(60,85,49)
#32482A
(50,72,42)
#283B23
(40,59,35)
#1E2E1C
(30,46,28)
#142115
(20,33,21)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E9654

#6E9654
(110,150,84)
#7B9F63
(123,159,99)
#88A872
(136,168,114)
#95B181
(149,177,129)
#A2BA90
(162,186,144)
#AFC39F
(175,195,159)
#BCCCAE
(188,204,174)
#C9D5BD
(201,213,189)
#D6DECC
(214,222,204)
#E3E7DB
(227,231,219)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9654; }

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

This text font color is #6E9654.


Background Color

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

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

This div background color is #6E9654.


Border color

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

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

This div border color is #6E9654.


Opacity

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

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

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

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

This text has shadow with #6E9654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9654 on black background.


Color preview on white background

This text has color #6E9654 on white background.



Black color preview on #6E9654 background

This text has black color on #6E9654 background.


White color preview on #6E9654 background

This text has white color on #6E9654 background.