COLOR #6F997A

HEX: #6F997A RGB: (111,153,122)

Color info

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

RGB color model

#6F997A color RGB value is (111,153,122).

RGB: (111,153,122) (44%, 60%, 48%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 122 of 255 = 48%

111
153
122

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

Portions of RGB colors in percentages

R + G + B = 111 + 153 + 122 = 386 (100%)
R 111 of 386 ~ 28.76%
G 153 of 386 ~ 39.64%
B 122 of 386 ~ 31.61'%

%28.76
%39.64
%31.61

CMYK color model

#6F997A color CMYK value is (27,0,20,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK: (27,0,20,40) C27M0Y20K40 (27%,0%,20%,40%) (0.27/0.00/0.20/0.40) 

CMYK percentages

%27.45
%0
%20.26
%40

Codes

Color #6F997A in popluar color models

6F 99 7A
RGB 111 153 122
HSL 136° 17.07% 51.76%
HSB/HSV 136° 27.45% 60.00%
CMYK 27.45% 0.00% 20.26%
40.00%

Color #6F997A in popluar number systems.

HEX 6F 99 7A
Decimal 111 153 122
Binary 1101111 10011001 1111010
Octal 157 231 172

Shades and tints

Shades of #6F997A

#6F997A
(111,153,122)
#658C6F
(101,140,111)
#5B7F64
(91,127,100)
#517259
(81,114,89)
#47654E
(71,101,78)
#3D5843
(61,88,67)
#334B38
(51,75,56)
#293E2D
(41,62,45)
#1F3122
(31,49,34)
#152417
(21,36,23)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #6F997A

#6F997A
(111,153,122)
#7CA286
(124,162,134)
#89AB92
(137,171,146)
#96B49E
(150,180,158)
#A3BDAA
(163,189,170)
#B0C6B6
(176,198,182)
#BDCFC2
(189,207,194)
#CAD8CE
(202,216,206)
#D7E1DA
(215,225,218)
#E4EAE6
(228,234,230)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F997A; }

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

This text font color is #6F997A.

Background Color

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

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

This div background color is #6F997A.

Border color

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

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

This div border color is #6F997A.

Opacity

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

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

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

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

This text has shadow with #6F997A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F997A.

Preview

Color preview on black background

This text has color #6F997A on black background.


Color preview on white background

This text has color #6F997A on white background.


Black color preview on #6F997A background

This text has black color on #6F997A background.


White color preview on #6F997A background

This text has white color on #6F997A background.


Related colors

Complementary color

Complementary color for #hex is #906685.


I love getcolorcode.com

Triadic colors

1 #7A6F99 and #997A6F with #6F997A are triadic colors.

2 #7A996F and #996F7A with #6F997A are triadic colors.