COLOR #6FAC50

HEX: #6FAC50 RGB: (111,172,80)

Color info

#6FAC50 contains mainly green color. Web safe color of #6FAC50 is #669966 (or #696).

RGB color model

#6FAC50 color RGB value is (111,172,80).

RGB: (111,172,80) (44%, 67%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 80 of 255 = 31%

111
172
80

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

Portions of RGB colors in percentages

R + G + B = 111 + 172 + 80 = 363 (100%)
R 111 of 363 ~ 30.58%
G 172 of 363 ~ 47.38%
B 80 of 363 ~ 22.04'%

%30.58
%47.38
%22.04

CMYK color model

#6FAC50 color CMYK value is (35,0,53,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 32.55%

CMYK: (35,0,53,33)
C35M0Y53K33 (35%, 0%, 53%, 33%)
(0.35 / 0.00 / 0.53 / 0.33)

CMYK percentages

%35.47
%0
%53.49
%32.55

Codes

Color #6FAC50 in popluar color models

6F AC 50
RGB 111 172 80
HSL 100° 36.51% 49.41%
HSB/HSV 100° 53.49% 67.45%
CMYK 35.47% 0.00% 53.49%
32.55%

Color #6FAC50 in popluar number systems.

HEX 6F AC 50
Decimal 111 172 80
Binary 1101111 10101100 1010000
Octal 157 254 120

Shades and tints

Shades of #6FAC50

#6FAC50
(111,172,80)
#659D49
(101,157,73)
#5B8E42
(91,142,66)
#517F3B
(81,127,59)
#477034
(71,112,52)
#3D612D
(61,97,45)
#335226
(51,82,38)
#29431F
(41,67,31)
#1F3418
(31,52,24)
#152511
(21,37,17)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #6FAC50

#6FAC50
(111,172,80)
#7CB35F
(124,179,95)
#89BA6E
(137,186,110)
#96C17D
(150,193,125)
#A3C88C
(163,200,140)
#B0CF9B
(176,207,155)
#BDD6AA
(189,214,170)
#CADDB9
(202,221,185)
#D7E4C8
(215,228,200)
#E4EBD7
(228,235,215)
#F1F2E6
(241,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAC50 color. Also use rgb(111,172,80) instead hex code.

Text Font Color

.myTextColor { color: #6FAC50; }

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

This text font color is #6FAC50.

Background Color

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

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

This div background color is #6FAC50.

Border color

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

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

This div border color is #6FAC50.

Opacity

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

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

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

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

This text has shadow with #6FAC50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAC50.

Preview

Color preview on black background

This text has color #6FAC50 on black background.


Color preview on white background

This text has color #6FAC50 on white background.


Black color preview on #6FAC50 background

This text has black color on #6FAC50 background.


White color preview on #6FAC50 background

This text has white color on #6FAC50 background.


Related colors

Complementary color

Complementary color for #hex is #9053AF.


I love getcolorcode.com

Triadic colors

1 #506FAC and #AC506F with #6FAC50 are triadic colors.

2 #50AC6F and #AC6F50 with #6FAC50 are triadic colors.