Color Hex Logo

#75b778 Color Hex

#75B778
(117,183,120)
0 Favorites   0 Comments

Color spaces of #75b778

RGB 117183120
HSL0.340.310.59
HSV123°36°72°
CMYK 0.360.000.34   0.28
XYZ27.659839.004923.8402
Yxy39.00490.30560.4310
Hunter Lab62.4539-30.239621.0853
CIE-Lab68.7548-33.982725.5847

#75b778 color RGB value is (117,183,120).

#75b778 hex color red value is 117, green value is 183 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #75b778 hue: 0.34 , saturation: 0.31 and the lightness value of 75b778 is 0.59.

The process color (four color CMYK) of #75b778 color hex is 0.36, 0.00, 0.34, 0.28. Web safe color of #75b778 is #66cc66. Color #75b778 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10110111 01111000
Octal 165 267 170
Decimal 117 183 120
Hex 75 B7 78

RGB Percentages of Color #75b778

%27.86
%43.57
%28.57

CMYK Percentages of Color #75b778

%36
%0
%34
%28

Triadic Colors of #75b778

#75b778 #7875b7 #b77875

Analogous Colors of #75b778

#75b778 #75b799 #93b775

Monochromatic Colors of #75b778

#75b778

Complementary Color

#75b778 #b775b4

#75b778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b778 Color CSS Codes

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

#75b778 Text Font Color

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

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


#75b778 Background Color

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

This div background color is #75b778


#75b778 Border Color

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

This div border color is #75b778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b778


Comments

No comments written yet.

Please login to write comment.