COLOR #6F9166

HEX: #6F9166
RGB: (111,145,102)

Color info

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

RGB color model

#6F9166 color RGB value is (111,145,102).

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

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 102 of 255 = 40%

111
145
102

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

Portions of RGB colors in percentages

R + G + B =
111 + 145 + 102 = 358 (100%)
R 111 of 358 ~ 31.01%
G 145 of 358 ~ 40.5%
B 102 of 358 ~ 28.49%

%31.01
%40.5
%28.49

CMYK color model

#6F9166 color CMYK value is (23,0,30,43).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 29.66%
  • key color value is 43.14%
CMYK:
(23,0,30,43)
C23M0Y30K43 
(23%,0%,30%,43%)
(0.23/0.00/0.30/0.43)	

CMYK percentages

%23.45
%0
%29.66
%43.14

Codes

Color #6F9166 in popluar color models

6F9166
RGB111145102
HSL107°17.41%48.43%
HSB/HSV107°29.66%56.86%
CMYK23.45%0.00%29.66%
43.14%

Color #6F9166 in popluar number systems.

HEX6F9166
Decimal111145102
Binary1101111100100011100110
Octal157221146

Shades and tints

Shades of #6F9166

#6F9166
(111,145,102)
#65845D
(101,132,93)
#5B7754
(91,119,84)
#516A4B
(81,106,75)
#475D42
(71,93,66)
#3D5039
(61,80,57)
#334330
(51,67,48)
#293627
(41,54,39)
#1F291E
(31,41,30)
#151C15
(21,28,21)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F9166

#6F9166
(111,145,102)
#7C9B73
(124,155,115)
#89A580
(137,165,128)
#96AF8D
(150,175,141)
#A3B99A
(163,185,154)
#B0C3A7
(176,195,167)
#BDCDB4
(189,205,180)
#CAD7C1
(202,215,193)
#D7E1CE
(215,225,206)
#E4EBDB
(228,235,219)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9166; }

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

This text font color is #6F9166.


Background Color

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

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

This div background color is #6F9166.


Border color

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

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

This div border color is #6F9166.


Opacity

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

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

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

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

This text has shadow with #6F9166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9166 on black background.


Color preview on white background

This text has color #6F9166 on white background.



Black color preview on #6F9166 background

This text has black color on #6F9166 background.


White color preview on #6F9166 background

This text has white color on #6F9166 background.