COLOR #6A9876

HEX: #6A9876
RGB: (106,152,118)

Color info

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

RGB color model

#6A9876 color RGB value is (106,152,118).

  • red value is 106;
  • green value is 152;
  • blue value is 118.
RGB:
(106,152,118)
(42%,60%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 152 of 255 = 60%
B 118 of 255 = 46%

106
152
118

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

Portions of RGB colors in percentages

R + G + B =
106 + 152 + 118 = 376 (100%)
R 106 of 376 ~ 28.19%
G 152 of 376 ~ 40.43%
B 118 of 376 ~ 31.38%

%28.19
%40.43
%31.38

CMYK color model

#6A9876 color CMYK value is (30,0,22,40).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 40.39%
CMYK:
(30,0,22,40)
C30M0Y22K40 
(30%,0%,22%,40%)
(0.30/0.00/0.22/0.40)	

CMYK percentages

%30.26
%0
%22.37
%40.39

Codes

Color #6A9876 in popluar color models

6A9876
RGB106152118
HSL136°18.25%50.59%
HSB/HSV136°30.26%59.61%
CMYK30.26%0.00%22.37%
40.39%

Color #6A9876 in popluar number systems.

HEX6A9876
Decimal106152118
Binary1101010100110001110110
Octal152230166

Shades and tints

Shades of #6A9876

#6A9876
(106,152,118)
#618B6C
(97,139,108)
#587E62
(88,126,98)
#4F7158
(79,113,88)
#46644E
(70,100,78)
#3D5744
(61,87,68)
#344A3A
(52,74,58)
#2B3D30
(43,61,48)
#223026
(34,48,38)
#19231C
(25,35,28)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6A9876

#6A9876
(106,152,118)
#77A182
(119,161,130)
#84AA8E
(132,170,142)
#91B39A
(145,179,154)
#9EBCA6
(158,188,166)
#ABC5B2
(171,197,178)
#B8CEBE
(184,206,190)
#C5D7CA
(197,215,202)
#D2E0D6
(210,224,214)
#DFE9E2
(223,233,226)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9876 color. Also use rgb(106,152,118) instead hex code.

Text Font Color

.myTextColor { color: #6A9876; }

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

This text font color is #6A9876.


Background Color

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

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

This div background color is #6A9876.


Border color

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

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

This div border color is #6A9876.


Opacity

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

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

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

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

This text has shadow with #6A9876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9876 on black background.


Color preview on white background

This text has color #6A9876 on white background.



Black color preview on #6A9876 background

This text has black color on #6A9876 background.


White color preview on #6A9876 background

This text has white color on #6A9876 background.