Color Hex Logo

#75a655 Color Hex

#75A655
(117,166,85)
0 Favorites   0 Comments

Color spaces of #75a655

RGB 11716685
HSL0.270.320.49
HSV96°49°65°
CMYK 0.300.000.49   0.35
XYZ22.612031.710213.5232
Yxy31.71020.33330.4674
Hunter Lab56.3118-26.869025.1799
CIE-Lab63.1026-31.143936.5978

#75a655 color RGB value is (117,166,85).

#75a655 hex color red value is 117, green value is 166 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #75a655 hue: 0.27 , saturation: 0.32 and the lightness value of 75a655 is 0.49.

The process color (four color CMYK) of #75a655 color hex is 0.30, 0.00, 0.49, 0.35. Web safe color of #75a655 is #669966. Color #75a655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10100110 01010101
Octal 165 246 125
Decimal 117 166 85
Hex 75 A6 55

RGB Percentages of Color #75a655

%31.79
%45.11
%23.10

CMYK Percentages of Color #75a655

%30
%0
%49
%35

Triadic Colors of #75a655

#75a655 #5575a6 #a65575

Analogous Colors of #75a655

#75a655 #55a65e #9ea655

Monochromatic Colors of #75a655

#75a655

Complementary Color

#75a655 #8655a6

#75a655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75a655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75a655 Color CSS Codes

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

#75a655 Text Font Color

<p style="color:#75a655">Text here</p>

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


#75a655 Background Color

<div style="background-color:#75a655">
Div content here</div>

This div background color is #75a655


#75a655 Border Color

<div style="border:3px solid #75a655">
Div here</div>

This div border color is #75a655


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,166,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75a655; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75a655;
  -webkit-box-shadow: 1px 1px 3px 2px #75a655;
  box-shadow:         1px 1px 3px 2px #75a655; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75a655


Comments

No comments written yet.

Please login to write comment.