COLOR #6A896E

HEX: #6A896E
RGB: (106,137,110)

Color info

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

RGB color model

#6A896E color RGB value is (106,137,110).

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

RGB channels and saturation

R 106 of 255 = 42%
G 137 of 255 = 54%
B 110 of 255 = 43%

106
137
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 137 + 110 = 353 (100%)
R 106 of 353 ~ 30.03%
G 137 of 353 ~ 38.81%
B 110 of 353 ~ 31.16%

%30.03
%38.81
%31.16

CMYK color model

#6A896E color CMYK value is (23,0,20,46).

  • cyan value is 22.63%
  • magenta value is 0.00%
  • yellow value is 19.71%
  • key color value is 46.27%
CMYK:
(23,0,20,46)
C23M0Y20K46 
(23%,0%,20%,46%)
(0.23/0.00/0.20/0.46)	

CMYK percentages

%22.63
%0
%19.71
%46.27

Codes

Color #6A896E in popluar color models

6A896E
RGB106137110
HSL128°12.76%47.65%
HSB/HSV128°22.63%53.73%
CMYK22.63%0.00%19.71%
46.27%

Color #6A896E in popluar number systems.

HEX6A896E
Decimal106137110
Binary1101010100010011101110
Octal152211156

Shades and tints

Shades of #6A896E

#6A896E
(106,137,110)
#617D64
(97,125,100)
#58715A
(88,113,90)
#4F6550
(79,101,80)
#465946
(70,89,70)
#3D4D3C
(61,77,60)
#344132
(52,65,50)
#2B3528
(43,53,40)
#22291E
(34,41,30)
#191D14
(25,29,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #6A896E

#6A896E
(106,137,110)
#77937B
(119,147,123)
#849D88
(132,157,136)
#91A795
(145,167,149)
#9EB1A2
(158,177,162)
#ABBBAF
(171,187,175)
#B8C5BC
(184,197,188)
#C5CFC9
(197,207,201)
#D2D9D6
(210,217,214)
#DFE3E3
(223,227,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A896E; }

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

This text font color is #6A896E.


Background Color

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

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

This div background color is #6A896E.


Border color

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

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

This div border color is #6A896E.


Opacity

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

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

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

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

This text has shadow with #6A896E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A896E on black background.


Color preview on white background

This text has color #6A896E on white background.



Black color preview on #6A896E background

This text has black color on #6A896E background.


White color preview on #6A896E background

This text has white color on #6A896E background.