COLOR #6A9A7F

HEX: #6A9A7F
RGB: (106,154,127)

Color info

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

RGB color model

#6A9A7F color RGB value is (106,154,127).

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

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 127 of 255 = 50%

106
154
127

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 127 = 387 (100%)
R 106 of 387 ~ 27.39%
G 154 of 387 ~ 39.79%
B 127 of 387 ~ 32.82%

%27.39
%39.79
%32.82

CMYK color model

#6A9A7F color CMYK value is (31,0,18,40).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 39.61%
CMYK:
(31,0,18,40)
C31M0Y18K40 
(31%,0%,18%,40%)
(0.31/0.00/0.18/0.40)	

CMYK percentages

%31.17
%0
%17.53
%39.61

Codes

Color #6A9A7F in popluar color models

6A9A7F
RGB106154127
HSL146°19.20%50.98%
HSB/HSV146°31.17%60.39%
CMYK31.17%0.00%17.53%
39.61%

Color #6A9A7F in popluar number systems.

HEX6A9A7F
Decimal106154127
Binary1101010100110101111111
Octal152232177

Shades and tints

Shades of #6A9A7F

#6A9A7F
(106,154,127)
#618C74
(97,140,116)
#587E69
(88,126,105)
#4F705E
(79,112,94)
#466253
(70,98,83)
#3D5448
(61,84,72)
#34463D
(52,70,61)
#2B3832
(43,56,50)
#222A27
(34,42,39)
#191C1C
(25,28,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6A9A7F

#6A9A7F
(106,154,127)
#77A38A
(119,163,138)
#84AC95
(132,172,149)
#91B5A0
(145,181,160)
#9EBEAB
(158,190,171)
#ABC7B6
(171,199,182)
#B8D0C1
(184,208,193)
#C5D9CC
(197,217,204)
#D2E2D7
(210,226,215)
#DFEBE2
(223,235,226)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9A7F; }

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

This text font color is #6A9A7F.


Background Color

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

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

This div background color is #6A9A7F.


Border color

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

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

This div border color is #6A9A7F.


Opacity

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

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

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

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

This text has shadow with #6A9A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9A7F on black background.


Color preview on white background

This text has color #6A9A7F on white background.



Black color preview on #6A9A7F background

This text has black color on #6A9A7F background.


White color preview on #6A9A7F background

This text has white color on #6A9A7F background.