COLOR #6F986A

HEX: #6F986A RGB: (111,152,106)

Color info

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

RGB color model

#6F986A color RGB value is (111,152,106).

RGB: (111,152,106) (44%, 60%, 42%)

RGB channels and saturation

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

111
152
106

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

Portions of RGB colors in percentages

R + G + B = 111 + 152 + 106 = 369 (100%)
R 111 of 369 ~ 30.08%
G 152 of 369 ~ 41.19%
B 106 of 369 ~ 28.73'%

%30.08
%41.19
%28.73

CMYK color model

#6F986A color CMYK value is (27,0,30,40).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 40.39%

CMYK: (27,0,30,40)
C27M0Y30K40 (27%, 0%, 30%, 40%)
(0.27 / 0.00 / 0.30 / 0.40)

CMYK percentages

%26.97
%0
%30.26
%40.39

Codes

Color #6F986A in popluar color models

6F 98 6A
RGB 111 152 106
HSL 113° 18.25% 50.59%
HSB/HSV 113° 30.26% 59.61%
CMYK 26.97% 0.00% 30.26%
40.39%

Color #6F986A in popluar number systems.

HEX 6F 98 6A
Decimal 111 152 106
Binary 1101111 10011000 1101010
Octal 157 230 152

Shades and tints

Shades of #6F986A

#6F986A
(111,152,106)
#658B61
(101,139,97)
#5B7E58
(91,126,88)
#51714F
(81,113,79)
#476446
(71,100,70)
#3D573D
(61,87,61)
#334A34
(51,74,52)
#293D2B
(41,61,43)
#1F3022
(31,48,34)
#152319
(21,35,25)
#0B1610
(11,22,16)
#000000
(0,0,0)

Tints of #6F986A

#6F986A
(111,152,106)
#7CA177
(124,161,119)
#89AA84
(137,170,132)
#96B391
(150,179,145)
#A3BC9E
(163,188,158)
#B0C5AB
(176,197,171)
#BDCEB8
(189,206,184)
#CAD7C5
(202,215,197)
#D7E0D2
(215,224,210)
#E4E9DF
(228,233,223)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F986A; }

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

This text font color is #6F986A.

Background Color

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

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

This div background color is #6F986A.

Border color

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

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

This div border color is #6F986A.

Opacity

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

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

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

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

This text has shadow with #6F986A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F986A.

Preview

Color preview on black background

This text has color #6F986A on black background.


Color preview on white background

This text has color #6F986A on white background.


Black color preview on #6F986A background

This text has black color on #6F986A background.


White color preview on #6F986A background

This text has white color on #6F986A background.


Related colors

Complementary color

Complementary color for #hex is #906795.


I love getcolorcode.com

Triadic colors

1 #6A6F98 and #986A6F with #6F986A are triadic colors.

2 #6A986F and #986F6A with #6F986A are triadic colors.