COLOR #668C45

HEX: #668C45 RGB: (102,140,69)

Color info

#668C45 contains mainly red and green colors. Web safe color of #668C45 is #669933 (or #693).

RGB color model

#668C45 color RGB value is (102,140,69).

RGB: (102,140,69) (40%, 55%, 27%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 69 of 255 = 27%

102
140
69

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

Portions of RGB colors in percentages

R + G + B = 102 + 140 + 69 = 311 (100%)
R 102 of 311 ~ 32.8%
G 140 of 311 ~ 45.02%
B 69 of 311 ~ 22.19'%

%32.8
%45.02
%22.19

CMYK color model

#668C45 color CMYK value is (27,0,51,45).

  • cyan value is 27.14%
  • magenta value is 0.00%
  • yellow value is 50.71%
  • key color value is 45.10%

CMYK: (27,0,51,45)
C27M0Y51K45 (27%, 0%, 51%, 45%)
(0.27 / 0.00 / 0.51 / 0.45)

CMYK percentages

%27.14
%0
%50.71
%45.1

Codes

Color #668C45 in popluar color models

66 8C 45
RGB 102 140 69
HSL 92° 33.97% 40.98%
HSB/HSV 92° 50.71% 54.90%
CMYK 27.14% 0.00% 50.71%
45.10%

Color #668C45 in popluar number systems.

HEX 66 8C 45
Decimal 102 140 69
Binary 1100110 10001100 1000101
Octal 146 214 105

Shades and tints

Shades of #668C45

#668C45
(102,140,69)
#5D803F
(93,128,63)
#547439
(84,116,57)
#4B6833
(75,104,51)
#425C2D
(66,92,45)
#395027
(57,80,39)
#304421
(48,68,33)
#27381B
(39,56,27)
#1E2C15
(30,44,21)
#15200F
(21,32,15)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #668C45

#668C45
(102,140,69)
#739655
(115,150,85)
#80A065
(128,160,101)
#8DAA75
(141,170,117)
#9AB485
(154,180,133)
#A7BE95
(167,190,149)
#B4C8A5
(180,200,165)
#C1D2B5
(193,210,181)
#CEDCC5
(206,220,197)
#DBE6D5
(219,230,213)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668C45 color. Also use rgb(102,140,69) instead hex code.

Text Font Color

.myTextColor { color: #668C45; }

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

This text font color is #668C45.

Background Color

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

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

This div background color is #668C45.

Border color

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

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

This div border color is #668C45.

Opacity

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

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

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

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

This text has shadow with #668C45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668C45.

Preview

Color preview on black background

This text has color #668C45 on black background.


Color preview on white background

This text has color #668C45 on white background.


Black color preview on #668C45 background

This text has black color on #668C45 background.


White color preview on #668C45 background

This text has white color on #668C45 background.


Related colors

Complementary color

Complementary color for #hex is #9973BA.


I love getcolorcode.com

Triadic colors

1 #45668C and #8C4566 with #668C45 are triadic colors.

2 #458C66 and #8C6645 with #668C45 are triadic colors.