COLOR #6F8975

HEX: #6F8975
RGB: (111,137,117)

Color info

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

RGB color model

#6F8975 color RGB value is (111,137,117).

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

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 117 of 255 = 46%

111
137
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 137 + 117 = 365 (100%)
R 111 of 365 ~ 30.41%
G 137 of 365 ~ 37.53%
B 117 of 365 ~ 32.05%

%30.41
%37.53
%32.05

CMYK color model

#6F8975 color CMYK value is (19,0,15,46).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(19,0,15,46)
C19M0Y15K46 
(19%,0%,15%,46%)
(0.19/0.00/0.15/0.46)	

CMYK percentages

%18.98
%0
%14.6
%46.27

Codes

Color #6F8975 in popluar color models

6F8975
RGB111137117
HSL134°10.48%48.63%
HSB/HSV134°18.98%53.73%
CMYK18.98%0.00%14.60%
46.27%

Color #6F8975 in popluar number systems.

HEX6F8975
Decimal111137117
Binary1101111100010011110101
Octal157211165

Shades and tints

Shades of #6F8975

#6F8975
(111,137,117)
#657D6B
(101,125,107)
#5B7161
(91,113,97)
#516557
(81,101,87)
#47594D
(71,89,77)
#3D4D43
(61,77,67)
#334139
(51,65,57)
#29352F
(41,53,47)
#1F2925
(31,41,37)
#151D1B
(21,29,27)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6F8975

#6F8975
(111,137,117)
#7C9381
(124,147,129)
#899D8D
(137,157,141)
#96A799
(150,167,153)
#A3B1A5
(163,177,165)
#B0BBB1
(176,187,177)
#BDC5BD
(189,197,189)
#CACFC9
(202,207,201)
#D7D9D5
(215,217,213)
#E4E3E1
(228,227,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8975; }

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

This text font color is #6F8975.


Background Color

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

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

This div background color is #6F8975.


Border color

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

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

This div border color is #6F8975.


Opacity

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

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

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

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

This text has shadow with #6F8975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8975 on black background.


Color preview on white background

This text has color #6F8975 on white background.



Black color preview on #6F8975 background

This text has black color on #6F8975 background.


White color preview on #6F8975 background

This text has white color on #6F8975 background.