COLOR #6F915E

HEX: #6F915E
RGB: (111,145,94)

Color info

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

RGB color model

#6F915E color RGB value is (111,145,94).

  • red value is 111;
  • green value is 145;
  • blue value is 94.
RGB:
(111,145,94)
(44%,57%,37%)

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 94 of 255 = 37%

111
145
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 145 + 94 = 350 (100%)
R 111 of 350 ~ 31.71%
G 145 of 350 ~ 41.43%
B 94 of 350 ~ 26.86%

%31.71
%41.43
%26.86

CMYK color model

#6F915E color CMYK value is (23,0,35,43).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 35.17%
  • key color value is 43.14%
CMYK:
(23,0,35,43)
C23M0Y35K43 
(23%,0%,35%,43%)
(0.23/0.00/0.35/0.43)	

CMYK percentages

%23.45
%0
%35.17
%43.14

Codes

Color #6F915E in popluar color models

6F915E
RGB11114594
HSL100°21.34%46.86%
HSB/HSV100°35.17%56.86%
CMYK23.45%0.00%35.17%
43.14%

Color #6F915E in popluar number systems.

HEX6F915E
Decimal11114594
Binary1101111100100011011110
Octal157221136

Shades and tints

Shades of #6F915E

#6F915E
(111,145,94)
#658456
(101,132,86)
#5B774E
(91,119,78)
#516A46
(81,106,70)
#475D3E
(71,93,62)
#3D5036
(61,80,54)
#33432E
(51,67,46)
#293626
(41,54,38)
#1F291E
(31,41,30)
#151C16
(21,28,22)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F915E

#6F915E
(111,145,94)
#7C9B6C
(124,155,108)
#89A57A
(137,165,122)
#96AF88
(150,175,136)
#A3B996
(163,185,150)
#B0C3A4
(176,195,164)
#BDCDB2
(189,205,178)
#CAD7C0
(202,215,192)
#D7E1CE
(215,225,206)
#E4EBDC
(228,235,220)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F915E color. Also use rgb(111,145,94) instead hex code.

Text Font Color

.myTextColor { color: #6F915E; }

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

This text font color is #6F915E.


Background Color

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

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

This div background color is #6F915E.


Border color

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

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

This div border color is #6F915E.


Opacity

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

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

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

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

This text has shadow with #6F915E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F915E on black background.


Color preview on white background

This text has color #6F915E on white background.



Black color preview on #6F915E background

This text has black color on #6F915E background.


White color preview on #6F915E background

This text has white color on #6F915E background.