COLOR #6F9081

HEX: #6F9081
RGB: (111,144,129)

Color info

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

RGB color model

#6F9081 color RGB value is (111,144,129).

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

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 129 of 255 = 51%

111
144
129

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

Portions of RGB colors in percentages

R + G + B =
111 + 144 + 129 = 384 (100%)
R 111 of 384 ~ 28.91%
G 144 of 384 ~ 37.5%
B 129 of 384 ~ 33.59%

%28.91
%37.5
%33.59

CMYK color model

#6F9081 color CMYK value is (23,0,10,44).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 43.53%
CMYK:
(23,0,10,44)
C23M0Y10K44 
(23%,0%,10%,44%)
(0.23/0.00/0.10/0.44)	

CMYK percentages

%22.92
%0
%10.42
%43.53

Codes

Color #6F9081 in popluar color models

6F9081
RGB111144129
HSL153°12.94%50.00%
HSB/HSV153°22.92%56.47%
CMYK22.92%0.00%10.42%
43.53%

Color #6F9081 in popluar number systems.

HEX6F9081
Decimal111144129
Binary11011111001000010000001
Octal157220201

Shades and tints

Shades of #6F9081

#6F9081
(111,144,129)
#658376
(101,131,118)
#5B766B
(91,118,107)
#516960
(81,105,96)
#475C55
(71,92,85)
#3D4F4A
(61,79,74)
#33423F
(51,66,63)
#293534
(41,53,52)
#1F2829
(31,40,41)
#151B1E
(21,27,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #6F9081

#6F9081
(111,144,129)
#7C9A8C
(124,154,140)
#89A497
(137,164,151)
#96AEA2
(150,174,162)
#A3B8AD
(163,184,173)
#B0C2B8
(176,194,184)
#BDCCC3
(189,204,195)
#CAD6CE
(202,214,206)
#D7E0D9
(215,224,217)
#E4EAE4
(228,234,228)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9081; }

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

This text font color is #6F9081.


Background Color

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

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

This div background color is #6F9081.


Border color

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

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

This div border color is #6F9081.


Opacity

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

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

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

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

This text has shadow with #6F9081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9081 on black background.


Color preview on white background

This text has color #6F9081 on white background.



Black color preview on #6F9081 background

This text has black color on #6F9081 background.


White color preview on #6F9081 background

This text has white color on #6F9081 background.