COLOR #668F4B

HEX: #668F4B RGB: (102,143,75)

Color info

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

RGB color model

#668F4B color RGB value is (102,143,75).

RGB: (102,143,75) (40%, 56%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 75 of 255 = 29%

102
143
75

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

Portions of RGB colors in percentages

R + G + B = 102 + 143 + 75 = 320 (100%)
R 102 of 320 ~ 31.88%
G 143 of 320 ~ 44.69%
B 75 of 320 ~ 23.44'%

%31.88
%44.69
%23.44

CMYK color model

#668F4B color CMYK value is (29,0,48,44).

  • cyan value is 28.67%
  • magenta value is 0.00%
  • yellow value is 47.55%
  • key color value is 43.92%

CMYK: (29,0,48,44)
C29M0Y48K44 (29%, 0%, 48%, 44%)
(0.29 / 0.00 / 0.48 / 0.44)

CMYK percentages

%28.67
%0
%47.55
%43.92

Codes

Color #668F4B in popluar color models

66 8F 4B
RGB 102 143 75
HSL 96° 31.19% 42.75%
HSB/HSV 96° 47.55% 56.08%
CMYK 28.67% 0.00% 47.55%
43.92%

Color #668F4B in popluar number systems.

HEX 66 8F 4B
Decimal 102 143 75
Binary 1100110 10001111 1001011
Octal 146 217 113

Shades and tints

Shades of #668F4B

#668F4B
(102,143,75)
#5D8245
(93,130,69)
#54753F
(84,117,63)
#4B6839
(75,104,57)
#425B33
(66,91,51)
#394E2D
(57,78,45)
#304127
(48,65,39)
#273421
(39,52,33)
#1E271B
(30,39,27)
#151A15
(21,26,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #668F4B

#668F4B
(102,143,75)
#73995B
(115,153,91)
#80A36B
(128,163,107)
#8DAD7B
(141,173,123)
#9AB78B
(154,183,139)
#A7C19B
(167,193,155)
#B4CBAB
(180,203,171)
#C1D5BB
(193,213,187)
#CEDFCB
(206,223,203)
#DBE9DB
(219,233,219)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668F4B; }

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

This text font color is #668F4B.

Background Color

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

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

This div background color is #668F4B.

Border color

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

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

This div border color is #668F4B.

Opacity

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

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

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

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

This text has shadow with #668F4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668F4B.

Preview

Color preview on black background

This text has color #668F4B on black background.


Color preview on white background

This text has color #668F4B on white background.


Black color preview on #668F4B background

This text has black color on #668F4B background.


White color preview on #668F4B background

This text has white color on #668F4B background.


Related colors

Complementary color

Complementary color for #hex is #9970B4.


I love getcolorcode.com

Triadic colors

1 #4B668F and #8F4B66 with #668F4B are triadic colors.

2 #4B8F66 and #8F664B with #668F4B are triadic colors.