COLOR #6A9473

HEX: #6A9473
RGB: (106,148,115)

Color info

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

RGB color model

#6A9473 color RGB value is (106,148,115).

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

RGB channels and saturation

R 106 of 255 = 42%
G 148 of 255 = 58%
B 115 of 255 = 45%

106
148
115

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

Portions of RGB colors in percentages

R + G + B =
106 + 148 + 115 = 369 (100%)
R 106 of 369 ~ 28.73%
G 148 of 369 ~ 40.11%
B 115 of 369 ~ 31.17%

%28.73
%40.11
%31.17

CMYK color model

#6A9473 color CMYK value is (28,0,22,42).

  • cyan value is 28.38%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(28,0,22,42)
C28M0Y22K42 
(28%,0%,22%,42%)
(0.28/0.00/0.22/0.42)	

CMYK percentages

%28.38
%0
%22.3
%41.96

Codes

Color #6A9473 in popluar color models

6A9473
RGB106148115
HSL133°16.54%49.80%
HSB/HSV133°28.38%58.04%
CMYK28.38%0.00%22.30%
41.96%

Color #6A9473 in popluar number systems.

HEX6A9473
Decimal106148115
Binary1101010100101001110011
Octal152224163

Shades and tints

Shades of #6A9473

#6A9473
(106,148,115)
#618769
(97,135,105)
#587A5F
(88,122,95)
#4F6D55
(79,109,85)
#46604B
(70,96,75)
#3D5341
(61,83,65)
#344637
(52,70,55)
#2B392D
(43,57,45)
#222C23
(34,44,35)
#191F19
(25,31,25)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #6A9473

#6A9473
(106,148,115)
#779D7F
(119,157,127)
#84A68B
(132,166,139)
#91AF97
(145,175,151)
#9EB8A3
(158,184,163)
#ABC1AF
(171,193,175)
#B8CABB
(184,202,187)
#C5D3C7
(197,211,199)
#D2DCD3
(210,220,211)
#DFE5DF
(223,229,223)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9473; }

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

This text font color is #6A9473.


Background Color

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

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

This div background color is #6A9473.


Border color

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

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

This div border color is #6A9473.


Opacity

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

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

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

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

This text has shadow with #6A9473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9473 on black background.


Color preview on white background

This text has color #6A9473 on white background.



Black color preview on #6A9473 background

This text has black color on #6A9473 background.


White color preview on #6A9473 background

This text has white color on #6A9473 background.