COLOR #6E9768

HEX: #6E9768 RGB: (110,151,104)

Color info

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

RGB color model

#6E9768 color RGB value is (110,151,104).

RGB: (110,151,104) (43%, 59%, 41%)

RGB channels and saturation

R 110 of 255 = 43%
G 151 of 255 = 59%
B 104 of 255 = 41%

110
151
104

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

Portions of RGB colors in percentages

R + G + B = 110 + 151 + 104 = 365 (100%)
R 110 of 365 ~ 30.14%
G 151 of 365 ~ 41.37%
B 104 of 365 ~ 28.49'%

%30.14
%41.37
%28.49

CMYK color model

#6E9768 color CMYK value is (27,0,31,41).

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

CMYK: (27,0,31,41)
C27M0Y31K41 (27%, 0%, 31%, 41%)
(0.27 / 0.00 / 0.31 / 0.41)

CMYK percentages

%27.15
%0
%31.13
%40.78

Codes

Color #6E9768 in popluar color models

6E 97 68
RGB 110 151 104
HSL 112° 18.43% 50.00%
HSB/HSV 112° 31.13% 59.22%
CMYK 27.15% 0.00% 31.13%
40.78%

Color #6E9768 in popluar number systems.

HEX 6E 97 68
Decimal 110 151 104
Binary 1101110 10010111 1101000
Octal 156 227 150

Shades and tints

Shades of #6E9768

#6E9768
(110,151,104)
#648A5F
(100,138,95)
#5A7D56
(90,125,86)
#50704D
(80,112,77)
#466344
(70,99,68)
#3C563B
(60,86,59)
#324932
(50,73,50)
#283C29
(40,60,41)
#1E2F20
(30,47,32)
#142217
(20,34,23)
#0A150E
(10,21,14)
#000000
(0,0,0)

Tints of #6E9768

#6E9768
(110,151,104)
#7BA075
(123,160,117)
#88A982
(136,169,130)
#95B28F
(149,178,143)
#A2BB9C
(162,187,156)
#AFC4A9
(175,196,169)
#BCCDB6
(188,205,182)
#C9D6C3
(201,214,195)
#D6DFD0
(214,223,208)
#E3E8DD
(227,232,221)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E9768; }

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

This text font color is #6E9768.

Background Color

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

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

This div background color is #6E9768.

Border color

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

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

This div border color is #6E9768.

Opacity

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

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

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

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

This text has shadow with #6E9768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E9768.

Preview

Color preview on black background

This text has color #6E9768 on black background.


Color preview on white background

This text has color #6E9768 on white background.


Black color preview on #6E9768 background

This text has black color on #6E9768 background.


White color preview on #6E9768 background

This text has white color on #6E9768 background.


Related colors

Complementary color

Complementary color for #hex is #916897.


I love getcolorcode.com

Triadic colors

1 #686E97 and #97686E with #6E9768 are triadic colors.

2 #68976E and #976E68 with #6E9768 are triadic colors.