COLOR #6E9E65

HEX: #6E9E65
RGB: (110,158,101)

Color info

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

RGB color model

#6E9E65 color RGB value is (110,158,101).

  • red value is 110;
  • green value is 158;
  • blue value is 101.
RGB:
(110,158,101)
(43%,62%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 158 of 255 = 62%
B 101 of 255 = 40%

110
158
101

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

Portions of RGB colors in percentages

R + G + B =
110 + 158 + 101 = 369 (100%)
R 110 of 369 ~ 29.81%
G 158 of 369 ~ 42.82%
B 101 of 369 ~ 27.37%

%29.81
%42.82
%27.37

CMYK color model

#6E9E65 color CMYK value is (30,0,36,38).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(30,0,36,38)
C30M0Y36K38 
(30%,0%,36%,38%)
(0.30/0.00/0.36/0.38)	

CMYK percentages

%30.38
%0
%36.08
%38.04

Codes

Color #6E9E65 in popluar color models

6E9E65
RGB110158101
HSL111°22.71%50.78%
HSB/HSV111°36.08%61.96%
CMYK30.38%0.00%36.08%
38.04%

Color #6E9E65 in popluar number systems.

HEX6E9E65
Decimal110158101
Binary1101110100111101100101
Octal156236145

Shades and tints

Shades of #6E9E65

#6E9E65
(110,158,101)
#64905C
(100,144,92)
#5A8253
(90,130,83)
#50744A
(80,116,74)
#466641
(70,102,65)
#3C5838
(60,88,56)
#324A2F
(50,74,47)
#283C26
(40,60,38)
#1E2E1D
(30,46,29)
#142014
(20,32,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #6E9E65

#6E9E65
(110,158,101)
#7BA673
(123,166,115)
#88AE81
(136,174,129)
#95B68F
(149,182,143)
#A2BE9D
(162,190,157)
#AFC6AB
(175,198,171)
#BCCEB9
(188,206,185)
#C9D6C7
(201,214,199)
#D6DED5
(214,222,213)
#E3E6E3
(227,230,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9E65 color. Also use rgb(110,158,101) instead hex code.

Text Font Color

.myTextColor { color: #6E9E65; }

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

This text font color is #6E9E65.


Background Color

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

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

This div background color is #6E9E65.


Border color

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

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

This div border color is #6E9E65.


Opacity

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

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

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

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

This text has shadow with #6E9E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9E65 on black background.


Color preview on white background

This text has color #6E9E65 on white background.



Black color preview on #6E9E65 background

This text has black color on #6E9E65 background.


White color preview on #6E9E65 background

This text has white color on #6E9E65 background.