COLOR #6FA176

HEX: #6FA176
RGB: (111,161,118)

Color info

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

RGB color model

#6FA176 color RGB value is (111,161,118).

  • red value is 111;
  • green value is 161;
  • blue value is 118.
RGB:
(111,161,118)
(44%,63%,46%)

RGB channels and saturation

R 111 of 255 = 44%
G 161 of 255 = 63%
B 118 of 255 = 46%

111
161
118

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

Portions of RGB colors in percentages

R + G + B =
111 + 161 + 118 = 390 (100%)
R 111 of 390 ~ 28.46%
G 161 of 390 ~ 41.28%
B 118 of 390 ~ 30.26%

%28.46
%41.28
%30.26

CMYK color model

#6FA176 color CMYK value is (31,0,27,37).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(31,0,27,37)
C31M0Y27K37 
(31%,0%,27%,37%)
(0.31/0.00/0.27/0.37)	

CMYK percentages

%31.06
%0
%26.71
%36.86

Codes

Color #6FA176 in popluar color models

6FA176
RGB111161118
HSL128°21.01%53.33%
HSB/HSV128°31.06%63.14%
CMYK31.06%0.00%26.71%
36.86%

Color #6FA176 in popluar number systems.

HEX6FA176
Decimal111161118
Binary1101111101000011110110
Octal157241166

Shades and tints

Shades of #6FA176

#6FA176
(111,161,118)
#65936C
(101,147,108)
#5B8562
(91,133,98)
#517758
(81,119,88)
#47694E
(71,105,78)
#3D5B44
(61,91,68)
#334D3A
(51,77,58)
#293F30
(41,63,48)
#1F3126
(31,49,38)
#15231C
(21,35,28)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #6FA176

#6FA176
(111,161,118)
#7CA982
(124,169,130)
#89B18E
(137,177,142)
#96B99A
(150,185,154)
#A3C1A6
(163,193,166)
#B0C9B2
(176,201,178)
#BDD1BE
(189,209,190)
#CAD9CA
(202,217,202)
#D7E1D6
(215,225,214)
#E4E9E2
(228,233,226)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA176 color. Also use rgb(111,161,118) instead hex code.

Text Font Color

.myTextColor { color: #6FA176; }

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

This text font color is #6FA176.


Background Color

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

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

This div background color is #6FA176.


Border color

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

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

This div border color is #6FA176.


Opacity

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

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

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

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

This text has shadow with #6FA176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA176 on black background.


Color preview on white background

This text has color #6FA176 on white background.



Black color preview on #6FA176 background

This text has black color on #6FA176 background.


White color preview on #6FA176 background

This text has white color on #6FA176 background.