COLOR #6F8642

HEX: #6F8642 RGB: (111,134,66)

Color info

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

RGB color model

#6F8642 color RGB value is (111,134,66).

RGB: (111,134,66) (44%, 53%, 26%)

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 66 of 255 = 26%

111
134
66

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

Portions of RGB colors in percentages

R + G + B = 111 + 134 + 66 = 311 (100%)
R 111 of 311 ~ 35.69%
G 134 of 311 ~ 43.09%
B 66 of 311 ~ 21.22'%

%35.69
%43.09
%21.22

CMYK color model

#6F8642 color CMYK value is (17,0,51,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 50.75%
  • key color value is 47.45%
CMYK: (17,0,51,47) C17M0Y51K47 (17%,0%,51%,47%) (0.17/0.00/0.51/0.47) 

CMYK percentages

%17.16
%0
%50.75
%47.45

Codes

Color #6F8642 in popluar color models

6F 86 42
RGB 111 134 66
HSL 80° 34.00% 39.22%
HSB/HSV 80° 50.75% 52.55%
CMYK 17.16% 0.00% 50.75%
47.45%

Color #6F8642 in popluar number systems.

HEX 6F 86 42
Decimal 111 134 66
Binary 1101111 10000110 1000010
Octal 157 206 102

Shades and tints

Shades of #6F8642

#6F8642
(111,134,66)
#657A3C
(101,122,60)
#5B6E36
(91,110,54)
#516230
(81,98,48)
#47562A
(71,86,42)
#3D4A24
(61,74,36)
#333E1E
(51,62,30)
#293218
(41,50,24)
#1F2612
(31,38,18)
#151A0C
(21,26,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #6F8642

#6F8642
(111,134,66)
#7C9153
(124,145,83)
#899C64
(137,156,100)
#96A775
(150,167,117)
#A3B286
(163,178,134)
#B0BD97
(176,189,151)
#BDC8A8
(189,200,168)
#CAD3B9
(202,211,185)
#D7DECA
(215,222,202)
#E4E9DB
(228,233,219)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8642 color. Also use rgb(111,134,66) instead hex code.

Text Font Color

.myTextColor { color: #6F8642; }

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

This text font color is #6F8642.

Background Color

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

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

This div background color is #6F8642.

Border color

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

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

This div border color is #6F8642.

Opacity

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

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

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

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

This text has shadow with #6F8642 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8642.

Preview

Color preview on black background

This text has color #6F8642 on black background.


Color preview on white background

This text has color #6F8642 on white background.


Black color preview on #6F8642 background

This text has black color on #6F8642 background.


White color preview on #6F8642 background

This text has white color on #6F8642 background.


Related colors

Complementary color

Complementary color for #hex is #9079BD.


I love getcolorcode.com

Triadic colors

1 #426F86 and #86426F with #6F8642 are triadic colors.

2 #42866F and #866F42 with #6F8642 are triadic colors.