COLOR #6F9178

HEX: #6F9178
RGB: (111,145,120)

Color info

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

RGB color model

#6F9178 color RGB value is (111,145,120).

  • red value is 111;
  • green value is 145;
  • blue value is 120.
RGB:
(111,145,120)
(44%,57%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 120 of 255 = 47%

111
145
120

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

Portions of RGB colors in percentages

R + G + B =
111 + 145 + 120 = 376 (100%)
R 111 of 376 ~ 29.52%
G 145 of 376 ~ 38.56%
B 120 of 376 ~ 31.91%

%29.52
%38.56
%31.91

CMYK color model

#6F9178 color CMYK value is (23,0,17,43).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 43.14%
CMYK:
(23,0,17,43)
C23M0Y17K43 
(23%,0%,17%,43%)
(0.23/0.00/0.17/0.43)	

CMYK percentages

%23.45
%0
%17.24
%43.14

Codes

Color #6F9178 in popluar color models

6F9178
RGB111145120
HSL136°13.39%50.20%
HSB/HSV136°23.45%56.86%
CMYK23.45%0.00%17.24%
43.14%

Color #6F9178 in popluar number systems.

HEX6F9178
Decimal111145120
Binary1101111100100011111000
Octal157221170

Shades and tints

Shades of #6F9178

#6F9178
(111,145,120)
#65846E
(101,132,110)
#5B7764
(91,119,100)
#516A5A
(81,106,90)
#475D50
(71,93,80)
#3D5046
(61,80,70)
#33433C
(51,67,60)
#293632
(41,54,50)
#1F2928
(31,41,40)
#151C1E
(21,28,30)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #6F9178

#6F9178
(111,145,120)
#7C9B84
(124,155,132)
#89A590
(137,165,144)
#96AF9C
(150,175,156)
#A3B9A8
(163,185,168)
#B0C3B4
(176,195,180)
#BDCDC0
(189,205,192)
#CAD7CC
(202,215,204)
#D7E1D8
(215,225,216)
#E4EBE4
(228,235,228)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9178 color. Also use rgb(111,145,120) instead hex code.

Text Font Color

.myTextColor { color: #6F9178; }

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

This text font color is #6F9178.


Background Color

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

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

This div background color is #6F9178.


Border color

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

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

This div border color is #6F9178.


Opacity

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

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

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

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

This text has shadow with #6F9178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9178 on black background.


Color preview on white background

This text has color #6F9178 on white background.



Black color preview on #6F9178 background

This text has black color on #6F9178 background.


White color preview on #6F9178 background

This text has white color on #6F9178 background.