COLOR #6D9057

HEX: #6D9057
RGB: (109,144,87)

Color info

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

RGB color model

#6D9057 color RGB value is (109,144,87).

  • red value is 109;
  • green value is 144;
  • blue value is 87.
RGB:
(109,144,87)
(43%,56%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 87 of 255 = 34%

109
144
87

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 87 = 340 (100%)
R 109 of 340 ~ 32.06%
G 144 of 340 ~ 42.35%
B 87 of 340 ~ 25.59%

%32.06
%42.35
%25.59

CMYK color model

#6D9057 color CMYK value is (24,0,40,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 43.53%
CMYK:
(24,0,40,44)
C24M0Y40K44 
(24%,0%,40%,44%)
(0.24/0.00/0.40/0.44)	

CMYK percentages

%24.31
%0
%39.58
%43.53

Codes

Color #6D9057 in popluar color models

6D9057
RGB10914487
HSL97°24.68%45.29%
HSB/HSV97°39.58%56.47%
CMYK24.31%0.00%39.58%
43.53%

Color #6D9057 in popluar number systems.

HEX6D9057
Decimal10914487
Binary1101101100100001010111
Octal155220127

Shades and tints

Shades of #6D9057

#6D9057
(109,144,87)
#648350
(100,131,80)
#5B7649
(91,118,73)
#526942
(82,105,66)
#495C3B
(73,92,59)
#404F34
(64,79,52)
#37422D
(55,66,45)
#2E3526
(46,53,38)
#25281F
(37,40,31)
#1C1B18
(28,27,24)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D9057

#6D9057
(109,144,87)
#7A9A66
(122,154,102)
#87A475
(135,164,117)
#94AE84
(148,174,132)
#A1B893
(161,184,147)
#AEC2A2
(174,194,162)
#BBCCB1
(187,204,177)
#C8D6C0
(200,214,192)
#D5E0CF
(213,224,207)
#E2EADE
(226,234,222)
#EFF4ED
(239,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9057 color. Also use rgb(109,144,87) instead hex code.

Text Font Color

.myTextColor { color: #6D9057; }

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

This text font color is #6D9057.


Background Color

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

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

This div background color is #6D9057.


Border color

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

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

This div border color is #6D9057.


Opacity

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

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

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

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

This text has shadow with #6D9057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9057 on black background.


Color preview on white background

This text has color #6D9057 on white background.



Black color preview on #6D9057 background

This text has black color on #6D9057 background.


White color preview on #6D9057 background

This text has white color on #6D9057 background.