COLOR #6D9262

HEX: #6D9262
RGB: (109,146,98)

Color info

#6D9262 contains red, green and blue colors in about the same proportion. Web safe color of #6D9262 is #669966 (or #696).

RGB color model

#6D9262 color RGB value is (109,146,98).

  • red value is 109;
  • green value is 146;
  • blue value is 98.
RGB:
(109,146,98)
(43%,57%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 146 of 255 = 57%
B 98 of 255 = 38%

109
146
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 146 + 98 = 353 (100%)
R 109 of 353 ~ 30.88%
G 146 of 353 ~ 41.36%
B 98 of 353 ~ 27.76%

%30.88
%41.36
%27.76

CMYK color model

#6D9262 color CMYK value is (25,0,33,43).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 32.88%
  • key color value is 42.75%
CMYK:
(25,0,33,43)
C25M0Y33K43 
(25%,0%,33%,43%)
(0.25/0.00/0.33/0.43)	

CMYK percentages

%25.34
%0
%32.88
%42.75

Codes

Color #6D9262 in popluar color models

6D9262
RGB10914698
HSL106°19.67%47.84%
HSB/HSV106°32.88%57.25%
CMYK25.34%0.00%32.88%
42.75%

Color #6D9262 in popluar number systems.

HEX6D9262
Decimal10914698
Binary1101101100100101100010
Octal155222142

Shades and tints

Shades of #6D9262

#6D9262
(109,146,98)
#64855A
(100,133,90)
#5B7852
(91,120,82)
#526B4A
(82,107,74)
#495E42
(73,94,66)
#40513A
(64,81,58)
#374432
(55,68,50)
#2E372A
(46,55,42)
#252A22
(37,42,34)
#1C1D1A
(28,29,26)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #6D9262

#6D9262
(109,146,98)
#7A9B70
(122,155,112)
#87A47E
(135,164,126)
#94AD8C
(148,173,140)
#A1B69A
(161,182,154)
#AEBFA8
(174,191,168)
#BBC8B6
(187,200,182)
#C8D1C4
(200,209,196)
#D5DAD2
(213,218,210)
#E2E3E0
(226,227,224)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9262 color. Also use rgb(109,146,98) instead hex code.

Text Font Color

.myTextColor { color: #6D9262; }

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

This text font color is #6D9262.


Background Color

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

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

This div background color is #6D9262.


Border color

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

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

This div border color is #6D9262.


Opacity

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

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

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

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

This text has shadow with #6D9262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9262 on black background.


Color preview on white background

This text has color #6D9262 on white background.



Black color preview on #6D9262 background

This text has black color on #6D9262 background.


White color preview on #6D9262 background

This text has white color on #6D9262 background.