COLOR #6F997F

HEX: #6F997F
RGB: (111,153,127)

Color info

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

RGB color model

#6F997F color RGB value is (111,153,127).

  • red value is 111;
  • green value is 153;
  • blue value is 127.
RGB:
(111,153,127)
(44%,60%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 127 of 255 = 50%

111
153
127

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 127 = 391 (100%)
R 111 of 391 ~ 28.39%
G 153 of 391 ~ 39.13%
B 127 of 391 ~ 32.48%

%28.39
%39.13
%32.48

CMYK color model

#6F997F color CMYK value is (27,0,17,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%
CMYK:
(27,0,17,40)
C27M0Y17K40 
(27%,0%,17%,40%)
(0.27/0.00/0.17/0.40)	

CMYK percentages

%27.45
%0
%16.99
%40

Codes

Color #6F997F in popluar color models

6F997F
RGB111153127
HSL143°17.07%51.76%
HSB/HSV143°27.45%60.00%
CMYK27.45%0.00%16.99%
40.00%

Color #6F997F in popluar number systems.

HEX6F997F
Decimal111153127
Binary1101111100110011111111
Octal157231177

Shades and tints

Shades of #6F997F

#6F997F
(111,153,127)
#658C74
(101,140,116)
#5B7F69
(91,127,105)
#51725E
(81,114,94)
#476553
(71,101,83)
#3D5848
(61,88,72)
#334B3D
(51,75,61)
#293E32
(41,62,50)
#1F3127
(31,49,39)
#15241C
(21,36,28)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6F997F

#6F997F
(111,153,127)
#7CA28A
(124,162,138)
#89AB95
(137,171,149)
#96B4A0
(150,180,160)
#A3BDAB
(163,189,171)
#B0C6B6
(176,198,182)
#BDCFC1
(189,207,193)
#CAD8CC
(202,216,204)
#D7E1D7
(215,225,215)
#E4EAE2
(228,234,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F997F color. Also use rgb(111,153,127) instead hex code.

Text Font Color

.myTextColor { color: #6F997F; }

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

This text font color is #6F997F.


Background Color

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

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

This div background color is #6F997F.


Border color

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

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

This div border color is #6F997F.


Opacity

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

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

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

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

This text has shadow with #6F997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F997F on black background.


Color preview on white background

This text has color #6F997F on white background.



Black color preview on #6F997F background

This text has black color on #6F997F background.


White color preview on #6F997F background

This text has white color on #6F997F background.