COLOR #6F873A

HEX: #6F873A RGB: (111,135,58)

Color info

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

RGB color model

#6F873A color RGB value is (111,135,58).

RGB: (111,135,58) (44%, 53%, 23%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 58 of 255 = 23%

111
135
58

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

Portions of RGB colors in percentages

R + G + B = 111 + 135 + 58 = 304 (100%)
R 111 of 304 ~ 36.51%
G 135 of 304 ~ 44.41%
B 58 of 304 ~ 19.08'%

%36.51
%44.41
%19.08

CMYK color model

#6F873A color CMYK value is (18,0,57,47).

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

CMYK: (18,0,57,47)
C18M0Y57K47 (18%, 0%, 57%, 47%)
(0.18 / 0.00 / 0.57 / 0.47)

CMYK percentages

%17.78
%0
%57.04
%47.06

Codes

Color #6F873A in popluar color models

6F 87 3A
RGB 111 135 58
HSL 79° 39.90% 37.84%
HSB/HSV 79° 57.04% 52.94%
CMYK 17.78% 0.00% 57.04%
47.06%

Color #6F873A in popluar number systems.

HEX 6F 87 3A
Decimal 111 135 58
Binary 1101111 10000111 111010
Octal 157 207 72

Shades and tints

Shades of #6F873A

#6F873A
(111,135,58)
#657B35
(101,123,53)
#5B6F30
(91,111,48)
#51632B
(81,99,43)
#475726
(71,87,38)
#3D4B21
(61,75,33)
#333F1C
(51,63,28)
#293317
(41,51,23)
#1F2712
(31,39,18)
#151B0D
(21,27,13)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #6F873A

#6F873A
(111,135,58)
#7C914B
(124,145,75)
#899B5C
(137,155,92)
#96A56D
(150,165,109)
#A3AF7E
(163,175,126)
#B0B98F
(176,185,143)
#BDC3A0
(189,195,160)
#CACDB1
(202,205,177)
#D7D7C2
(215,215,194)
#E4E1D3
(228,225,211)
#F1EBE4
(241,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F873A; }

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

This text font color is #6F873A.

Background Color

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

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

This div background color is #6F873A.

Border color

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

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

This div border color is #6F873A.

Opacity

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

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

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

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

This text has shadow with #6F873A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F873A.

Preview

Color preview on black background

This text has color #6F873A on black background.


Color preview on white background

This text has color #6F873A on white background.


Black color preview on #6F873A background

This text has black color on #6F873A background.


White color preview on #6F873A background

This text has white color on #6F873A background.


Related colors

Complementary color

Complementary color for #hex is #9078C5.


I love getcolorcode.com

Triadic colors

1 #3A6F87 and #873A6F with #6F873A are triadic colors.

2 #3A876F and #876F3A with #6F873A are triadic colors.