COLOR #6F9A6A

HEX: #6F9A6A
RGB: (111,154,106)

Color info

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

RGB color model

#6F9A6A color RGB value is (111,154,106).

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

RGB channels and saturation

R 111 of 255 = 44%
G 154 of 255 = 60%
B 106 of 255 = 42%

111
154
106

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

Portions of RGB colors in percentages

R + G + B =
111 + 154 + 106 = 371 (100%)
R 111 of 371 ~ 29.92%
G 154 of 371 ~ 41.51%
B 106 of 371 ~ 28.57%

%29.92
%41.51
%28.57

CMYK color model

#6F9A6A color CMYK value is (28,0,31,40).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 39.61%
CMYK:
(28,0,31,40)
C28M0Y31K40 
(28%,0%,31%,40%)
(0.28/0.00/0.31/0.40)	

CMYK percentages

%27.92
%0
%31.17
%39.61

Codes

Color #6F9A6A in popluar color models

6F9A6A
RGB111154106
HSL114°19.20%50.98%
HSB/HSV114°31.17%60.39%
CMYK27.92%0.00%31.17%
39.61%

Color #6F9A6A in popluar number systems.

HEX6F9A6A
Decimal111154106
Binary1101111100110101101010
Octal157232152

Shades and tints

Shades of #6F9A6A

#6F9A6A
(111,154,106)
#658C61
(101,140,97)
#5B7E58
(91,126,88)
#51704F
(81,112,79)
#476246
(71,98,70)
#3D543D
(61,84,61)
#334634
(51,70,52)
#29382B
(41,56,43)
#1F2A22
(31,42,34)
#151C19
(21,28,25)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #6F9A6A

#6F9A6A
(111,154,106)
#7CA377
(124,163,119)
#89AC84
(137,172,132)
#96B591
(150,181,145)
#A3BE9E
(163,190,158)
#B0C7AB
(176,199,171)
#BDD0B8
(189,208,184)
#CAD9C5
(202,217,197)
#D7E2D2
(215,226,210)
#E4EBDF
(228,235,223)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9A6A; }

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

This text font color is #6F9A6A.


Background Color

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

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

This div background color is #6F9A6A.


Border color

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

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

This div border color is #6F9A6A.


Opacity

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

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

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

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

This text has shadow with #6F9A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9A6A on black background.


Color preview on white background

This text has color #6F9A6A on white background.



Black color preview on #6F9A6A background

This text has black color on #6F9A6A background.


White color preview on #6F9A6A background

This text has white color on #6F9A6A background.