COLOR #6F9675

HEX: #6F9675
RGB: (111,150,117)

Color info

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

RGB color model

#6F9675 color RGB value is (111,150,117).

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

RGB channels and saturation

R 111 of 255 = 44%
G 150 of 255 = 59%
B 117 of 255 = 46%

111
150
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 150 + 117 = 378 (100%)
R 111 of 378 ~ 29.37%
G 150 of 378 ~ 39.68%
B 117 of 378 ~ 30.95%

%29.37
%39.68
%30.95

CMYK color model

#6F9675 color CMYK value is (26,0,22,41).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 41.18%
CMYK:
(26,0,22,41)
C26M0Y22K41 
(26%,0%,22%,41%)
(0.26/0.00/0.22/0.41)	

CMYK percentages

%26
%0
%22
%41.18

Codes

Color #6F9675 in popluar color models

6F9675
RGB111150117
HSL129°15.66%51.18%
HSB/HSV129°26.00%58.82%
CMYK26.00%0.00%22.00%
41.18%

Color #6F9675 in popluar number systems.

HEX6F9675
Decimal111150117
Binary1101111100101101110101
Octal157226165

Shades and tints

Shades of #6F9675

#6F9675
(111,150,117)
#65896B
(101,137,107)
#5B7C61
(91,124,97)
#516F57
(81,111,87)
#47624D
(71,98,77)
#3D5543
(61,85,67)
#334839
(51,72,57)
#293B2F
(41,59,47)
#1F2E25
(31,46,37)
#15211B
(21,33,27)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #6F9675

#6F9675
(111,150,117)
#7C9F81
(124,159,129)
#89A88D
(137,168,141)
#96B199
(150,177,153)
#A3BAA5
(163,186,165)
#B0C3B1
(176,195,177)
#BDCCBD
(189,204,189)
#CAD5C9
(202,213,201)
#D7DED5
(215,222,213)
#E4E7E1
(228,231,225)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9675; }

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

This text font color is #6F9675.


Background Color

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

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

This div background color is #6F9675.


Border color

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

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

This div border color is #6F9675.


Opacity

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

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

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

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

This text has shadow with #6F9675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9675 on black background.


Color preview on white background

This text has color #6F9675 on white background.



Black color preview on #6F9675 background

This text has black color on #6F9675 background.


White color preview on #6F9675 background

This text has white color on #6F9675 background.