COLOR #6F9871

HEX: #6F9871 RGB: (111,152,113)

Color info

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

RGB color model

#6F9871 color RGB value is (111,152,113).

RGB: (111,152,113) (44%, 60%, 44%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 113 of 255 = 44%

111
152
113

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

Portions of RGB colors in percentages

R + G + B = 111 + 152 + 113 = 376 (100%)
R 111 of 376 ~ 29.52%
G 152 of 376 ~ 40.43%
B 113 of 376 ~ 30.05'%

%29.52
%40.43
%30.05

CMYK color model

#6F9871 color CMYK value is (27,0,26,40).

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

CMYK: (27,0,26,40)
C27M0Y26K40 (27%, 0%, 26%, 40%)
(0.27 / 0.00 / 0.26 / 0.40)

CMYK percentages

%26.97
%0
%25.66
%40.39

Codes

Color #6F9871 in popluar color models

6F 98 71
RGB 111 152 113
HSL 123° 16.60% 51.57%
HSB/HSV 123° 26.97% 59.61%
CMYK 26.97% 0.00% 25.66%
40.39%

Color #6F9871 in popluar number systems.

HEX 6F 98 71
Decimal 111 152 113
Binary 1101111 10011000 1110001
Octal 157 230 161

Shades and tints

Shades of #6F9871

#6F9871
(111,152,113)
#658B67
(101,139,103)
#5B7E5D
(91,126,93)
#517153
(81,113,83)
#476449
(71,100,73)
#3D573F
(61,87,63)
#334A35
(51,74,53)
#293D2B
(41,61,43)
#1F3021
(31,48,33)
#152317
(21,35,23)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #6F9871

#6F9871
(111,152,113)
#7CA17D
(124,161,125)
#89AA89
(137,170,137)
#96B395
(150,179,149)
#A3BCA1
(163,188,161)
#B0C5AD
(176,197,173)
#BDCEB9
(189,206,185)
#CAD7C5
(202,215,197)
#D7E0D1
(215,224,209)
#E4E9DD
(228,233,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9871; }

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

This text font color is #6F9871.

Background Color

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

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

This div background color is #6F9871.

Border color

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

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

This div border color is #6F9871.

Opacity

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

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

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

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

This text has shadow with #6F9871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9871.

Preview

Color preview on black background

This text has color #6F9871 on black background.


Color preview on white background

This text has color #6F9871 on white background.


Black color preview on #6F9871 background

This text has black color on #6F9871 background.


White color preview on #6F9871 background

This text has white color on #6F9871 background.


Related colors

Complementary color

Complementary color for #hex is #90678E.


I love getcolorcode.com

Triadic colors

1 #716F98 and #98716F with #6F9871 are triadic colors.

2 #71986F and #986F71 with #6F9871 are triadic colors.