Color Hex Logo

#65aa77 Color Hex

#65AA77
(101,170,119)
0 Favorites   0 Comments

Color spaces of #65aa77

RGB 101170119
HSL0.380.290.53
HSV136°41°67°
CMYK 0.410.000.30   0.33
XYZ23.071332.848122.5771
Yxy32.84810.29390.4185
Hunter Lab57.3133-28.443516.7635
CIE-Lab64.0377-33.090819.6194

#65aa77 color RGB value is (101,170,119).

#65aa77 hex color red value is 101, green value is 170 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #65aa77 hue: 0.38 , saturation: 0.29 and the lightness value of 65aa77 is 0.53.

The process color (four color CMYK) of #65aa77 color hex is 0.41, 0.00, 0.30, 0.33. Web safe color of #65aa77 is #669966. Color #65aa77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101010 01110111
Octal 145 252 167
Decimal 101 170 119
Hex 65 AA 77

RGB Percentages of Color #65aa77

%25.90
%43.59
%30.51

CMYK Percentages of Color #65aa77

%41
%0
%30
%33

Triadic Colors of #65aa77

#65aa77 #7765aa #aa7765

Analogous Colors of #65aa77

#65aa77 #65aa9a #76aa65

Monochromatic Colors of #65aa77

#65aa77

Complementary Color

#65aa77 #aa6598

#65aa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aa77 Color CSS Codes

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

#65aa77 Text Font Color

<p style="color:#65aa77">Text here</p>

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


#65aa77 Background Color

<div style="background-color:#65aa77">
Div content here</div>

This div background color is #65aa77


#65aa77 Border Color

<div style="border:3px solid #65aa77">
Div here</div>

This div border color is #65aa77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,170,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65aa77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65aa77;
  -webkit-box-shadow: 1px 1px 3px 2px #65aa77;
  box-shadow:         1px 1px 3px 2px #65aa77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,170,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aa77


Comments

No comments written yet.

Please login to write comment.