COLOR #6A8771

HEX: #6A8771
RGB: (106,135,113)

Color info

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

RGB color model

#6A8771 color RGB value is (106,135,113).

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

RGB channels and saturation

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

106
135
113

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 113 = 354 (100%)
R 106 of 354 ~ 29.94%
G 135 of 354 ~ 38.14%
B 113 of 354 ~ 31.92%

%29.94
%38.14
%31.92

CMYK color model

#6A8771 color CMYK value is (21,0,16,47).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(21,0,16,47)
C21M0Y16K47 
(21%,0%,16%,47%)
(0.21/0.00/0.16/0.47)	

CMYK percentages

%21.48
%0
%16.3
%47.06

Codes

Color #6A8771 in popluar color models

6A8771
RGB106135113
HSL134°12.03%47.25%
HSB/HSV134°21.48%52.94%
CMYK21.48%0.00%16.30%
47.06%

Color #6A8771 in popluar number systems.

HEX6A8771
Decimal106135113
Binary1101010100001111110001
Octal152207161

Shades and tints

Shades of #6A8771

#6A8771
(106,135,113)
#617B67
(97,123,103)
#586F5D
(88,111,93)
#4F6353
(79,99,83)
#465749
(70,87,73)
#3D4B3F
(61,75,63)
#343F35
(52,63,53)
#2B332B
(43,51,43)
#222721
(34,39,33)
#191B17
(25,27,23)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A8771

#6A8771
(106,135,113)
#77917D
(119,145,125)
#849B89
(132,155,137)
#91A595
(145,165,149)
#9EAFA1
(158,175,161)
#ABB9AD
(171,185,173)
#B8C3B9
(184,195,185)
#C5CDC5
(197,205,197)
#D2D7D1
(210,215,209)
#DFE1DD
(223,225,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A8771; }

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

This text font color is #6A8771.


Background Color

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

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

This div background color is #6A8771.


Border color

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

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

This div border color is #6A8771.


Opacity

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

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

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

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

This text has shadow with #6A8771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8771 on black background.


Color preview on white background

This text has color #6A8771 on white background.



Black color preview on #6A8771 background

This text has black color on #6A8771 background.


White color preview on #6A8771 background

This text has white color on #6A8771 background.