COLOR #6A947A

HEX: #6A947A
RGB: (106,148,122)

Color info

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

RGB color model

#6A947A color RGB value is (106,148,122).

  • red value is 106;
  • green value is 148;
  • blue value is 122.
RGB:
(106,148,122)
(42%,58%,48%)

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 122 of 255 = 48%

106
148
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 122 = 376 (100%)
R 106 of 376 ~ 28.19%
G 148 of 376 ~ 39.36%
B 122 of 376 ~ 32.45%

%28.19
%39.36
%32.45

CMYK color model

#6A947A color CMYK value is (28,0,18,42).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(28,0,18,42)
C28M0Y18K42 
(28%,0%,18%,42%)
(0.28/0.00/0.18/0.42)	

CMYK percentages

%28.38
%0
%17.57
%41.96

Codes

Color #6A947A in popluar color models

6A947A
RGB106148122
HSL143°16.54%49.80%
HSB/HSV143°28.38%58.04%
CMYK28.38%0.00%17.57%
41.96%

Color #6A947A in popluar number systems.

HEX6A947A
Decimal106148122
Binary1101010100101001111010
Octal152224172

Shades and tints

Shades of #6A947A

#6A947A
(106,148,122)
#61876F
(97,135,111)
#587A64
(88,122,100)
#4F6D59
(79,109,89)
#46604E
(70,96,78)
#3D5343
(61,83,67)
#344638
(52,70,56)
#2B392D
(43,57,45)
#222C22
(34,44,34)
#191F17
(25,31,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #6A947A

#6A947A
(106,148,122)
#779D86
(119,157,134)
#84A692
(132,166,146)
#91AF9E
(145,175,158)
#9EB8AA
(158,184,170)
#ABC1B6
(171,193,182)
#B8CAC2
(184,202,194)
#C5D3CE
(197,211,206)
#D2DCDA
(210,220,218)
#DFE5E6
(223,229,230)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A947A color. Also use rgb(106,148,122) instead hex code.

Text Font Color

.myTextColor { color: #6A947A; }

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

This text font color is #6A947A.


Background Color

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

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

This div background color is #6A947A.


Border color

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

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

This div border color is #6A947A.


Opacity

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

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

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

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

This text has shadow with #6A947A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A947A on black background.


Color preview on white background

This text has color #6A947A on white background.



Black color preview on #6A947A background

This text has black color on #6A947A background.


White color preview on #6A947A background

This text has white color on #6A947A background.