Color Hex Logo

#74b964 Color Hex

#74B964
(116,185,100)
0 Favorites   0 Comments

Color spaces of #74b964

RGB 116185100
HSL0.300.380.56
HSV109°46°73°
CMYK 0.370.000.46   0.27
XYZ26.851739.331018.2330
Yxy39.33100.31810.4659
Hunter Lab62.7144-33.324026.6627
CIE-Lab68.9904-38.256736.2976

#74b964 color RGB value is (116,185,100).

#74b964 hex color red value is 116, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #74b964 hue: 0.30 , saturation: 0.38 and the lightness value of 74b964 is 0.56.

The process color (four color CMYK) of #74b964 color hex is 0.37, 0.00, 0.46, 0.27. Web safe color of #74b964 is #66cc66. Color #74b964 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10111001 01100100
Octal 164 271 144
Decimal 116 185 100
Hex 74 B9 64

RGB Percentages of Color #74b964

%28.93
%46.13
%24.94

CMYK Percentages of Color #74b964

%37
%0
%46
%27

Triadic Colors of #74b964

#74b964 #6474b9 #b96474

Analogous Colors of #74b964

#74b964 #64b97f #9fb964

Monochromatic Colors of #74b964

#74b964

Complementary Color

#74b964 #a964b9

#74b964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b964 Color CSS Codes

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

#74b964 Text Font Color

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

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


#74b964 Background Color

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

This div background color is #74b964


#74b964 Border Color

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

This div border color is #74b964


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,185,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b964


Comments

No comments written yet.

Please login to write comment.