COLOR #6E906A

HEX: #6E906A
RGB: (110,144,106)

Color info

#6E906A contains red, green and blue colors in about the same proportion. Web safe color of #6E906A is #669966 (or #696).

RGB color model

#6E906A color RGB value is (110,144,106).

  • red value is 110;
  • green value is 144;
  • blue value is 106.
RGB:
(110,144,106)
(43%,56%,42%)

RGB channels and saturation

R 110 of 255 = 43%
G 144 of 255 = 56%
B 106 of 255 = 42%

110
144
106

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

Portions of RGB colors in percentages

R + G + B =
110 + 144 + 106 = 360 (100%)
R 110 of 360 ~ 30.56%
G 144 of 360 ~ 40%
B 106 of 360 ~ 29.44%

%30.56
%40
%29.44

CMYK color model

#6E906A color CMYK value is (24,0,26,44).

  • cyan value is 23.61%
  • magenta value is 0.00%
  • yellow value is 26.39%
  • key color value is 43.53%
CMYK:
(24,0,26,44)
C24M0Y26K44 
(24%,0%,26%,44%)
(0.24/0.00/0.26/0.44)	

CMYK percentages

%23.61
%0
%26.39
%43.53

Codes

Color #6E906A in popluar color models

6E906A
RGB110144106
HSL114°15.20%49.02%
HSB/HSV114°26.39%56.47%
CMYK23.61%0.00%26.39%
43.53%

Color #6E906A in popluar number systems.

HEX6E906A
Decimal110144106
Binary1101110100100001101010
Octal156220152

Shades and tints

Shades of #6E906A

#6E906A
(110,144,106)
#648361
(100,131,97)
#5A7658
(90,118,88)
#50694F
(80,105,79)
#465C46
(70,92,70)
#3C4F3D
(60,79,61)
#324234
(50,66,52)
#28352B
(40,53,43)
#1E2822
(30,40,34)
#141B19
(20,27,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E906A

#6E906A
(110,144,106)
#7B9A77
(123,154,119)
#88A484
(136,164,132)
#95AE91
(149,174,145)
#A2B89E
(162,184,158)
#AFC2AB
(175,194,171)
#BCCCB8
(188,204,184)
#C9D6C5
(201,214,197)
#D6E0D2
(214,224,210)
#E3EADF
(227,234,223)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E906A color. Also use rgb(110,144,106) instead hex code.

Text Font Color

.myTextColor { color: #6E906A; }

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

This text font color is #6E906A.


Background Color

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

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

This div background color is #6E906A.


Border color

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

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

This div border color is #6E906A.


Opacity

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

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

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

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

This text has shadow with #6E906A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E906A on black background.


Color preview on white background

This text has color #6E906A on white background.



Black color preview on #6E906A background

This text has black color on #6E906A background.


White color preview on #6E906A background

This text has white color on #6E906A background.