COLOR #6A9A7A

HEX: #6A9A7A
RGB: (106,154,122)

Color info

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

RGB color model

#6A9A7A color RGB value is (106,154,122).

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

RGB channels and saturation

R 106 of 255 = 42%
G 154 of 255 = 60%
B 122 of 255 = 48%

106
154
122

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

Portions of RGB colors in percentages

R + G + B =
106 + 154 + 122 = 382 (100%)
R 106 of 382 ~ 27.75%
G 154 of 382 ~ 40.31%
B 122 of 382 ~ 31.94%

%27.75
%40.31
%31.94

CMYK color model

#6A9A7A color CMYK value is (31,0,21,40).

  • cyan value is 31.17%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(31,0,21,40)
C31M0Y21K40 
(31%,0%,21%,40%)
(0.31/0.00/0.21/0.40)	

CMYK percentages

%31.17
%0
%20.78
%39.61

Codes

Color #6A9A7A in popluar color models

6A9A7A
RGB106154122
HSL140°19.20%50.98%
HSB/HSV140°31.17%60.39%
CMYK31.17%0.00%20.78%
39.61%

Color #6A9A7A in popluar number systems.

HEX6A9A7A
Decimal106154122
Binary1101010100110101111010
Octal152232172

Shades and tints

Shades of #6A9A7A

#6A9A7A
(106,154,122)
#618C6F
(97,140,111)
#587E64
(88,126,100)
#4F7059
(79,112,89)
#46624E
(70,98,78)
#3D5443
(61,84,67)
#344638
(52,70,56)
#2B382D
(43,56,45)
#222A22
(34,42,34)
#191C17
(25,28,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A9A7A

#6A9A7A
(106,154,122)
#77A386
(119,163,134)
#84AC92
(132,172,146)
#91B59E
(145,181,158)
#9EBEAA
(158,190,170)
#ABC7B6
(171,199,182)
#B8D0C2
(184,208,194)
#C5D9CE
(197,217,206)
#D2E2DA
(210,226,218)
#DFEBE6
(223,235,230)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A9A7A; }

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

This text font color is #6A9A7A.


Background Color

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

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

This div background color is #6A9A7A.


Border color

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

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

This div border color is #6A9A7A.


Opacity

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

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

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

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

This text has shadow with #6A9A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9A7A on black background.


Color preview on white background

This text has color #6A9A7A on white background.



Black color preview on #6A9A7A background

This text has black color on #6A9A7A background.


White color preview on #6A9A7A background

This text has white color on #6A9A7A background.