COLOR #6F916E

HEX: #6F916E
RGB: (111,145,110)

Color info

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

RGB color model

#6F916E color RGB value is (111,145,110).

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

RGB channels and saturation

R 111 of 255 = 44%
G 145 of 255 = 57%
B 110 of 255 = 43%

111
145
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 145 + 110 = 366 (100%)
R 111 of 366 ~ 30.33%
G 145 of 366 ~ 39.62%
B 110 of 366 ~ 30.05%

%30.33
%39.62
%30.05

CMYK color model

#6F916E color CMYK value is (23,0,24,43).

  • cyan value is 23.45%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 43.14%
CMYK:
(23,0,24,43)
C23M0Y24K43 
(23%,0%,24%,43%)
(0.23/0.00/0.24/0.43)	

CMYK percentages

%23.45
%0
%24.14
%43.14

Codes

Color #6F916E in popluar color models

6F916E
RGB111145110
HSL118°13.73%50.00%
HSB/HSV118°24.14%56.86%
CMYK23.45%0.00%24.14%
43.14%

Color #6F916E in popluar number systems.

HEX6F916E
Decimal111145110
Binary1101111100100011101110
Octal157221156

Shades and tints

Shades of #6F916E

#6F916E
(111,145,110)
#658464
(101,132,100)
#5B775A
(91,119,90)
#516A50
(81,106,80)
#475D46
(71,93,70)
#3D503C
(61,80,60)
#334332
(51,67,50)
#293628
(41,54,40)
#1F291E
(31,41,30)
#151C14
(21,28,20)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #6F916E

#6F916E
(111,145,110)
#7C9B7B
(124,155,123)
#89A588
(137,165,136)
#96AF95
(150,175,149)
#A3B9A2
(163,185,162)
#B0C3AF
(176,195,175)
#BDCDBC
(189,205,188)
#CAD7C9
(202,215,201)
#D7E1D6
(215,225,214)
#E4EBE3
(228,235,227)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F916E; }

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

This text font color is #6F916E.


Background Color

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

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

This div background color is #6F916E.


Border color

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

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

This div border color is #6F916E.


Opacity

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

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

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

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

This text has shadow with #6F916E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F916E on black background.


Color preview on white background

This text has color #6F916E on white background.



Black color preview on #6F916E background

This text has black color on #6F916E background.


White color preview on #6F916E background

This text has white color on #6F916E background.