COLOR #668F5B

HEX: #668F5B
RGB: (102,143,91)

Color info

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

RGB color model

#668F5B color RGB value is (102,143,91).

  • red value is 102;
  • green value is 143;
  • blue value is 91.
RGB:
(102,143,91)
(40%,56%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 91 of 255 = 36%

102
143
91

R + G + B ~ 44%. #668F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 143 + 91 = 336 (100%)
R 102 of 336 ~ 30.36%
G 143 of 336 ~ 42.56%
B 91 of 336 ~ 27.08%

%30.36
%42.56
%27.08

CMYK color model

#668F5B color CMYK value is (29,0,36,44).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(29,0,36,44)
C29M0Y36K44 
(29%,0%,36%,44%)
(0.29/0.00/0.36/0.44)	

CMYK percentages

%28.67
%0
%36.36
%43.92

Codes

Color #668F5B in popluar color models

668F5B
RGB10214391
HSL107°22.22%45.88%
HSB/HSV107°36.36%56.08%
CMYK28.67%0.00%36.36%
43.92%

Color #668F5B in popluar number systems.

HEX668F5B
Decimal10214391
Binary1100110100011111011011
Octal146217133

Shades and tints

Shades of #668F5B

#668F5B
(102,143,91)
#5D8253
(93,130,83)
#54754B
(84,117,75)
#4B6843
(75,104,67)
#425B3B
(66,91,59)
#394E33
(57,78,51)
#30412B
(48,65,43)
#273423
(39,52,35)
#1E271B
(30,39,27)
#151A13
(21,26,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #668F5B

#668F5B
(102,143,91)
#739969
(115,153,105)
#80A377
(128,163,119)
#8DAD85
(141,173,133)
#9AB793
(154,183,147)
#A7C1A1
(167,193,161)
#B4CBAF
(180,203,175)
#C1D5BD
(193,213,189)
#CEDFCB
(206,223,203)
#DBE9D9
(219,233,217)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668F5B color. Also use rgb(102,143,91) instead hex code.

Text Font Color

.myTextColor { color: #668F5B; }

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

This text font color is #668F5B.


Background Color

.myBgColor { background-color: #668F5B; }

<div style="background-color:#668F5B">Inner text</div>

This div background color is #668F5B.


Border color

.myBorderColor { border: 1px solid #668F5B; }

<div style="border:3px solid #668F5B">Div</div>

This div border color is #668F5B.


Opacity

.myOpacity80 { color: #668F5B; opacity: 0.8; }

<p style="color:#668F5B;opacity:0.8;">80%</p>

Text with #668F5B 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 #668F5B;}

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

This text has shadow with #668F5B color.

.textShadow {text-shadow: 3px 3px 1px #668F5B, 3px 3px 1px red;}

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

This text has shadow with #668F5B primary color and red secondary color.


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

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

This text has shadow with #668F5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668F5B on black background.


Color preview on white background

This text has color #668F5B on white background.



Black color preview on #668F5B background

This text has black color on #668F5B background.


White color preview on #668F5B background

This text has white color on #668F5B background.