COLOR #6F873F

HEX: #6F873F
RGB: (111,135,63)

Color info

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

RGB color model

#6F873F color RGB value is (111,135,63).

  • red value is 111;
  • green value is 135;
  • blue value is 63.
RGB:
(111,135,63)
(44%,53%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 63 of 255 = 25%

111
135
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 63 = 309 (100%)
R 111 of 309 ~ 35.92%
G 135 of 309 ~ 43.69%
B 63 of 309 ~ 20.39%

%35.92
%43.69
%20.39

CMYK color model

#6F873F color CMYK value is (18,0,53,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 47.06%
CMYK:
(18,0,53,47)
C18M0Y53K47 
(18%,0%,53%,47%)
(0.18/0.00/0.53/0.47)	

CMYK percentages

%17.78
%0
%53.33
%47.06

Codes

Color #6F873F in popluar color models

6F873F
RGB11113563
HSL80°36.36%38.82%
HSB/HSV80°53.33%52.94%
CMYK17.78%0.00%53.33%
47.06%

Color #6F873F in popluar number systems.

HEX6F873F
Decimal11113563
Binary110111110000111111111
Octal15720777

Shades and tints

Shades of #6F873F

#6F873F
(111,135,63)
#657B3A
(101,123,58)
#5B6F35
(91,111,53)
#516330
(81,99,48)
#47572B
(71,87,43)
#3D4B26
(61,75,38)
#333F21
(51,63,33)
#29331C
(41,51,28)
#1F2717
(31,39,23)
#151B12
(21,27,18)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #6F873F

#6F873F
(111,135,63)
#7C9150
(124,145,80)
#899B61
(137,155,97)
#96A572
(150,165,114)
#A3AF83
(163,175,131)
#B0B994
(176,185,148)
#BDC3A5
(189,195,165)
#CACDB6
(202,205,182)
#D7D7C7
(215,215,199)
#E4E1D8
(228,225,216)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F873F; }

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

This text font color is #6F873F.


Background Color

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

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

This div background color is #6F873F.


Border color

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

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

This div border color is #6F873F.


Opacity

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

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

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

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

This text has shadow with #6F873F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F873F on black background.


Color preview on white background

This text has color #6F873F on white background.



Black color preview on #6F873F background

This text has black color on #6F873F background.


White color preview on #6F873F background

This text has white color on #6F873F background.