COLOR #6F8935

HEX: #6F8935
RGB: (111,137,53)

Color info

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

RGB color model

#6F8935 color RGB value is (111,137,53).

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

RGB channels and saturation

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

111
137
53

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 53 = 301 (100%)
R 111 of 301 ~ 36.88%
G 137 of 301 ~ 45.51%
B 53 of 301 ~ 17.61%

%36.88
%45.51
%17.61

CMYK color model

#6F8935 color CMYK value is (19,0,61,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 61.31%
  • key color value is 46.27%
CMYK:
(19,0,61,46)
C19M0Y61K46 
(19%,0%,61%,46%)
(0.19/0.00/0.61/0.46)	

CMYK percentages

%18.98
%0
%61.31
%46.27

Codes

Color #6F8935 in popluar color models

6F8935
RGB11113753
HSL79°44.21%37.25%
HSB/HSV79°61.31%53.73%
CMYK18.98%0.00%61.31%
46.27%

Color #6F8935 in popluar number systems.

HEX6F8935
Decimal11113753
Binary110111110001001110101
Octal15721165

Shades and tints

Shades of #6F8935

#6F8935
(111,137,53)
#657D31
(101,125,49)
#5B712D
(91,113,45)
#516529
(81,101,41)
#475925
(71,89,37)
#3D4D21
(61,77,33)
#33411D
(51,65,29)
#293519
(41,53,25)
#1F2915
(31,41,21)
#151D11
(21,29,17)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #6F8935

#6F8935
(111,137,53)
#7C9347
(124,147,71)
#899D59
(137,157,89)
#96A76B
(150,167,107)
#A3B17D
(163,177,125)
#B0BB8F
(176,187,143)
#BDC5A1
(189,197,161)
#CACFB3
(202,207,179)
#D7D9C5
(215,217,197)
#E4E3D7
(228,227,215)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8935 color. Also use rgb(111,137,53) instead hex code.

Text Font Color

.myTextColor { color: #6F8935; }

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

This text font color is #6F8935.


Background Color

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

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

This div background color is #6F8935.


Border color

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

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

This div border color is #6F8935.


Opacity

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

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

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

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

This text has shadow with #6F8935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8935 on black background.


Color preview on white background

This text has color #6F8935 on white background.



Black color preview on #6F8935 background

This text has black color on #6F8935 background.


White color preview on #6F8935 background

This text has white color on #6F8935 background.