COLOR #6F873E

HEX: #6F873E RGB: (111,135,62)

Color info

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

RGB color model

#6F873E color RGB value is (111,135,62).

RGB: (111,135,62) (44%, 53%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 62 of 255 = 24%

111
135
62

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 62 = 308 (100%)
R 111 of 308 ~ 36.04%
G 135 of 308 ~ 43.83%
B 62 of 308 ~ 20.13'%

%36.04
%43.83
%20.13

CMYK color model

#6F873E color CMYK value is (18,0,54,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 54.07%
  • key color value is 47.06%

CMYK: (18,0,54,47)
C18M0Y54K47 (18%, 0%, 54%, 47%)
(0.18 / 0.00 / 0.54 / 0.47)

CMYK percentages

%17.78
%0
%54.07
%47.06

Codes

Color #6F873E in popluar color models

6F 87 3E
RGB 111 135 62
HSL 80° 37.06% 38.63%
HSB/HSV 80° 54.07% 52.94%
CMYK 17.78% 0.00% 54.07%
47.06%

Color #6F873E in popluar number systems.

HEX 6F 87 3E
Decimal 111 135 62
Binary 1101111 10000111 111110
Octal 157 207 76

Shades and tints

Shades of #6F873E

#6F873E
(111,135,62)
#657B39
(101,123,57)
#5B6F34
(91,111,52)
#51632F
(81,99,47)
#47572A
(71,87,42)
#3D4B25
(61,75,37)
#333F20
(51,63,32)
#29331B
(41,51,27)
#1F2716
(31,39,22)
#151B11
(21,27,17)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F873E

#6F873E
(111,135,62)
#7C914F
(124,145,79)
#899B60
(137,155,96)
#96A571
(150,165,113)
#A3AF82
(163,175,130)
#B0B993
(176,185,147)
#BDC3A4
(189,195,164)
#CACDB5
(202,205,181)
#D7D7C6
(215,215,198)
#E4E1D7
(228,225,215)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F873E color. Also use rgb(111,135,62) instead hex code.

Text Font Color

.myTextColor { color: #6F873E; }

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

This text font color is #6F873E.

Background Color

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

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

This div background color is #6F873E.

Border color

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

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

This div border color is #6F873E.

Opacity

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

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

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

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

This text has shadow with #6F873E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F873E.

Preview

Color preview on black background

This text has color #6F873E on black background.


Color preview on white background

This text has color #6F873E on white background.


Black color preview on #6F873E background

This text has black color on #6F873E background.


White color preview on #6F873E background

This text has white color on #6F873E background.


Related colors

Complementary color

Complementary color for #hex is #9078C1.


I love getcolorcode.com

Triadic colors

1 #3E6F87 and #873E6F with #6F873E are triadic colors.

2 #3E876F and #876F3E with #6F873E are triadic colors.