COLOR #6D933F

HEX: #6D933F
RGB: (109,147,63)

Color info

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

RGB color model

#6D933F color RGB value is (109,147,63).

  • red value is 109;
  • green value is 147;
  • blue value is 63.
RGB:
(109,147,63)
(43%,58%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 147 of 255 = 58%
B 63 of 255 = 25%

109
147
63

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

Portions of RGB colors in percentages

R + G + B =
109 + 147 + 63 = 319 (100%)
R 109 of 319 ~ 34.17%
G 147 of 319 ~ 46.08%
B 63 of 319 ~ 19.75%

%34.17
%46.08
%19.75

CMYK color model

#6D933F color CMYK value is (26,0,57,42).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 42.35%
CMYK:
(26,0,57,42)
C26M0Y57K42 
(26%,0%,57%,42%)
(0.26/0.00/0.57/0.42)	

CMYK percentages

%25.85
%0
%57.14
%42.35

Codes

Color #6D933F in popluar color models

6D933F
RGB10914763
HSL87°40.00%41.18%
HSB/HSV87°57.14%57.65%
CMYK25.85%0.00%57.14%
42.35%

Color #6D933F in popluar number systems.

HEX6D933F
Decimal10914763
Binary110110110010011111111
Octal15522377

Shades and tints

Shades of #6D933F

#6D933F
(109,147,63)
#64863A
(100,134,58)
#5B7935
(91,121,53)
#526C30
(82,108,48)
#495F2B
(73,95,43)
#405226
(64,82,38)
#374521
(55,69,33)
#2E381C
(46,56,28)
#252B17
(37,43,23)
#1C1E12
(28,30,18)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D933F

#6D933F
(109,147,63)
#7A9C50
(122,156,80)
#87A561
(135,165,97)
#94AE72
(148,174,114)
#A1B783
(161,183,131)
#AEC094
(174,192,148)
#BBC9A5
(187,201,165)
#C8D2B6
(200,210,182)
#D5DBC7
(213,219,199)
#E2E4D8
(226,228,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D933F color. Also use rgb(109,147,63) instead hex code.

Text Font Color

.myTextColor { color: #6D933F; }

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

This text font color is #6D933F.


Background Color

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

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

This div background color is #6D933F.


Border color

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

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

This div border color is #6D933F.


Opacity

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

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

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

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

This text has shadow with #6D933F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D933F on black background.


Color preview on white background

This text has color #6D933F on white background.



Black color preview on #6D933F background

This text has black color on #6D933F background.


White color preview on #6D933F background

This text has white color on #6D933F background.