COLOR #6A9C7F

HEX: #6A9C7F
RGB: (106,156,127)

Color info

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

RGB color model

#6A9C7F color RGB value is (106,156,127).

  • red value is 106;
  • green value is 156;
  • blue value is 127.
RGB:
(106,156,127)
(42%,61%,50%)

RGB channels and saturation

R 106 of 255 = 42%
G 156 of 255 = 61%
B 127 of 255 = 50%

106
156
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 156 + 127 = 389 (100%)
R 106 of 389 ~ 27.25%
G 156 of 389 ~ 40.1%
B 127 of 389 ~ 32.65%

%27.25
%40.1
%32.65

CMYK color model

#6A9C7F color CMYK value is (32,0,19,39).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 18.59%
  • key color value is 38.82%
CMYK:
(32,0,19,39)
C32M0Y19K39 
(32%,0%,19%,39%)
(0.32/0.00/0.19/0.39)	

CMYK percentages

%32.05
%0
%18.59
%38.82

Codes

Color #6A9C7F in popluar color models

6A9C7F
RGB106156127
HSL145°20.16%51.37%
HSB/HSV145°32.05%61.18%
CMYK32.05%0.00%18.59%
38.82%

Color #6A9C7F in popluar number systems.

HEX6A9C7F
Decimal106156127
Binary1101010100111001111111
Octal152234177

Shades and tints

Shades of #6A9C7F

#6A9C7F
(106,156,127)
#618E74
(97,142,116)
#588069
(88,128,105)
#4F725E
(79,114,94)
#466453
(70,100,83)
#3D5648
(61,86,72)
#34483D
(52,72,61)
#2B3A32
(43,58,50)
#222C27
(34,44,39)
#191E1C
(25,30,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #6A9C7F

#6A9C7F
(106,156,127)
#77A58A
(119,165,138)
#84AE95
(132,174,149)
#91B7A0
(145,183,160)
#9EC0AB
(158,192,171)
#ABC9B6
(171,201,182)
#B8D2C1
(184,210,193)
#C5DBCC
(197,219,204)
#D2E4D7
(210,228,215)
#DFEDE2
(223,237,226)
#ECF6ED
(236,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9C7F color. Also use rgb(106,156,127) instead hex code.

Text Font Color

.myTextColor { color: #6A9C7F; }

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

This text font color is #6A9C7F.


Background Color

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

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

This div background color is #6A9C7F.


Border color

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

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

This div border color is #6A9C7F.


Opacity

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

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

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

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

This text has shadow with #6A9C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9C7F on black background.


Color preview on white background

This text has color #6A9C7F on white background.



Black color preview on #6A9C7F background

This text has black color on #6A9C7F background.


White color preview on #6A9C7F background

This text has white color on #6A9C7F background.