Color Hex Logo

#65a975 Color Hex

#65A975
(101,169,117)
0 Favorites   0 Comments

Color spaces of #65a975

RGB 101169117
HSL0.370.280.53
HSV134°40°66°
CMYK 0.400.000.31   0.34
XYZ22.765732.427021.8888
Yxy32.42700.29530.4207
Hunter Lab56.9447-28.291417.0710
CIE-Lab63.6942-32.993520.2426

#65a975 color RGB value is (101,169,117).

#65a975 hex color red value is 101, green value is 169 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #65a975 hue: 0.37 , saturation: 0.28 and the lightness value of 65a975 is 0.53.

The process color (four color CMYK) of #65a975 color hex is 0.40, 0.00, 0.31, 0.34. Web safe color of #65a975 is #669966. Color #65a975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101001 01110101
Octal 145 251 165
Decimal 101 169 117
Hex 65 A9 75

RGB Percentages of Color #65a975

%26.10
%43.67
%30.23

CMYK Percentages of Color #65a975

%40
%0
%31
%34

Triadic Colors of #65a975

#65a975 #7565a9 #a97565

Analogous Colors of #65a975

#65a975 #65a997 #77a965

Monochromatic Colors of #65a975

#65a975

Complementary Color

#65a975 #a96599

#65a975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65a975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65a975 Color CSS Codes

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

#65a975 Text Font Color

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

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


#65a975 Background Color

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

This div background color is #65a975


#65a975 Border Color

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

This div border color is #65a975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65a975


Comments

No comments written yet.

Please login to write comment.