Color Hex Logo

#74993a Color Hex

#74993A
(116,153,58)
0 Favorites   0 Comments

Color spaces of #74993a

RGB 11615358
HSL0.230.450.41
HSV83°62°60°
CMYK 0.240.000.62   0.40
XYZ19.357426.80108.1558
Yxy26.80100.35640.4934
Hunter Lab51.7697-23.853326.8982
CIE-Lab58.7897-28.194044.6404

#74993a color RGB value is (116,153,58).

#74993a hex color red value is 116, green value is 153 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #74993a hue: 0.23 , saturation: 0.45 and the lightness value of 74993a is 0.41.

The process color (four color CMYK) of #74993a color hex is 0.24, 0.00, 0.62, 0.40. Web safe color of #74993a is #669933. Color #74993a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00111010
Octal 164 231 72
Decimal 116 153 58
Hex 74 99 3A

RGB Percentages of Color #74993a

%35.47
%46.79
%17.74

CMYK Percentages of Color #74993a

%24
%0
%62
%40

Triadic Colors of #74993a

#74993a #3a7499 #993a74

Analogous Colors of #74993a

#74993a #45993a #998f3a

Monochromatic Colors of #74993a

#74993a

Complementary Color

#74993a #5f3a99

#74993a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74993a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74993a Color CSS Codes

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

#74993a Text Font Color

<p style="color:#74993a">Text here</p>

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


#74993a Background Color

<div style="background-color:#74993a">
Div content here</div>

This div background color is #74993a


#74993a Border Color

<div style="border:3px solid #74993a">
Div here</div>

This div border color is #74993a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,153,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74993a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74993a;
  -webkit-box-shadow: 1px 1px 3px 2px #74993a;
  box-shadow:         1px 1px 3px 2px #74993a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74993a


Comments

No comments written yet.

Please login to write comment.