COLOR #669F54

HEX: #669F54 RGB: (102,159,84)

Color info

#669F54 contains mainly red and green colors. Web safe color of #669F54 is #669966 (or #696).

RGB color model

#669F54 color RGB value is (102,159,84).

RGB: (102,159,84) (40%, 62%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 159 of 255 = 62%
B 84 of 255 = 33%

102
159
84

R + G + B ~ 45%. #669F54 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 159 + 84 = 345 (100%)
R 102 of 345 ~ 29.57%
G 159 of 345 ~ 46.09%
B 84 of 345 ~ 24.35'%

%29.57
%46.09
%24.35

CMYK color model

#669F54 color CMYK value is (36,0,47,38).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 47.17%
  • key color value is 37.65%

CMYK: (36,0,47,38)
C36M0Y47K38 (36%, 0%, 47%, 38%)
(0.36 / 0.00 / 0.47 / 0.38)

CMYK percentages

%35.85
%0
%47.17
%37.65

Codes

Color #669F54 in popluar color models

66 9F 54
RGB 102 159 84
HSL 106° 30.86% 47.65%
HSB/HSV 106° 47.17% 62.35%
CMYK 35.85% 0.00% 47.17%
37.65%

Color #669F54 in popluar number systems.

HEX 66 9F 54
Decimal 102 159 84
Binary 1100110 10011111 1010100
Octal 146 237 124

Shades and tints

Shades of #669F54

#669F54
(102,159,84)
#5D914D
(93,145,77)
#548346
(84,131,70)
#4B753F
(75,117,63)
#426738
(66,103,56)
#395931
(57,89,49)
#304B2A
(48,75,42)
#273D23
(39,61,35)
#1E2F1C
(30,47,28)
#152115
(21,33,21)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #669F54

#669F54
(102,159,84)
#73A763
(115,167,99)
#80AF72
(128,175,114)
#8DB781
(141,183,129)
#9ABF90
(154,191,144)
#A7C79F
(167,199,159)
#B4CFAE
(180,207,174)
#C1D7BD
(193,215,189)
#CEDFCC
(206,223,204)
#DBE7DB
(219,231,219)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669F54 color. Also use rgb(102,159,84) instead hex code.

Text Font Color

.myTextColor { color: #669F54; }

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

This text font color is #669F54.

Background Color

.myBgColor { background-color: #669F54; }

<div style="background-color:#669F54">Inner text</div>

This div background color is #669F54.

Border color

.myBorderColor { border: 1px solid #669F54; }

<div style="border:3px solid #669F54">Div</div>

This div border color is #669F54.

Opacity

.myOpacity80 { color: #669F54; opacity: 0.8; }

<p style="color:#669F54;opacity:0.8;">80%</p>

Text with #669F54 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 #669F54;}

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

This text has shadow with #669F54 color.


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

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

This text has shadow with #669F54 primary color and red secondary color.


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

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

This text has shadow with #669F54 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #669F54.

Preview

Color preview on black background

This text has color #669F54 on black background.


Color preview on white background

This text has color #669F54 on white background.


Black color preview on #669F54 background

This text has black color on #669F54 background.


White color preview on #669F54 background

This text has white color on #669F54 background.


Related colors

Complementary color

Complementary color for #hex is #9960AB.


I love getcolorcode.com

Triadic colors

1 #54669F and #9F5466 with #669F54 are triadic colors.

2 #549F66 and #9F6654 with #669F54 are triadic colors.