COLOR #6F842E

HEX: #6F842E RGB: (111,132,46)

Color info

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

RGB color model

#6F842E color RGB value is (111,132,46).

RGB: (111,132,46) (44%, 52%, 18%)

RGB channels and saturation

R 111 of 255 = 44%
G 132 of 255 = 52%
B 46 of 255 = 18%

111
132
46

R + G + B ~ 38%. #6F842E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 132 + 46 = 289 (100%)
R 111 of 289 ~ 38.41%
G 132 of 289 ~ 45.67%
B 46 of 289 ~ 15.92'%

%38.41
%45.67
%15.92

CMYK color model

#6F842E color CMYK value is (16,0,65,48).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 65.15%
  • key color value is 48.24%

CMYK: (16,0,65,48)
C16M0Y65K48 (16%, 0%, 65%, 48%)
(0.16 / 0.00 / 0.65 / 0.48)

CMYK percentages

%15.91
%0
%65.15
%48.24

Codes

Color #6F842E in popluar color models

6F 84 2E
RGB 111 132 46
HSL 75° 48.31% 34.90%
HSB/HSV 75° 65.15% 51.76%
CMYK 15.91% 0.00% 65.15%
48.24%

Color #6F842E in popluar number systems.

HEX 6F 84 2E
Decimal 111 132 46
Binary 1101111 10000100 101110
Octal 157 204 56

Shades and tints

Shades of #6F842E

#6F842E
(111,132,46)
#65782A
(101,120,42)
#5B6C26
(91,108,38)
#516022
(81,96,34)
#47541E
(71,84,30)
#3D481A
(61,72,26)
#333C16
(51,60,22)
#293012
(41,48,18)
#1F240E
(31,36,14)
#15180A
(21,24,10)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #6F842E

#6F842E
(111,132,46)
#7C8F41
(124,143,65)
#899A54
(137,154,84)
#96A567
(150,165,103)
#A3B07A
(163,176,122)
#B0BB8D
(176,187,141)
#BDC6A0
(189,198,160)
#CAD1B3
(202,209,179)
#D7DCC6
(215,220,198)
#E4E7D9
(228,231,217)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F842E color. Also use rgb(111,132,46) instead hex code.

Text Font Color

.myTextColor { color: #6F842E; }

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

This text font color is #6F842E.

Background Color

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

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

This div background color is #6F842E.

Border color

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

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

This div border color is #6F842E.

Opacity

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

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

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

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

This text has shadow with #6F842E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F842E.

Preview

Color preview on black background

This text has color #6F842E on black background.


Color preview on white background

This text has color #6F842E on white background.


Black color preview on #6F842E background

This text has black color on #6F842E background.


White color preview on #6F842E background

This text has white color on #6F842E background.


Related colors

Complementary color

Complementary color for #hex is #907BD1.


I love getcolorcode.com

Triadic colors

1 #2E6F84 and #842E6F with #6F842E are triadic colors.

2 #2E846F and #846F2E with #6F842E are triadic colors.