COLOR #6A876E

HEX: #6A876E RGB: (106,135,110)

Color info

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

RGB color model

#6A876E color RGB value is (106,135,110).

RGB: (106,135,110) (42%, 53%, 43%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 110 of 255 = 43%

106
135
110

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

Portions of RGB colors in percentages

R + G + B = 106 + 135 + 110 = 351 (100%)
R 106 of 351 ~ 30.2%
G 135 of 351 ~ 38.46%
B 110 of 351 ~ 31.34'%

%30.2
%38.46
%31.34

CMYK color model

#6A876E color CMYK value is (21,0,19,47).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%

CMYK: (21,0,19,47)
C21M0Y19K47 (21%, 0%, 19%, 47%)
(0.21 / 0.00 / 0.19 / 0.47)

CMYK percentages

%21.48
%0
%18.52
%47.06

Codes

Color #6A876E in popluar color models

6A 87 6E
RGB 106 135 110
HSL 128° 12.03% 47.25%
HSB/HSV 128° 21.48% 52.94%
CMYK 21.48% 0.00% 18.52%
47.06%

Color #6A876E in popluar number systems.

HEX 6A 87 6E
Decimal 106 135 110
Binary 1101010 10000111 1101110
Octal 152 207 156

Shades and tints

Shades of #6A876E

#6A876E
(106,135,110)
#617B64
(97,123,100)
#586F5A
(88,111,90)
#4F6350
(79,99,80)
#465746
(70,87,70)
#3D4B3C
(61,75,60)
#343F32
(52,63,50)
#2B3328
(43,51,40)
#22271E
(34,39,30)
#191B14
(25,27,20)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #6A876E

#6A876E
(106,135,110)
#77917B
(119,145,123)
#849B88
(132,155,136)
#91A595
(145,165,149)
#9EAFA2
(158,175,162)
#ABB9AF
(171,185,175)
#B8C3BC
(184,195,188)
#C5CDC9
(197,205,201)
#D2D7D6
(210,215,214)
#DFE1E3
(223,225,227)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A876E; }

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

This text font color is #6A876E.

Background Color

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

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

This div background color is #6A876E.

Border color

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

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

This div border color is #6A876E.

Opacity

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

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

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

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

This text has shadow with #6A876E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A876E.

Preview

Color preview on black background

This text has color #6A876E on black background.


Color preview on white background

This text has color #6A876E on white background.


Black color preview on #6A876E background

This text has black color on #6A876E background.


White color preview on #6A876E background

This text has white color on #6A876E background.


Related colors

Complementary color

Complementary color for #hex is #957891.


I love getcolorcode.com

Triadic colors

1 #6E6A87 and #876E6A with #6A876E are triadic colors.

2 #6E876A and #876A6E with #6A876E are triadic colors.