COLOR #6F8B41

HEX: #6F8B41 RGB: (111,139,65)

Color info

#6F8B41 contains mainly red and green colors. Web safe color of #6F8B41 is #669933 (or #693).

RGB color model

#6F8B41 color RGB value is (111,139,65).

RGB: (111,139,65) (44%, 55%, 25%)

RGB channels and saturation

R 111 of 255 = 44%
G 139 of 255 = 55%
B 65 of 255 = 25%

111
139
65

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

Portions of RGB colors in percentages

R + G + B = 111 + 139 + 65 = 315 (100%)
R 111 of 315 ~ 35.24%
G 139 of 315 ~ 44.13%
B 65 of 315 ~ 20.63'%

%35.24
%44.13
%20.63

CMYK color model

#6F8B41 color CMYK value is (20,0,53,45).

  • cyan value is 20.14%
  • magenta value is 0.00%
  • yellow value is 53.24%
  • key color value is 45.49%

CMYK: (20,0,53,45)
C20M0Y53K45 (20%, 0%, 53%, 45%)
(0.20 / 0.00 / 0.53 / 0.45)

CMYK percentages

%20.14
%0
%53.24
%45.49

Codes

Color #6F8B41 in popluar color models

6F 8B 41
RGB 111 139 65
HSL 83° 36.27% 40.00%
HSB/HSV 83° 53.24% 54.51%
CMYK 20.14% 0.00% 53.24%
45.49%

Color #6F8B41 in popluar number systems.

HEX 6F 8B 41
Decimal 111 139 65
Binary 1101111 10001011 1000001
Octal 157 213 101

Shades and tints

Shades of #6F8B41

#6F8B41
(111,139,65)
#657F3C
(101,127,60)
#5B7337
(91,115,55)
#516732
(81,103,50)
#475B2D
(71,91,45)
#3D4F28
(61,79,40)
#334323
(51,67,35)
#29371E
(41,55,30)
#1F2B19
(31,43,25)
#151F14
(21,31,20)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #6F8B41

#6F8B41
(111,139,65)
#7C9552
(124,149,82)
#899F63
(137,159,99)
#96A974
(150,169,116)
#A3B385
(163,179,133)
#B0BD96
(176,189,150)
#BDC7A7
(189,199,167)
#CAD1B8
(202,209,184)
#D7DBC9
(215,219,201)
#E4E5DA
(228,229,218)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8B41 color. Also use rgb(111,139,65) instead hex code.

Text Font Color

.myTextColor { color: #6F8B41; }

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

This text font color is #6F8B41.

Background Color

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

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

This div background color is #6F8B41.

Border color

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

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

This div border color is #6F8B41.

Opacity

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

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

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

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

This text has shadow with #6F8B41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8B41.

Preview

Color preview on black background

This text has color #6F8B41 on black background.


Color preview on white background

This text has color #6F8B41 on white background.


Black color preview on #6F8B41 background

This text has black color on #6F8B41 background.


White color preview on #6F8B41 background

This text has white color on #6F8B41 background.


Related colors

Complementary color

Complementary color for #hex is #9074BE.


I love getcolorcode.com

Triadic colors

1 #416F8B and #8B416F with #6F8B41 are triadic colors.

2 #418B6F and #8B6F41 with #6F8B41 are triadic colors.