COLOR #6F9968

HEX: #6F9968 RGB: (111,153,104)

Color info

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

RGB color model

#6F9968 color RGB value is (111,153,104).

RGB: (111,153,104) (44%, 60%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 153 of 255 = 60%
B 104 of 255 = 41%

111
153
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 153 + 104 = 368 (100%)
R 111 of 368 ~ 30.16%
G 153 of 368 ~ 41.58%
B 104 of 368 ~ 28.26'%

%30.16
%41.58
%28.26

CMYK color model

#6F9968 color CMYK value is (27,0,32,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%

CMYK: (27,0,32,40)
C27M0Y32K40 (27%, 0%, 32%, 40%)
(0.27 / 0.00 / 0.32 / 0.40)

CMYK percentages

%27.45
%0
%32.03
%40

Codes

Color #6F9968 in popluar color models

6F 99 68
RGB 111 153 104
HSL 111° 19.37% 50.39%
HSB/HSV 111° 32.03% 60.00%
CMYK 27.45% 0.00% 32.03%
40.00%

Color #6F9968 in popluar number systems.

HEX 6F 99 68
Decimal 111 153 104
Binary 1101111 10011001 1101000
Octal 157 231 150

Shades and tints

Shades of #6F9968

#6F9968
(111,153,104)
#658C5F
(101,140,95)
#5B7F56
(91,127,86)
#51724D
(81,114,77)
#476544
(71,101,68)
#3D583B
(61,88,59)
#334B32
(51,75,50)
#293E29
(41,62,41)
#1F3120
(31,49,32)
#152417
(21,36,23)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #6F9968

#6F9968
(111,153,104)
#7CA275
(124,162,117)
#89AB82
(137,171,130)
#96B48F
(150,180,143)
#A3BD9C
(163,189,156)
#B0C6A9
(176,198,169)
#BDCFB6
(189,207,182)
#CAD8C3
(202,216,195)
#D7E1D0
(215,225,208)
#E4EADD
(228,234,221)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9968; }

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

This text font color is #6F9968.

Background Color

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

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

This div background color is #6F9968.

Border color

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

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

This div border color is #6F9968.

Opacity

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

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

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

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

This text has shadow with #6F9968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9968.

Preview

Color preview on black background

This text has color #6F9968 on black background.


Color preview on white background

This text has color #6F9968 on white background.


Black color preview on #6F9968 background

This text has black color on #6F9968 background.


White color preview on #6F9968 background

This text has white color on #6F9968 background.


Related colors

Complementary color

Complementary color for #hex is #906697.


I love getcolorcode.com

Triadic colors

1 #686F99 and #99686F with #6F9968 are triadic colors.

2 #68996F and #996F68 with #6F9968 are triadic colors.