COLOR #6FAA65

HEX: #6FAA65 RGB: (111,170,101)

Color info

#6FAA65 contains mainly red and green colors. Web safe color of #6FAA65 is #669966 (or #696).

RGB color model

#6FAA65 color RGB value is (111,170,101).

RGB: (111,170,101) (44%, 67%, 40%)

RGB channels and saturation

R 111 of 255 = 44%
G 170 of 255 = 67%
B 101 of 255 = 40%

111
170
101

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

Portions of RGB colors in percentages

R + G + B = 111 + 170 + 101 = 382 (100%)
R 111 of 382 ~ 29.06%
G 170 of 382 ~ 44.5%
B 101 of 382 ~ 26.44'%

%29.06
%44.5
%26.44

CMYK color model

#6FAA65 color CMYK value is (35,0,41,33).

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

CMYK: (35,0,41,33)
C35M0Y41K33 (35%, 0%, 41%, 33%)
(0.35 / 0.00 / 0.41 / 0.33)

CMYK percentages

%34.71
%0
%40.59
%33.33

Codes

Color #6FAA65 in popluar color models

6F AA 65
RGB 111 170 101
HSL 111° 28.87% 53.14%
HSB/HSV 111° 40.59% 66.67%
CMYK 34.71% 0.00% 40.59%
33.33%

Color #6FAA65 in popluar number systems.

HEX 6F AA 65
Decimal 111 170 101
Binary 1101111 10101010 1100101
Octal 157 252 145

Shades and tints

Shades of #6FAA65

#6FAA65
(111,170,101)
#659B5C
(101,155,92)
#5B8C53
(91,140,83)
#517D4A
(81,125,74)
#476E41
(71,110,65)
#3D5F38
(61,95,56)
#33502F
(51,80,47)
#294126
(41,65,38)
#1F321D
(31,50,29)
#152314
(21,35,20)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #6FAA65

#6FAA65
(111,170,101)
#7CB173
(124,177,115)
#89B881
(137,184,129)
#96BF8F
(150,191,143)
#A3C69D
(163,198,157)
#B0CDAB
(176,205,171)
#BDD4B9
(189,212,185)
#CADBC7
(202,219,199)
#D7E2D5
(215,226,213)
#E4E9E3
(228,233,227)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAA65; }

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

This text font color is #6FAA65.

Background Color

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

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

This div background color is #6FAA65.

Border color

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

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

This div border color is #6FAA65.

Opacity

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

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

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

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

This text has shadow with #6FAA65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAA65.

Preview

Color preview on black background

This text has color #6FAA65 on black background.


Color preview on white background

This text has color #6FAA65 on white background.


Black color preview on #6FAA65 background

This text has black color on #6FAA65 background.


White color preview on #6FAA65 background

This text has white color on #6FAA65 background.


Related colors

Complementary color

Complementary color for #hex is #90559A.


I love getcolorcode.com

Triadic colors

1 #656FAA and #AA656F with #6FAA65 are triadic colors.

2 #65AA6F and #AA6F65 with #6FAA65 are triadic colors.