COLOR #6A866E

HEX: #6A866E
RGB: (106,134,110)

Color info

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

RGB color model

#6A866E color RGB value is (106,134,110).

  • red value is 106;
  • green value is 134;
  • blue value is 110.
RGB:
(106,134,110)
(42%,53%,43%)

RGB channels and saturation

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

106
134
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 110 = 350 (100%)
R 106 of 350 ~ 30.29%
G 134 of 350 ~ 38.29%
B 110 of 350 ~ 31.43%

%30.29
%38.29
%31.43

CMYK color model

#6A866E color CMYK value is (21,0,18,47).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 47.45%
CMYK:
(21,0,18,47)
C21M0Y18K47 
(21%,0%,18%,47%)
(0.21/0.00/0.18/0.47)	

CMYK percentages

%20.9
%0
%17.91
%47.45

Codes

Color #6A866E in popluar color models

6A866E
RGB106134110
HSL129°11.67%47.06%
HSB/HSV129°20.90%52.55%
CMYK20.90%0.00%17.91%
47.45%

Color #6A866E in popluar number systems.

HEX6A866E
Decimal106134110
Binary1101010100001101101110
Octal152206156

Shades and tints

Shades of #6A866E

#6A866E
(106,134,110)
#617A64
(97,122,100)
#586E5A
(88,110,90)
#4F6250
(79,98,80)
#465646
(70,86,70)
#3D4A3C
(61,74,60)
#343E32
(52,62,50)
#2B3228
(43,50,40)
#22261E
(34,38,30)
#191A14
(25,26,20)
#100E0A
(16,14,10)
#000000
(0,0,0)

Tints of #6A866E

#6A866E
(106,134,110)
#77917B
(119,145,123)
#849C88
(132,156,136)
#91A795
(145,167,149)
#9EB2A2
(158,178,162)
#ABBDAF
(171,189,175)
#B8C8BC
(184,200,188)
#C5D3C9
(197,211,201)
#D2DED6
(210,222,214)
#DFE9E3
(223,233,227)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A866E; }

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

This text font color is #6A866E.


Background Color

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

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

This div background color is #6A866E.


Border color

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

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

This div border color is #6A866E.


Opacity

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

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

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

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

This text has shadow with #6A866E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A866E on black background.


Color preview on white background

This text has color #6A866E on white background.



Black color preview on #6A866E background

This text has black color on #6A866E background.


White color preview on #6A866E background

This text has white color on #6A866E background.