COLOR #6F9A7A

HEX: #6F9A7A
RGB: (111,154,122)

Color info

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

RGB color model

#6F9A7A color RGB value is (111,154,122).

  • red value is 111;
  • green value is 154;
  • blue value is 122.
RGB:
(111,154,122)
(44%,60%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 154 of 255 = 60%
B 122 of 255 = 48%

111
154
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 154 + 122 = 387 (100%)
R 111 of 387 ~ 28.68%
G 154 of 387 ~ 39.79%
B 122 of 387 ~ 31.52%

%28.68
%39.79
%31.52

CMYK color model

#6F9A7A color CMYK value is (28,0,21,40).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(28,0,21,40)
C28M0Y21K40 
(28%,0%,21%,40%)
(0.28/0.00/0.21/0.40)	

CMYK percentages

%27.92
%0
%20.78
%39.61

Codes

Color #6F9A7A in popluar color models

6F9A7A
RGB111154122
HSL135°17.55%51.96%
HSB/HSV135°27.92%60.39%
CMYK27.92%0.00%20.78%
39.61%

Color #6F9A7A in popluar number systems.

HEX6F9A7A
Decimal111154122
Binary1101111100110101111010
Octal157232172

Shades and tints

Shades of #6F9A7A

#6F9A7A
(111,154,122)
#658C6F
(101,140,111)
#5B7E64
(91,126,100)
#517059
(81,112,89)
#47624E
(71,98,78)
#3D5443
(61,84,67)
#334638
(51,70,56)
#29382D
(41,56,45)
#1F2A22
(31,42,34)
#151C17
(21,28,23)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #6F9A7A

#6F9A7A
(111,154,122)
#7CA386
(124,163,134)
#89AC92
(137,172,146)
#96B59E
(150,181,158)
#A3BEAA
(163,190,170)
#B0C7B6
(176,199,182)
#BDD0C2
(189,208,194)
#CAD9CE
(202,217,206)
#D7E2DA
(215,226,218)
#E4EBE6
(228,235,230)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9A7A color. Also use rgb(111,154,122) instead hex code.

Text Font Color

.myTextColor { color: #6F9A7A; }

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

This text font color is #6F9A7A.


Background Color

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

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

This div background color is #6F9A7A.


Border color

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

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

This div border color is #6F9A7A.


Opacity

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

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

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

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

This text has shadow with #6F9A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9A7A on black background.


Color preview on white background

This text has color #6F9A7A on white background.



Black color preview on #6F9A7A background

This text has black color on #6F9A7A background.


White color preview on #6F9A7A background

This text has white color on #6F9A7A background.