COLOR #6FAA77

HEX: #6FAA77 RGB: (111,170,119)

Color info

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

RGB color model

#6FAA77 color RGB value is (111,170,119).

RGB: (111,170,119) (44%, 67%, 47%)

RGB channels and saturation

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

111
170
119

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

Portions of RGB colors in percentages

R + G + B = 111 + 170 + 119 = 400 (100%)
R 111 of 400 ~ 27.75%
G 170 of 400 ~ 42.5%
B 119 of 400 ~ 29.75'%

%27.75
%42.5
%29.75

CMYK color model

#6FAA77 color CMYK value is (35,0,30,33).

  • cyan value is 34.71%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 33.33%

CMYK: (35,0,30,33)
C35M0Y30K33 (35%, 0%, 30%, 33%)
(0.35 / 0.00 / 0.30 / 0.33)

CMYK percentages

%34.71
%0
%30
%33.33

Codes

Color #6FAA77 in popluar color models

6F AA 77
RGB 111 170 119
HSL 128° 25.76% 55.10%
HSB/HSV 128° 34.71% 66.67%
CMYK 34.71% 0.00% 30.00%
33.33%

Color #6FAA77 in popluar number systems.

HEX 6F AA 77
Decimal 111 170 119
Binary 1101111 10101010 1110111
Octal 157 252 167

Shades and tints

Shades of #6FAA77

#6FAA77
(111,170,119)
#659B6D
(101,155,109)
#5B8C63
(91,140,99)
#517D59
(81,125,89)
#476E4F
(71,110,79)
#3D5F45
(61,95,69)
#33503B
(51,80,59)
#294131
(41,65,49)
#1F3227
(31,50,39)
#15231D
(21,35,29)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #6FAA77

#6FAA77
(111,170,119)
#7CB183
(124,177,131)
#89B88F
(137,184,143)
#96BF9B
(150,191,155)
#A3C6A7
(163,198,167)
#B0CDB3
(176,205,179)
#BDD4BF
(189,212,191)
#CADBCB
(202,219,203)
#D7E2D7
(215,226,215)
#E4E9E3
(228,233,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAA77; }

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

This text font color is #6FAA77.

Background Color

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

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

This div background color is #6FAA77.

Border color

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

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

This div border color is #6FAA77.

Opacity

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

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

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

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

This text has shadow with #6FAA77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAA77.

Preview

Color preview on black background

This text has color #6FAA77 on black background.


Color preview on white background

This text has color #6FAA77 on white background.


Black color preview on #6FAA77 background

This text has black color on #6FAA77 background.


White color preview on #6FAA77 background

This text has white color on #6FAA77 background.


Related colors

Complementary color

Complementary color for #hex is #905588.


I love getcolorcode.com

Triadic colors

1 #776FAA and #AA776F with #6FAA77 are triadic colors.

2 #77AA6F and #AA6F77 with #6FAA77 are triadic colors.