COLOR #6F9581

HEX: #6F9581
RGB: (111,149,129)

Color info

#6F9581 contains red, green and blue colors in about the same proportion. Web safe color of #6F9581 is #669999 (or #699).

RGB color model

#6F9581 color RGB value is (111,149,129).

  • red value is 111;
  • green value is 149;
  • blue value is 129.
RGB:
(111,149,129)
(44%,58%,51%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 129 of 255 = 51%

111
149
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 149 + 129 = 389 (100%)
R 111 of 389 ~ 28.53%
G 149 of 389 ~ 38.3%
B 129 of 389 ~ 33.16%

%28.53
%38.3
%33.16

CMYK color model

#6F9581 color CMYK value is (26,0,13,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 13.42%
  • key color value is 41.57%
CMYK:
(26,0,13,42)
C26M0Y13K42 
(26%,0%,13%,42%)
(0.26/0.00/0.13/0.42)	

CMYK percentages

%25.5
%0
%13.42
%41.57

Codes

Color #6F9581 in popluar color models

6F9581
RGB111149129
HSL148°15.20%50.98%
HSB/HSV148°25.50%58.43%
CMYK25.50%0.00%13.42%
41.57%

Color #6F9581 in popluar number systems.

HEX6F9581
Decimal111149129
Binary11011111001010110000001
Octal157225201

Shades and tints

Shades of #6F9581

#6F9581
(111,149,129)
#658876
(101,136,118)
#5B7B6B
(91,123,107)
#516E60
(81,110,96)
#476155
(71,97,85)
#3D544A
(61,84,74)
#33473F
(51,71,63)
#293A34
(41,58,52)
#1F2D29
(31,45,41)
#15201E
(21,32,30)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #6F9581

#6F9581
(111,149,129)
#7C9E8C
(124,158,140)
#89A797
(137,167,151)
#96B0A2
(150,176,162)
#A3B9AD
(163,185,173)
#B0C2B8
(176,194,184)
#BDCBC3
(189,203,195)
#CAD4CE
(202,212,206)
#D7DDD9
(215,221,217)
#E4E6E4
(228,230,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9581; }

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

This text font color is #6F9581.


Background Color

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

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

This div background color is #6F9581.


Border color

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

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

This div border color is #6F9581.


Opacity

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

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

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

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

This text has shadow with #6F9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9581 on black background.


Color preview on white background

This text has color #6F9581 on white background.



Black color preview on #6F9581 background

This text has black color on #6F9581 background.


White color preview on #6F9581 background

This text has white color on #6F9581 background.