COLOR #6FAA79

HEX: #6FAA79
RGB: (111,170,121)

Color info

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

RGB color model

#6FAA79 color RGB value is (111,170,121).

  • red value is 111;
  • green value is 170;
  • blue value is 121.
RGB:
(111,170,121)
(44%,67%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 170 of 255 = 67%
B 121 of 255 = 47%

111
170
121

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

Portions of RGB colors in percentages

R + G + B =
111 + 170 + 121 = 402 (100%)
R 111 of 402 ~ 27.61%
G 170 of 402 ~ 42.29%
B 121 of 402 ~ 30.1%

%27.61
%42.29
%30.1

CMYK color model

#6FAA79 color CMYK value is (35,0,29,33).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 33.33%
CMYK:
(35,0,29,33)
C35M0Y29K33 
(35%,0%,29%,33%)
(0.35/0.00/0.29/0.33)	

CMYK percentages

%34.71
%0
%28.82
%33.33

Codes

Color #6FAA79 in popluar color models

6FAA79
RGB111170121
HSL130°25.76%55.10%
HSB/HSV130°34.71%66.67%
CMYK34.71%0.00%28.82%
33.33%

Color #6FAA79 in popluar number systems.

HEX6FAA79
Decimal111170121
Binary1101111101010101111001
Octal157252171

Shades and tints

Shades of #6FAA79

#6FAA79
(111,170,121)
#659B6E
(101,155,110)
#5B8C63
(91,140,99)
#517D58
(81,125,88)
#476E4D
(71,110,77)
#3D5F42
(61,95,66)
#335037
(51,80,55)
#29412C
(41,65,44)
#1F3221
(31,50,33)
#152316
(21,35,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #6FAA79

#6FAA79
(111,170,121)
#7CB185
(124,177,133)
#89B891
(137,184,145)
#96BF9D
(150,191,157)
#A3C6A9
(163,198,169)
#B0CDB5
(176,205,181)
#BDD4C1
(189,212,193)
#CADBCD
(202,219,205)
#D7E2D9
(215,226,217)
#E4E9E5
(228,233,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAA79 color. Also use rgb(111,170,121) instead hex code.

Text Font Color

.myTextColor { color: #6FAA79; }

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

This text font color is #6FAA79.


Background Color

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

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

This div background color is #6FAA79.


Border color

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

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

This div border color is #6FAA79.


Opacity

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

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

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

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

This text has shadow with #6FAA79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAA79 on black background.


Color preview on white background

This text has color #6FAA79 on white background.



Black color preview on #6FAA79 background

This text has black color on #6FAA79 background.


White color preview on #6FAA79 background

This text has white color on #6FAA79 background.