COLOR #66995A

HEX: #66995A RGB: (102,153,90)

Color info

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

RGB color model

#66995A color RGB value is (102,153,90).

RGB: (102,153,90) (40%, 60%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 90 of 255 = 35%

102
153
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 153 + 90 = 345 (100%)
R 102 of 345 ~ 29.57%
G 153 of 345 ~ 44.35%
B 90 of 345 ~ 26.09'%

%29.57
%44.35
%26.09

CMYK color model

#66995A color CMYK value is (33,0,41,40).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 40.00%
CMYK: (33,0,41,40) C33M0Y41K40 (33%,0%,41%,40%) (0.33/0.00/0.41/0.40) 

CMYK percentages

%33.33
%0
%41.18
%40

Codes

Color #66995A in popluar color models

66 99 5A
RGB 102 153 90
HSL 109° 25.93% 47.65%
HSB/HSV 109° 41.18% 60.00%
CMYK 33.33% 0.00% 41.18%
40.00%

Color #66995A in popluar number systems.

HEX 66 99 5A
Decimal 102 153 90
Binary 1100110 10011001 1011010
Octal 146 231 132

Shades and tints

Shades of #66995A

#66995A
(102,153,90)
#5D8C52
(93,140,82)
#547F4A
(84,127,74)
#4B7242
(75,114,66)
#42653A
(66,101,58)
#395832
(57,88,50)
#304B2A
(48,75,42)
#273E22
(39,62,34)
#1E311A
(30,49,26)
#152412
(21,36,18)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #66995A

#66995A
(102,153,90)
#73A269
(115,162,105)
#80AB78
(128,171,120)
#8DB487
(141,180,135)
#9ABD96
(154,189,150)
#A7C6A5
(167,198,165)
#B4CFB4
(180,207,180)
#C1D8C3
(193,216,195)
#CEE1D2
(206,225,210)
#DBEAE1
(219,234,225)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66995A color. Also use rgb(102,153,90) instead hex code.

Text Font Color

.myTextColor { color: #66995A; }

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

This text font color is #66995A.

Background Color

.myBgColor { background-color: #66995A; }

<div style="background-color:#66995A">Inner text</div>

This div background color is #66995A.

Border color

.myBorderColor { border: 1px solid #66995A; }

<div style="border:3px solid #66995A">Div</div>

This div border color is #66995A.

Opacity

.myOpacity80 { color: #66995A; opacity: 0.8; }

<p style="color:#66995A;opacity:0.8;">80%</p>

Text with #66995A 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 #66995A;}

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

This text has shadow with #66995A color.


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

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

This text has shadow with #66995A primary color and red secondary color.


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

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

This text has shadow with #66995A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #66995A.

Preview

Color preview on black background

This text has color #66995A on black background.


Color preview on white background

This text has color #66995A on white background.


Black color preview on #66995A background

This text has black color on #66995A background.


White color preview on #66995A background

This text has white color on #66995A background.


Related colors

Complementary color

Complementary color for #hex is #9966A5.


I love getcolorcode.com

Triadic colors

1 #5A6699 and #995A66 with #66995A are triadic colors.

2 #5A9966 and #99665A with #66995A are triadic colors.