COLOR #6E916F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

110
145
111

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

Portions of RGB colors in percentages

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

%30.05
%39.62
%30.33

CMYK color model

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

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

CMYK percentages

%24.14
%0
%23.45
%43.14

Codes

Color #6E916F in popluar color models

6E916F
RGB110145111
HSL122°13.73%50.00%
HSB/HSV122°24.14%56.86%
CMYK24.14%0.00%23.45%
43.14%

Color #6E916F in popluar number systems.

HEX6E916F
Decimal110145111
Binary1101110100100011101111
Octal156221157

Shades and tints

Shades of #6E916F

#6E916F
(110,145,111)
#648465
(100,132,101)
#5A775B
(90,119,91)
#506A51
(80,106,81)
#465D47
(70,93,71)
#3C503D
(60,80,61)
#324333
(50,67,51)
#283629
(40,54,41)
#1E291F
(30,41,31)
#141C15
(20,28,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #6E916F

#6E916F
(110,145,111)
#7B9B7C
(123,155,124)
#88A589
(136,165,137)
#95AF96
(149,175,150)
#A2B9A3
(162,185,163)
#AFC3B0
(175,195,176)
#BCCDBD
(188,205,189)
#C9D7CA
(201,215,202)
#D6E1D7
(214,225,215)
#E3EBE4
(227,235,228)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E916F; }

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

This text font color is #6E916F.


Background Color

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

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

This div background color is #6E916F.


Border color

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

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

This div border color is #6E916F.


Opacity

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

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

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

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

This text has shadow with #6E916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E916F on black background.


Color preview on white background

This text has color #6E916F on white background.



Black color preview on #6E916F background

This text has black color on #6E916F background.


White color preview on #6E916F background

This text has white color on #6E916F background.