COLOR #6F8752

HEX: #6F8752
RGB: (111,135,82)

Color info

#6F8752 contains red, green and blue colors in about the same proportion. Web safe color of #6F8752 is #669966 (or #696).

RGB color model

#6F8752 color RGB value is (111,135,82).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 82 of 255 = 32%

111
135
82

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 82 = 328 (100%)
R 111 of 328 ~ 33.84%
G 135 of 328 ~ 41.16%
B 82 of 328 ~ 25%

%33.84
%41.16
%25

CMYK color model

#6F8752 color CMYK value is (18,0,39,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 47.06%
CMYK:
(18,0,39,47)
C18M0Y39K47 
(18%,0%,39%,47%)
(0.18/0.00/0.39/0.47)	

CMYK percentages

%17.78
%0
%39.26
%47.06

Codes

Color #6F8752 in popluar color models

6F8752
RGB11113582
HSL87°24.42%42.55%
HSB/HSV87°39.26%52.94%
CMYK17.78%0.00%39.26%
47.06%

Color #6F8752 in popluar number systems.

HEX6F8752
Decimal11113582
Binary1101111100001111010010
Octal157207122

Shades and tints

Shades of #6F8752

#6F8752
(111,135,82)
#657B4B
(101,123,75)
#5B6F44
(91,111,68)
#51633D
(81,99,61)
#475736
(71,87,54)
#3D4B2F
(61,75,47)
#333F28
(51,63,40)
#293321
(41,51,33)
#1F271A
(31,39,26)
#151B13
(21,27,19)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F8752

#6F8752
(111,135,82)
#7C9161
(124,145,97)
#899B70
(137,155,112)
#96A57F
(150,165,127)
#A3AF8E
(163,175,142)
#B0B99D
(176,185,157)
#BDC3AC
(189,195,172)
#CACDBB
(202,205,187)
#D7D7CA
(215,215,202)
#E4E1D9
(228,225,217)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8752; }

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

This text font color is #6F8752.


Background Color

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

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

This div background color is #6F8752.


Border color

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

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

This div border color is #6F8752.


Opacity

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

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

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

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

This text has shadow with #6F8752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8752 on black background.


Color preview on white background

This text has color #6F8752 on white background.



Black color preview on #6F8752 background

This text has black color on #6F8752 background.


White color preview on #6F8752 background

This text has white color on #6F8752 background.