COLOR #6E9F5C

HEX: #6E9F5C
RGB: (110,159,92)

Color info

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

RGB color model

#6E9F5C color RGB value is (110,159,92).

  • red value is 110;
  • green value is 159;
  • blue value is 92.
RGB:
(110,159,92)
(43%,62%,36%)

RGB channels and saturation

R 110 of 255 = 43%
G 159 of 255 = 62%
B 92 of 255 = 36%

110
159
92

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

Portions of RGB colors in percentages

R + G + B =
110 + 159 + 92 = 361 (100%)
R 110 of 361 ~ 30.47%
G 159 of 361 ~ 44.04%
B 92 of 361 ~ 25.48%

%30.47
%44.04
%25.48

CMYK color model

#6E9F5C color CMYK value is (31,0,42,38).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 42.14%
  • key color value is 37.65%
CMYK:
(31,0,42,38)
C31M0Y42K38 
(31%,0%,42%,38%)
(0.31/0.00/0.42/0.38)	

CMYK percentages

%30.82
%0
%42.14
%37.65

Codes

Color #6E9F5C in popluar color models

6E9F5C
RGB11015992
HSL104°26.69%49.22%
HSB/HSV104°42.14%62.35%
CMYK30.82%0.00%42.14%
37.65%

Color #6E9F5C in popluar number systems.

HEX6E9F5C
Decimal11015992
Binary1101110100111111011100
Octal156237134

Shades and tints

Shades of #6E9F5C

#6E9F5C
(110,159,92)
#649154
(100,145,84)
#5A834C
(90,131,76)
#507544
(80,117,68)
#46673C
(70,103,60)
#3C5934
(60,89,52)
#324B2C
(50,75,44)
#283D24
(40,61,36)
#1E2F1C
(30,47,28)
#142114
(20,33,20)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #6E9F5C

#6E9F5C
(110,159,92)
#7BA76A
(123,167,106)
#88AF78
(136,175,120)
#95B786
(149,183,134)
#A2BF94
(162,191,148)
#AFC7A2
(175,199,162)
#BCCFB0
(188,207,176)
#C9D7BE
(201,215,190)
#D6DFCC
(214,223,204)
#E3E7DA
(227,231,218)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9F5C color. Also use rgb(110,159,92) instead hex code.

Text Font Color

.myTextColor { color: #6E9F5C; }

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

This text font color is #6E9F5C.


Background Color

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

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

This div background color is #6E9F5C.


Border color

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

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

This div border color is #6E9F5C.


Opacity

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

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

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

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

This text has shadow with #6E9F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9F5C on black background.


Color preview on white background

This text has color #6E9F5C on white background.



Black color preview on #6E9F5C background

This text has black color on #6E9F5C background.


White color preview on #6E9F5C background

This text has white color on #6E9F5C background.