COLOR #6F8D6E

HEX: #6F8D6E RGB: (111,141,110)

Color info

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

RGB color model

#6F8D6E color RGB value is (111,141,110).

RGB: (111,141,110) (44%, 55%, 43%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 110 of 255 = 43%

111
141
110

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

Portions of RGB colors in percentages

R + G + B = 111 + 141 + 110 = 362 (100%)
R 111 of 362 ~ 30.66%
G 141 of 362 ~ 38.95%
B 110 of 362 ~ 30.39'%

%30.66
%38.95
%30.39

CMYK color model

#6F8D6E color CMYK value is (21,0,22,45).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 21.99%
  • key color value is 44.71%

CMYK: (21,0,22,45)
C21M0Y22K45 (21%, 0%, 22%, 45%)
(0.21 / 0.00 / 0.22 / 0.45)

CMYK percentages

%21.28
%0
%21.99
%44.71

Codes

Color #6F8D6E in popluar color models

6F 8D 6E
RGB 111 141 110
HSL 118° 12.35% 49.22%
HSB/HSV 118° 21.99% 55.29%
CMYK 21.28% 0.00% 21.99%
44.71%

Color #6F8D6E in popluar number systems.

HEX 6F 8D 6E
Decimal 111 141 110
Binary 1101111 10001101 1101110
Octal 157 215 156

Shades and tints

Shades of #6F8D6E

#6F8D6E
(111,141,110)
#658164
(101,129,100)
#5B755A
(91,117,90)
#516950
(81,105,80)
#475D46
(71,93,70)
#3D513C
(61,81,60)
#334532
(51,69,50)
#293928
(41,57,40)
#1F2D1E
(31,45,30)
#152114
(21,33,20)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #6F8D6E

#6F8D6E
(111,141,110)
#7C977B
(124,151,123)
#89A188
(137,161,136)
#96AB95
(150,171,149)
#A3B5A2
(163,181,162)
#B0BFAF
(176,191,175)
#BDC9BC
(189,201,188)
#CAD3C9
(202,211,201)
#D7DDD6
(215,221,214)
#E4E7E3
(228,231,227)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8D6E color. Also use rgb(111,141,110) instead hex code.

Text Font Color

.myTextColor { color: #6F8D6E; }

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

This text font color is #6F8D6E.

Background Color

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

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

This div background color is #6F8D6E.

Border color

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

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

This div border color is #6F8D6E.

Opacity

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

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

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

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

This text has shadow with #6F8D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8D6E.

Preview

Color preview on black background

This text has color #6F8D6E on black background.


Color preview on white background

This text has color #6F8D6E on white background.


Black color preview on #6F8D6E background

This text has black color on #6F8D6E background.


White color preview on #6F8D6E background

This text has white color on #6F8D6E background.


Related colors

Complementary color

Complementary color for #hex is #907291.


I love getcolorcode.com

Triadic colors

1 #6E6F8D and #8D6E6F with #6F8D6E are triadic colors.

2 #6E8D6F and #8D6F6E with #6F8D6E are triadic colors.