COLOR #6A8770

HEX: #6A8770
RGB: (106,135,112)

Color info

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

RGB color model

#6A8770 color RGB value is (106,135,112).

  • red value is 106;
  • green value is 135;
  • blue value is 112.
RGB:
(106,135,112)
(42%,53%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 112 of 255 = 44%

106
135
112

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 112 = 353 (100%)
R 106 of 353 ~ 30.03%
G 135 of 353 ~ 38.24%
B 112 of 353 ~ 31.73%

%30.03
%38.24
%31.73

CMYK color model

#6A8770 color CMYK value is (21,0,17,47).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(21,0,17,47)
C21M0Y17K47 
(21%,0%,17%,47%)
(0.21/0.00/0.17/0.47)	

CMYK percentages

%21.48
%0
%17.04
%47.06

Codes

Color #6A8770 in popluar color models

6A8770
RGB106135112
HSL132°12.03%47.25%
HSB/HSV132°21.48%52.94%
CMYK21.48%0.00%17.04%
47.06%

Color #6A8770 in popluar number systems.

HEX6A8770
Decimal106135112
Binary1101010100001111110000
Octal152207160

Shades and tints

Shades of #6A8770

#6A8770
(106,135,112)
#617B66
(97,123,102)
#586F5C
(88,111,92)
#4F6352
(79,99,82)
#465748
(70,87,72)
#3D4B3E
(61,75,62)
#343F34
(52,63,52)
#2B332A
(43,51,42)
#222720
(34,39,32)
#191B16
(25,27,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A8770

#6A8770
(106,135,112)
#77917D
(119,145,125)
#849B8A
(132,155,138)
#91A597
(145,165,151)
#9EAFA4
(158,175,164)
#ABB9B1
(171,185,177)
#B8C3BE
(184,195,190)
#C5CDCB
(197,205,203)
#D2D7D8
(210,215,216)
#DFE1E5
(223,225,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8770; }

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

This text font color is #6A8770.


Background Color

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

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

This div background color is #6A8770.


Border color

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

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

This div border color is #6A8770.


Opacity

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

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

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

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

This text has shadow with #6A8770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8770 on black background.


Color preview on white background

This text has color #6A8770 on white background.



Black color preview on #6A8770 background

This text has black color on #6A8770 background.


White color preview on #6A8770 background

This text has white color on #6A8770 background.