COLOR #6A8970

HEX: #6A8970 RGB: (106,137,112)

Color info

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

RGB color model

#6A8970 color RGB value is (106,137,112).

RGB: (106,137,112) (42%, 54%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 112 of 255 = 44%

106
137
112

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

Portions of RGB colors in percentages

R + G + B = 106 + 137 + 112 = 355 (100%)
R 106 of 355 ~ 29.86%
G 137 of 355 ~ 38.59%
B 112 of 355 ~ 31.55'%

%29.86
%38.59
%31.55

CMYK color model

#6A8970 color CMYK value is (23,0,18,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%

CMYK: (23,0,18,46)
C23M0Y18K46 (23%, 0%, 18%, 46%)
(0.23 / 0.00 / 0.18 / 0.46)

CMYK percentages

%22.63
%0
%18.25
%46.27

Codes

Color #6A8970 in popluar color models

6A 89 70
RGB 106 137 112
HSL 132° 12.76% 47.65%
HSB/HSV 132° 22.63% 53.73%
CMYK 22.63% 0.00% 18.25%
46.27%

Color #6A8970 in popluar number systems.

HEX 6A 89 70
Decimal 106 137 112
Binary 1101010 10001001 1110000
Octal 152 211 160

Shades and tints

Shades of #6A8970

#6A8970
(106,137,112)
#617D66
(97,125,102)
#58715C
(88,113,92)
#4F6552
(79,101,82)
#465948
(70,89,72)
#3D4D3E
(61,77,62)
#344134
(52,65,52)
#2B352A
(43,53,42)
#222920
(34,41,32)
#191D16
(25,29,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #6A8970

#6A8970
(106,137,112)
#77937D
(119,147,125)
#849D8A
(132,157,138)
#91A797
(145,167,151)
#9EB1A4
(158,177,164)
#ABBBB1
(171,187,177)
#B8C5BE
(184,197,190)
#C5CFCB
(197,207,203)
#D2D9D8
(210,217,216)
#DFE3E5
(223,227,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8970 color. Also use rgb(106,137,112) instead hex code.

Text Font Color

.myTextColor { color: #6A8970; }

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

This text font color is #6A8970.

Background Color

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

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

This div background color is #6A8970.

Border color

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

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

This div border color is #6A8970.

Opacity

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

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

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

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

This text has shadow with #6A8970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8970.

Preview

Color preview on black background

This text has color #6A8970 on black background.


Color preview on white background

This text has color #6A8970 on white background.


Black color preview on #6A8970 background

This text has black color on #6A8970 background.


White color preview on #6A8970 background

This text has white color on #6A8970 background.


Related colors

Complementary color

Complementary color for #hex is #95768F.


I love getcolorcode.com

Triadic colors

1 #706A89 and #89706A with #6A8970 are triadic colors.

2 #70896A and #896A70 with #6A8970 are triadic colors.