COLOR #6F8965

HEX: #6F8965
RGB: (111,137,101)

Color info

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

RGB color model

#6F8965 color RGB value is (111,137,101).

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

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 101 of 255 = 40%

111
137
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 101 = 349 (100%)
R 111 of 349 ~ 31.81%
G 137 of 349 ~ 39.26%
B 101 of 349 ~ 28.94%

%31.81
%39.26
%28.94

CMYK color model

#6F8965 color CMYK value is (19,0,26,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 26.28%
  • key color value is 46.27%
CMYK:
(19,0,26,46)
C19M0Y26K46 
(19%,0%,26%,46%)
(0.19/0.00/0.26/0.46)	

CMYK percentages

%18.98
%0
%26.28
%46.27

Codes

Color #6F8965 in popluar color models

6F8965
RGB111137101
HSL103°15.13%46.67%
HSB/HSV103°26.28%53.73%
CMYK18.98%0.00%26.28%
46.27%

Color #6F8965 in popluar number systems.

HEX6F8965
Decimal111137101
Binary1101111100010011100101
Octal157211145

Shades and tints

Shades of #6F8965

#6F8965
(111,137,101)
#657D5C
(101,125,92)
#5B7153
(91,113,83)
#51654A
(81,101,74)
#475941
(71,89,65)
#3D4D38
(61,77,56)
#33412F
(51,65,47)
#293526
(41,53,38)
#1F291D
(31,41,29)
#151D14
(21,29,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6F8965

#6F8965
(111,137,101)
#7C9373
(124,147,115)
#899D81
(137,157,129)
#96A78F
(150,167,143)
#A3B19D
(163,177,157)
#B0BBAB
(176,187,171)
#BDC5B9
(189,197,185)
#CACFC7
(202,207,199)
#D7D9D5
(215,217,213)
#E4E3E3
(228,227,227)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8965; }

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

This text font color is #6F8965.


Background Color

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

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

This div background color is #6F8965.


Border color

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

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

This div border color is #6F8965.


Opacity

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

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

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

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

This text has shadow with #6F8965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8965 on black background.


Color preview on white background

This text has color #6F8965 on white background.



Black color preview on #6F8965 background

This text has black color on #6F8965 background.


White color preview on #6F8965 background

This text has white color on #6F8965 background.