COLOR #66A075

HEX: #66A075 RGB: (102,160,117)

Color info

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

RGB color model

#66A075 color RGB value is (102,160,117).

RGB: (102,160,117) (40%, 63%, 46%)

RGB channels and saturation

R 102 of 255 = 40%
G 160 of 255 = 63%
B 117 of 255 = 46%

102
160
117

R + G + B ~ 50%. #66A075 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 160 + 117 = 379 (100%)
R 102 of 379 ~ 26.91%
G 160 of 379 ~ 42.22%
B 117 of 379 ~ 30.87'%

%26.91
%42.22
%30.87

CMYK color model

#66A075 color CMYK value is (36,0,27,37).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%

CMYK: (36,0,27,37)
C36M0Y27K37 (36%, 0%, 27%, 37%)
(0.36 / 0.00 / 0.27 / 0.37)

CMYK percentages

%36.25
%0
%26.88
%37.25

Codes

Color #66A075 in popluar color models

66 A0 75
RGB 102 160 117
HSL 136° 23.39% 51.37%
HSB/HSV 136° 36.25% 62.75%
CMYK 36.25% 0.00% 26.88%
37.25%

Color #66A075 in popluar number systems.

HEX 66 A0 75
Decimal 102 160 117
Binary 1100110 10100000 1110101
Octal 146 240 165

Shades and tints

Shades of #66A075

#66A075
(102,160,117)
#5D926B
(93,146,107)
#548461
(84,132,97)
#4B7657
(75,118,87)
#42684D
(66,104,77)
#395A43
(57,90,67)
#304C39
(48,76,57)
#273E2F
(39,62,47)
#1E3025
(30,48,37)
#15221B
(21,34,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #66A075

#66A075
(102,160,117)
#73A881
(115,168,129)
#80B08D
(128,176,141)
#8DB899
(141,184,153)
#9AC0A5
(154,192,165)
#A7C8B1
(167,200,177)
#B4D0BD
(180,208,189)
#C1D8C9
(193,216,201)
#CEE0D5
(206,224,213)
#DBE8E1
(219,232,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A075 color. Also use rgb(102,160,117) instead hex code.

Text Font Color

.myTextColor { color: #66A075; }

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

This text font color is #66A075.

Background Color

.myBgColor { background-color: #66A075; }

<div style="background-color:#66A075">Inner text</div>

This div background color is #66A075.

Border color

.myBorderColor { border: 1px solid #66A075; }

<div style="border:3px solid #66A075">Div</div>

This div border color is #66A075.

Opacity

.myOpacity80 { color: #66A075; opacity: 0.8; }

<p style="color:#66A075;opacity:0.8;">80%</p>

Text with #66A075 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 #66A075;}

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

This text has shadow with #66A075 color.


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

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

This text has shadow with #66A075 primary color and red secondary color.


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

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

This text has shadow with #66A075 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66A075.

Preview

Color preview on black background

This text has color #66A075 on black background.


Color preview on white background

This text has color #66A075 on white background.


Black color preview on #66A075 background

This text has black color on #66A075 background.


White color preview on #66A075 background

This text has white color on #66A075 background.


Related colors

Complementary color

Complementary color for #hex is #995F8A.


I love getcolorcode.com

Triadic colors

1 #7566A0 and #A07566 with #66A075 are triadic colors.

2 #75A066 and #A06675 with #66A075 are triadic colors.