COLOR #6A9177

HEX: #6A9177
RGB: (106,145,119)

Color info

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

RGB color model

#6A9177 color RGB value is (106,145,119).

  • red value is 106;
  • green value is 145;
  • blue value is 119.
RGB:
(106,145,119)
(42%,57%,47%)

RGB channels and saturation

R 106 of 255 = 42%
G 145 of 255 = 57%
B 119 of 255 = 47%

106
145
119

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

Portions of RGB colors in percentages

R + G + B =
106 + 145 + 119 = 370 (100%)
R 106 of 370 ~ 28.65%
G 145 of 370 ~ 39.19%
B 119 of 370 ~ 32.16%

%28.65
%39.19
%32.16

CMYK color model

#6A9177 color CMYK value is (27,0,18,43).

  • cyan value is 26.90%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 43.14%
CMYK:
(27,0,18,43)
C27M0Y18K43 
(27%,0%,18%,43%)
(0.27/0.00/0.18/0.43)	

CMYK percentages

%26.9
%0
%17.93
%43.14

Codes

Color #6A9177 in popluar color models

6A9177
RGB106145119
HSL140°15.54%49.22%
HSB/HSV140°26.90%56.86%
CMYK26.90%0.00%17.93%
43.14%

Color #6A9177 in popluar number systems.

HEX6A9177
Decimal106145119
Binary1101010100100011110111
Octal152221167

Shades and tints

Shades of #6A9177

#6A9177
(106,145,119)
#61846D
(97,132,109)
#587763
(88,119,99)
#4F6A59
(79,106,89)
#465D4F
(70,93,79)
#3D5045
(61,80,69)
#34433B
(52,67,59)
#2B3631
(43,54,49)
#222927
(34,41,39)
#191C1D
(25,28,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #6A9177

#6A9177
(106,145,119)
#779B83
(119,155,131)
#84A58F
(132,165,143)
#91AF9B
(145,175,155)
#9EB9A7
(158,185,167)
#ABC3B3
(171,195,179)
#B8CDBF
(184,205,191)
#C5D7CB
(197,215,203)
#D2E1D7
(210,225,215)
#DFEBE3
(223,235,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9177 color. Also use rgb(106,145,119) instead hex code.

Text Font Color

.myTextColor { color: #6A9177; }

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

This text font color is #6A9177.


Background Color

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

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

This div background color is #6A9177.


Border color

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

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

This div border color is #6A9177.


Opacity

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

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

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

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

This text has shadow with #6A9177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9177 on black background.


Color preview on white background

This text has color #6A9177 on white background.



Black color preview on #6A9177 background

This text has black color on #6A9177 background.


White color preview on #6A9177 background

This text has white color on #6A9177 background.