COLOR #6E792F

HEX: #6E792F
RGB: (110,121,47)

Color info

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

RGB color model

#6E792F color RGB value is (110,121,47).

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

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 47 of 255 = 18%

110
121
47

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 47 = 278 (100%)
R 110 of 278 ~ 39.57%
G 121 of 278 ~ 43.53%
B 47 of 278 ~ 16.91%

%39.57
%43.53
%16.91

CMYK color model

#6E792F color CMYK value is (9,0,61,53).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 61.16%
  • key color value is 52.55%
CMYK:
(9,0,61,53)
C9M0Y61K53 
(9%,0%,61%,53%)
(0.09/0.00/0.61/0.53)	

CMYK percentages

%9.09
%0
%61.16
%52.55

Codes

Color #6E792F in popluar color models

6E792F
RGB11012147
HSL69°44.05%32.94%
HSB/HSV69°61.16%47.45%
CMYK9.09%0.00%61.16%
52.55%

Color #6E792F in popluar number systems.

HEX6E792F
Decimal11012147
Binary11011101111001101111
Octal15617157

Shades and tints

Shades of #6E792F

#6E792F
(110,121,47)
#646E2B
(100,110,43)
#5A6327
(90,99,39)
#505823
(80,88,35)
#464D1F
(70,77,31)
#3C421B
(60,66,27)
#323717
(50,55,23)
#282C13
(40,44,19)
#1E210F
(30,33,15)
#14160B
(20,22,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #6E792F

#6E792F
(110,121,47)
#7B8541
(123,133,65)
#889153
(136,145,83)
#959D65
(149,157,101)
#A2A977
(162,169,119)
#AFB589
(175,181,137)
#BCC19B
(188,193,155)
#C9CDAD
(201,205,173)
#D6D9BF
(214,217,191)
#E3E5D1
(227,229,209)
#F0F1E3
(240,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E792F; }

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

This text font color is #6E792F.


Background Color

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

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

This div background color is #6E792F.


Border color

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

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

This div border color is #6E792F.


Opacity

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

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

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

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

This text has shadow with #6E792F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E792F on black background.


Color preview on white background

This text has color #6E792F on white background.



Black color preview on #6E792F background

This text has black color on #6E792F background.


White color preview on #6E792F background

This text has white color on #6E792F background.