COLOR #6F8736

HEX: #6F8736
RGB: (111,135,54)

Color info

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

RGB color model

#6F8736 color RGB value is (111,135,54).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 54 of 255 = 21%

111
135
54

R + G + B ~ 39%. #6F8736 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 54 = 300 (100%)
R 111 of 300 ~ 37%
G 135 of 300 ~ 45%
B 54 of 300 ~ 18%

%37
%45
%18

CMYK color model

#6F8736 color CMYK value is (18,0,60,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 47.06%
CMYK:
(18,0,60,47)
C18M0Y60K47 
(18%,0%,60%,47%)
(0.18/0.00/0.60/0.47)	

CMYK percentages

%17.78
%0
%60
%47.06

Codes

Color #6F8736 in popluar color models

6F8736
RGB11113554
HSL78°42.86%37.06%
HSB/HSV78°60.00%52.94%
CMYK17.78%0.00%60.00%
47.06%

Color #6F8736 in popluar number systems.

HEX6F8736
Decimal11113554
Binary110111110000111110110
Octal15720766

Shades and tints

Shades of #6F8736

#6F8736
(111,135,54)
#657B32
(101,123,50)
#5B6F2E
(91,111,46)
#51632A
(81,99,42)
#475726
(71,87,38)
#3D4B22
(61,75,34)
#333F1E
(51,63,30)
#29331A
(41,51,26)
#1F2716
(31,39,22)
#151B12
(21,27,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F8736

#6F8736
(111,135,54)
#7C9148
(124,145,72)
#899B5A
(137,155,90)
#96A56C
(150,165,108)
#A3AF7E
(163,175,126)
#B0B990
(176,185,144)
#BDC3A2
(189,195,162)
#CACDB4
(202,205,180)
#D7D7C6
(215,215,198)
#E4E1D8
(228,225,216)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8736; }

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

This text font color is #6F8736.


Background Color

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

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

This div background color is #6F8736.


Border color

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

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

This div border color is #6F8736.


Opacity

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

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

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

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

This text has shadow with #6F8736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8736 on black background.


Color preview on white background

This text has color #6F8736 on white background.



Black color preview on #6F8736 background

This text has black color on #6F8736 background.


White color preview on #6F8736 background

This text has white color on #6F8736 background.