Color Hex Logo

#66996b Color Hex

#66996B
(102,153,107)
0 Favorites   0 Comments

Color spaces of #66996b

RGB 102153107
HSL0.350.200.50
HSV126°33°60°
CMYK 0.330.000.30   0.40
XYZ19.524626.668818.0285
Yxy26.66880.30400.4153
Hunter Lab51.6418-22.886515.4508
CIE-Lab58.6665-26.818518.9115

#66996b color RGB value is (102,153,107).

#66996b hex color red value is 102, green value is 153 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #66996b hue: 0.35 , saturation: 0.20 and the lightness value of 66996b is 0.50.

The process color (four color CMYK) of #66996b color hex is 0.33, 0.00, 0.30, 0.40. Web safe color of #66996b is #669966. Color #66996b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 01101011
Octal 146 231 153
Decimal 102 153 107
Hex 66 99 6B

RGB Percentages of Color #66996b

%28.18
%42.27
%29.56

CMYK Percentages of Color #66996b

%33
%0
%30
%40

Triadic Colors of #66996b

#66996b #6b6699 #996b66

Analogous Colors of #66996b

#66996b #669985 #7b9966

Monochromatic Colors of #66996b

#66996b

Complementary Color

#66996b #996694

#66996b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66996b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66996b Color CSS Codes

.mybgcolor {background-color:#66996b; } 
.myforecolor {color:#66996b; }
.mybordercolor {border:3px solid #66996b; }

#66996b Text Font Color

<p style="color:#66996b">Text here</p>

This sample text font color is #66996b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#66996b Background Color

<div style="background-color:#66996b">
Div content here</div>

This div background color is #66996b


#66996b Border Color

<div style="border:3px solid #66996b">
Div here</div>

This div border color is #66996b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,153,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66996b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66996b;
  -webkit-box-shadow: 1px 1px 3px 2px #66996b;
  box-shadow:         1px 1px 3px 2px #66996b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,153,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #66996b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #66996b;
  -webkit-box-shadow: 1px 1px 3px 2px #66996b;
  box-shadow:         1px 1px 3px 2px #66996b;">
Div content here</div>

This div box has shadow with color #66996b


Comments

No comments written yet.

Please login to write comment.