Color Hex Logo

#66995a Color Hex

#66995A
(102,153,90)
0 Favorites   0 Comments

Color spaces of #66995a

RGB 10215390
HSL0.300.260.48
HSV109°41°60°
CMYK 0.330.000.41   0.40
XYZ18.716226.345413.7716
Yxy26.34540.31810.4478
Hunter Lab51.3278-24.735220.0215
CIE-Lab58.3635-29.641527.8196

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

#66995a hex color red value is 102, green value is 153 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #66995a hue: 0.30 , saturation: 0.26 and the lightness value of 66995a is 0.48.

The process color (four color CMYK) of #66995a color hex is 0.33, 0.00, 0.41, 0.40. Web safe color of #66995a is #669966. Color #66995a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 01011010
Octal 146 231 132
Decimal 102 153 90
Hex 66 99 5A

RGB Percentages of Color #66995a

%29.57
%44.35
%26.09

CMYK Percentages of Color #66995a

%33
%0
%41
%40

Triadic Colors of #66995a

#66995a #5a6699 #995a66

Analogous Colors of #66995a

#66995a #5a996e #86995a

Monochromatic Colors of #66995a

#66995a

Complementary Color

#66995a #8d5a99

#66995a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66995a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66995a Color CSS Codes

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

#66995a Text Font Color

<p style="color:#66995a">Text here</p>

This sample text font color is #66995a
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.


#66995a Background Color

<div style="background-color:#66995a">
Div content here</div>

This div background color is #66995a


#66995a Border Color

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

This div border color is #66995a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.