COLOR #6E9A4C

HEX: #6E9A4C
RGB: (110,154,76)

Color info

#6E9A4C contains mainly red and green colors. Web safe color of #6E9A4C is #669933 (or #693).

RGB color model

#6E9A4C color RGB value is (110,154,76).

  • red value is 110;
  • green value is 154;
  • blue value is 76.
RGB:
(110,154,76)
(43%,60%,30%)

RGB channels and saturation

R 110 of 255 = 43%
G 154 of 255 = 60%
B 76 of 255 = 30%

110
154
76

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

Portions of RGB colors in percentages

R + G + B =
110 + 154 + 76 = 340 (100%)
R 110 of 340 ~ 32.35%
G 154 of 340 ~ 45.29%
B 76 of 340 ~ 22.35%

%32.35
%45.29
%22.35

CMYK color model

#6E9A4C color CMYK value is (29,0,51,40).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(29,0,51,40)
C29M0Y51K40 
(29%,0%,51%,40%)
(0.29/0.00/0.51/0.40)	

CMYK percentages

%28.57
%0
%50.65
%39.61

Codes

Color #6E9A4C in popluar color models

6E9A4C
RGB11015476
HSL94°33.91%45.10%
HSB/HSV94°50.65%60.39%
CMYK28.57%0.00%50.65%
39.61%

Color #6E9A4C in popluar number systems.

HEX6E9A4C
Decimal11015476
Binary1101110100110101001100
Octal156232114

Shades and tints

Shades of #6E9A4C

#6E9A4C
(110,154,76)
#648C46
(100,140,70)
#5A7E40
(90,126,64)
#50703A
(80,112,58)
#466234
(70,98,52)
#3C542E
(60,84,46)
#324628
(50,70,40)
#283822
(40,56,34)
#1E2A1C
(30,42,28)
#141C16
(20,28,22)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E9A4C

#6E9A4C
(110,154,76)
#7BA35C
(123,163,92)
#88AC6C
(136,172,108)
#95B57C
(149,181,124)
#A2BE8C
(162,190,140)
#AFC79C
(175,199,156)
#BCD0AC
(188,208,172)
#C9D9BC
(201,217,188)
#D6E2CC
(214,226,204)
#E3EBDC
(227,235,220)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E9A4C color. Also use rgb(110,154,76) instead hex code.

Text Font Color

.myTextColor { color: #6E9A4C; }

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

This text font color is #6E9A4C.


Background Color

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

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

This div background color is #6E9A4C.


Border color

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

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

This div border color is #6E9A4C.


Opacity

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

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

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

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

This text has shadow with #6E9A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E9A4C on black background.


Color preview on white background

This text has color #6E9A4C on white background.



Black color preview on #6E9A4C background

This text has black color on #6E9A4C background.


White color preview on #6E9A4C background

This text has white color on #6E9A4C background.