Color Hex Logo

#74b744 Color Hex

#74B744
(116,183,68)
0 Favorites   0 Comments

Color spaces of #74b744

RGB 11618368
HSL0.260.460.49
HSV95°63°72°
CMYK 0.370.000.63   0.28
XYZ25.179337.997311.4760
Yxy37.99730.33730.5090
Hunter Lab61.6420-34.960332.1112
CIE-Lab68.0186-41.026050.3869

#74b744 color RGB value is (116,183,68).

#74b744 hex color red value is 116, green value is 183 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #74b744 hue: 0.26 , saturation: 0.46 and the lightness value of 74b744 is 0.49.

The process color (four color CMYK) of #74b744 color hex is 0.37, 0.00, 0.63, 0.28. Web safe color of #74b744 is #66cc33. Color #74b744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110111 01000100
Octal 164 267 104
Decimal 116 183 68
Hex 74 B7 44

RGB Percentages of Color #74b744

%31.61
%49.86
%18.53

CMYK Percentages of Color #74b744

%37
%0
%63
%28

Triadic Colors of #74b744

#74b744 #4474b7 #b74474

Analogous Colors of #74b744

#74b744 #44b74e #aeb744

Monochromatic Colors of #74b744

#74b744

Complementary Color

#74b744 #8744b7

#74b744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b744 Color CSS Codes

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

#74b744 Text Font Color

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

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


#74b744 Background Color

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

This div background color is #74b744


#74b744 Border Color

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

This div border color is #74b744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b744


Comments

No comments written yet.

Please login to write comment.