COLOR #6F9375

HEX: #6F9375
RGB: (111,147,117)

Color info

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

RGB color model

#6F9375 color RGB value is (111,147,117).

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

RGB channels and saturation

R 111 of 255 = 44%
G 147 of 255 = 58%
B 117 of 255 = 46%

111
147
117

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

Portions of RGB colors in percentages

R + G + B =
111 + 147 + 117 = 375 (100%)
R 111 of 375 ~ 29.6%
G 147 of 375 ~ 39.2%
B 117 of 375 ~ 31.2%

%29.6
%39.2
%31.2

CMYK color model

#6F9375 color CMYK value is (24,0,20,42).

  • cyan value is 24.49%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(24,0,20,42)
C24M0Y20K42 
(24%,0%,20%,42%)
(0.24/0.00/0.20/0.42)	

CMYK percentages

%24.49
%0
%20.41
%42.35

Codes

Color #6F9375 in popluar color models

6F9375
RGB111147117
HSL130°14.29%50.59%
HSB/HSV130°24.49%57.65%
CMYK24.49%0.00%20.41%
42.35%

Color #6F9375 in popluar number systems.

HEX6F9375
Decimal111147117
Binary1101111100100111110101
Octal157223165

Shades and tints

Shades of #6F9375

#6F9375
(111,147,117)
#65866B
(101,134,107)
#5B7961
(91,121,97)
#516C57
(81,108,87)
#475F4D
(71,95,77)
#3D5243
(61,82,67)
#334539
(51,69,57)
#29382F
(41,56,47)
#1F2B25
(31,43,37)
#151E1B
(21,30,27)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6F9375

#6F9375
(111,147,117)
#7C9C81
(124,156,129)
#89A58D
(137,165,141)
#96AE99
(150,174,153)
#A3B7A5
(163,183,165)
#B0C0B1
(176,192,177)
#BDC9BD
(189,201,189)
#CAD2C9
(202,210,201)
#D7DBD5
(215,219,213)
#E4E4E1
(228,228,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9375; }

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

This text font color is #6F9375.


Background Color

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

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

This div background color is #6F9375.


Border color

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

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

This div border color is #6F9375.


Opacity

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

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

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

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

This text has shadow with #6F9375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9375 on black background.


Color preview on white background

This text has color #6F9375 on white background.



Black color preview on #6F9375 background

This text has black color on #6F9375 background.


White color preview on #6F9375 background

This text has white color on #6F9375 background.