Color Hex Logo

#74993b Color Hex

#74993B
(116,153,59)
0 Favorites   0 Comments

Color spaces of #74993b

RGB 11615359
HSL0.230.440.42
HSV84°61°60°
CMYK 0.240.000.61   0.40
XYZ19.383126.81128.2912
Yxy26.81120.35570.4921
Hunter Lab51.7795-23.794726.7519
CIE-Lab58.7992-28.104844.1927

#74993b color RGB value is (116,153,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00111011
Octal 164 231 73
Decimal 116 153 59
Hex 74 99 3B

RGB Percentages of Color #74993b

%35.37
%46.65
%17.99

CMYK Percentages of Color #74993b

%24
%0
%61
%40

Triadic Colors of #74993b

#74993b #3b7499 #993b74

Analogous Colors of #74993b

#74993b #45993b #998f3b

Monochromatic Colors of #74993b

#74993b

Complementary Color

#74993b #603b99

#74993b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74993b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74993b Color CSS Codes

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

#74993b Text Font Color

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

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


#74993b Background Color

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

This div background color is #74993b


#74993b Border Color

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

This div border color is #74993b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74993b


Comments

No comments written yet.

Please login to write comment.