COLOR #6F9578

HEX: #6F9578 RGB: (111,149,120)

Color info

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

RGB color model

#6F9578 color RGB value is (111,149,120).

RGB: (111,149,120) (44%, 58%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 120 of 255 = 47%

111
149
120

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

Portions of RGB colors in percentages

R + G + B = 111 + 149 + 120 = 380 (100%)
R 111 of 380 ~ 29.21%
G 149 of 380 ~ 39.21%
B 120 of 380 ~ 31.58'%

%29.21
%39.21
%31.58

CMYK color model

#6F9578 color CMYK value is (26,0,19,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 41.57%

CMYK: (26,0,19,42)
C26M0Y19K42 (26%, 0%, 19%, 42%)
(0.26 / 0.00 / 0.19 / 0.42)

CMYK percentages

%25.5
%0
%19.46
%41.57

Codes

Color #6F9578 in popluar color models

6F 95 78
RGB 111 149 120
HSL 134° 15.20% 50.98%
HSB/HSV 134° 25.50% 58.43%
CMYK 25.50% 0.00% 19.46%
41.57%

Color #6F9578 in popluar number systems.

HEX 6F 95 78
Decimal 111 149 120
Binary 1101111 10010101 1111000
Octal 157 225 170

Shades and tints

Shades of #6F9578

#6F9578
(111,149,120)
#65886E
(101,136,110)
#5B7B64
(91,123,100)
#516E5A
(81,110,90)
#476150
(71,97,80)
#3D5446
(61,84,70)
#33473C
(51,71,60)
#293A32
(41,58,50)
#1F2D28
(31,45,40)
#15201E
(21,32,30)
#0B1314
(11,19,20)
#000000
(0,0,0)

Tints of #6F9578

#6F9578
(111,149,120)
#7C9E84
(124,158,132)
#89A790
(137,167,144)
#96B09C
(150,176,156)
#A3B9A8
(163,185,168)
#B0C2B4
(176,194,180)
#BDCBC0
(189,203,192)
#CAD4CC
(202,212,204)
#D7DDD8
(215,221,216)
#E4E6E4
(228,230,228)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9578; }

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

This text font color is #6F9578.

Background Color

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

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

This div background color is #6F9578.

Border color

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

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

This div border color is #6F9578.

Opacity

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

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

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

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

This text has shadow with #6F9578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9578.

Preview

Color preview on black background

This text has color #6F9578 on black background.


Color preview on white background

This text has color #6F9578 on white background.


Black color preview on #6F9578 background

This text has black color on #6F9578 background.


White color preview on #6F9578 background

This text has white color on #6F9578 background.


Related colors

Complementary color

Complementary color for #hex is #906A87.


I love getcolorcode.com

Triadic colors

1 #786F95 and #95786F with #6F9578 are triadic colors.

2 #78956F and #956F78 with #6F9578 are triadic colors.