COLOR #6E762F

HEX: #6E762F
RGB: (110,118,47)

Color info

#6E762F contains mainly red and green colors. Web safe color of #6E762F is #666633 (or #663).

RGB color model

#6E762F color RGB value is (110,118,47).

  • red value is 110;
  • green value is 118;
  • blue value is 47.
RGB:
(110,118,47)
(43%,46%,18%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 47 of 255 = 18%

110
118
47

R + G + B ~ 36%. #6E762F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 47 = 275 (100%)
R 110 of 275 ~ 40%
G 118 of 275 ~ 42.91%
B 47 of 275 ~ 17.09%

%40
%42.91
%17.09

CMYK color model

#6E762F color CMYK value is (7,0,60,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 60.17%
  • key color value is 53.73%
CMYK:
(7,0,60,54)
C7M0Y60K54 
(7%,0%,60%,54%)
(0.07/0.00/0.60/0.54)	

CMYK percentages

%6.78
%0
%60.17
%53.73

Codes

Color #6E762F in popluar color models

6E762F
RGB11011847
HSL67°43.03%32.35%
HSB/HSV67°60.17%46.27%
CMYK6.78%0.00%60.17%
53.73%

Color #6E762F in popluar number systems.

HEX6E762F
Decimal11011847
Binary11011101110110101111
Octal15616657

Shades and tints

Shades of #6E762F

#6E762F
(110,118,47)
#646C2B
(100,108,43)
#5A6227
(90,98,39)
#505823
(80,88,35)
#464E1F
(70,78,31)
#3C441B
(60,68,27)
#323A17
(50,58,23)
#283013
(40,48,19)
#1E260F
(30,38,15)
#141C0B
(20,28,11)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #6E762F

#6E762F
(110,118,47)
#7B8241
(123,130,65)
#888E53
(136,142,83)
#959A65
(149,154,101)
#A2A677
(162,166,119)
#AFB289
(175,178,137)
#BCBE9B
(188,190,155)
#C9CAAD
(201,202,173)
#D6D6BF
(214,214,191)
#E3E2D1
(227,226,209)
#F0EEE3
(240,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E762F color. Also use rgb(110,118,47) instead hex code.

Text Font Color

.myTextColor { color: #6E762F; }

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

This text font color is #6E762F.


Background Color

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

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

This div background color is #6E762F.


Border color

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

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

This div border color is #6E762F.


Opacity

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

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

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

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

This text has shadow with #6E762F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E762F on black background.


Color preview on white background

This text has color #6E762F on white background.



Black color preview on #6E762F background

This text has black color on #6E762F background.


White color preview on #6E762F background

This text has white color on #6E762F background.