COLOR #6F8766

HEX: #6F8766
RGB: (111,135,102)

Color info

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

RGB color model

#6F8766 color RGB value is (111,135,102).

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

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 102 of 255 = 40%

111
135
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 102 = 348 (100%)
R 111 of 348 ~ 31.9%
G 135 of 348 ~ 38.79%
B 102 of 348 ~ 29.31%

%31.9
%38.79
%29.31

CMYK color model

#6F8766 color CMYK value is (18,0,24,47).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(18,0,24,47)
C18M0Y24K47 
(18%,0%,24%,47%)
(0.18/0.00/0.24/0.47)	

CMYK percentages

%17.78
%0
%24.44
%47.06

Codes

Color #6F8766 in popluar color models

6F8766
RGB111135102
HSL104°13.92%46.47%
HSB/HSV104°24.44%52.94%
CMYK17.78%0.00%24.44%
47.06%

Color #6F8766 in popluar number systems.

HEX6F8766
Decimal111135102
Binary1101111100001111100110
Octal157207146

Shades and tints

Shades of #6F8766

#6F8766
(111,135,102)
#657B5D
(101,123,93)
#5B6F54
(91,111,84)
#51634B
(81,99,75)
#475742
(71,87,66)
#3D4B39
(61,75,57)
#333F30
(51,63,48)
#293327
(41,51,39)
#1F271E
(31,39,30)
#151B15
(21,27,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F8766

#6F8766
(111,135,102)
#7C9173
(124,145,115)
#899B80
(137,155,128)
#96A58D
(150,165,141)
#A3AF9A
(163,175,154)
#B0B9A7
(176,185,167)
#BDC3B4
(189,195,180)
#CACDC1
(202,205,193)
#D7D7CE
(215,215,206)
#E4E1DB
(228,225,219)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8766; }

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

This text font color is #6F8766.


Background Color

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

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

This div background color is #6F8766.


Border color

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

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

This div border color is #6F8766.


Opacity

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

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

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

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

This text has shadow with #6F8766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8766 on black background.


Color preview on white background

This text has color #6F8766 on white background.



Black color preview on #6F8766 background

This text has black color on #6F8766 background.


White color preview on #6F8766 background

This text has white color on #6F8766 background.