COLOR #6F9067

HEX: #6F9067
RGB: (111,144,103)

Color info

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

RGB color model

#6F9067 color RGB value is (111,144,103).

  • red value is 111;
  • green value is 144;
  • blue value is 103.
RGB:
(111,144,103)
(44%,56%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 103 of 255 = 40%

111
144
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 144 + 103 = 358 (100%)
R 111 of 358 ~ 31.01%
G 144 of 358 ~ 40.22%
B 103 of 358 ~ 28.77%

%31.01
%40.22
%28.77

CMYK color model

#6F9067 color CMYK value is (23,0,28,44).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 28.47%
  • key color value is 43.53%
CMYK:
(23,0,28,44)
C23M0Y28K44 
(23%,0%,28%,44%)
(0.23/0.00/0.28/0.44)	

CMYK percentages

%22.92
%0
%28.47
%43.53

Codes

Color #6F9067 in popluar color models

6F9067
RGB111144103
HSL108°16.60%48.43%
HSB/HSV108°28.47%56.47%
CMYK22.92%0.00%28.47%
43.53%

Color #6F9067 in popluar number systems.

HEX6F9067
Decimal111144103
Binary1101111100100001100111
Octal157220147

Shades and tints

Shades of #6F9067

#6F9067
(111,144,103)
#65835E
(101,131,94)
#5B7655
(91,118,85)
#51694C
(81,105,76)
#475C43
(71,92,67)
#3D4F3A
(61,79,58)
#334231
(51,66,49)
#293528
(41,53,40)
#1F281F
(31,40,31)
#151B16
(21,27,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #6F9067

#6F9067
(111,144,103)
#7C9A74
(124,154,116)
#89A481
(137,164,129)
#96AE8E
(150,174,142)
#A3B89B
(163,184,155)
#B0C2A8
(176,194,168)
#BDCCB5
(189,204,181)
#CAD6C2
(202,214,194)
#D7E0CF
(215,224,207)
#E4EADC
(228,234,220)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9067 color. Also use rgb(111,144,103) instead hex code.

Text Font Color

.myTextColor { color: #6F9067; }

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

This text font color is #6F9067.


Background Color

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

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

This div background color is #6F9067.


Border color

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

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

This div border color is #6F9067.


Opacity

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

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

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

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

This text has shadow with #6F9067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9067 on black background.


Color preview on white background

This text has color #6F9067 on white background.



Black color preview on #6F9067 background

This text has black color on #6F9067 background.


White color preview on #6F9067 background

This text has white color on #6F9067 background.