COLOR #6D9071

HEX: #6D9071
RGB: (109,144,113)

Color info

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

RGB color model

#6D9071 color RGB value is (109,144,113).

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

RGB channels and saturation

R 109 of 255 = 43%
G 144 of 255 = 56%
B 113 of 255 = 44%

109
144
113

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

Portions of RGB colors in percentages

R + G + B =
109 + 144 + 113 = 366 (100%)
R 109 of 366 ~ 29.78%
G 144 of 366 ~ 39.34%
B 113 of 366 ~ 30.87%

%29.78
%39.34
%30.87

CMYK color model

#6D9071 color CMYK value is (24,0,22,44).

  • cyan value is 24.31%
  • magenta value is 0.00%
  • yellow value is 21.53%
  • key color value is 43.53%
CMYK:
(24,0,22,44)
C24M0Y22K44 
(24%,0%,22%,44%)
(0.24/0.00/0.22/0.44)	

CMYK percentages

%24.31
%0
%21.53
%43.53

Codes

Color #6D9071 in popluar color models

6D9071
RGB109144113
HSL127°13.83%49.61%
HSB/HSV127°24.31%56.47%
CMYK24.31%0.00%21.53%
43.53%

Color #6D9071 in popluar number systems.

HEX6D9071
Decimal109144113
Binary1101101100100001110001
Octal155220161

Shades and tints

Shades of #6D9071

#6D9071
(109,144,113)
#648367
(100,131,103)
#5B765D
(91,118,93)
#526953
(82,105,83)
#495C49
(73,92,73)
#404F3F
(64,79,63)
#374235
(55,66,53)
#2E352B
(46,53,43)
#252821
(37,40,33)
#1C1B17
(28,27,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D9071

#6D9071
(109,144,113)
#7A9A7D
(122,154,125)
#87A489
(135,164,137)
#94AE95
(148,174,149)
#A1B8A1
(161,184,161)
#AEC2AD
(174,194,173)
#BBCCB9
(187,204,185)
#C8D6C5
(200,214,197)
#D5E0D1
(213,224,209)
#E2EADD
(226,234,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D9071; }

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

This text font color is #6D9071.


Background Color

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

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

This div background color is #6D9071.


Border color

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

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

This div border color is #6D9071.


Opacity

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

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

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

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

This text has shadow with #6D9071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9071 on black background.


Color preview on white background

This text has color #6D9071 on white background.



Black color preview on #6D9071 background

This text has black color on #6D9071 background.


White color preview on #6D9071 background

This text has white color on #6D9071 background.