Color Hex Logo

#74b155 Color Hex

#74B155
(116,177,85)
0 Favorites   0 Comments

Color spaces of #74b155

RGB 11617785
HSL0.280.370.51
HSV100°52°69°
CMYK 0.340.000.52   0.31
XYZ24.564335.813214.2123
Yxy35.81320.32930.4801
Hunter Lab59.8441-31.458127.8102
CIE-Lab66.3769-36.585840.5763

#74b155 color RGB value is (116,177,85).

#74b155 hex color red value is 116, green value is 177 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #74b155 hue: 0.28 , saturation: 0.37 and the lightness value of 74b155 is 0.51.

The process color (four color CMYK) of #74b155 color hex is 0.34, 0.00, 0.52, 0.31. Web safe color of #74b155 is #669966. Color #74b155 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110001 01010101
Octal 164 261 125
Decimal 116 177 85
Hex 74 B1 55

RGB Percentages of Color #74b155

%30.69
%46.83
%22.49

CMYK Percentages of Color #74b155

%34
%0
%52
%31

Triadic Colors of #74b155

#74b155 #5574b1 #b15574

Analogous Colors of #74b155

#74b155 #55b164 #a2b155

Monochromatic Colors of #74b155

#74b155

Complementary Color

#74b155 #9255b1

#74b155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b155 Color CSS Codes

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

#74b155 Text Font Color

<p style="color:#74b155">Text here</p>

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


#74b155 Background Color

<div style="background-color:#74b155">
Div content here</div>

This div background color is #74b155


#74b155 Border Color

<div style="border:3px solid #74b155">
Div here</div>

This div border color is #74b155


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,177,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74b155; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74b155;
  -webkit-box-shadow: 1px 1px 3px 2px #74b155;
  box-shadow:         1px 1px 3px 2px #74b155; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,177,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 #74b155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b155


Comments

No comments written yet.

Please login to write comment.