Color Hex Logo

#74990e Color Hex

#74990E
(116,153,14)
0 Favorites   0 Comments

Color spaces of #74990e

RGB 11615314
HSL0.210.830.33
HSV76°91°60°
CMYK 0.240.000.91   0.40
XYZ18.673026.52724.5516
Yxy26.52720.37530.5332
Hunter Lab51.5046-25.417730.8136
CIE-Lab58.5341-30.601159.0956

#74990e color RGB value is (116,153,14).

#74990e hex color red value is 116, green value is 153 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #74990e hue: 0.21 , saturation: 0.83 and the lightness value of 74990e is 0.33.

The process color (four color CMYK) of #74990e color hex is 0.24, 0.00, 0.91, 0.40. Web safe color of #74990e is #669900. Color #74990e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00001110
Octal 164 231 16
Decimal 116 153 14
Hex 74 99 E

RGB Percentages of Color #74990e

%40.99
%54.06
%4.95

CMYK Percentages of Color #74990e

%24
%0
%91
%40

Triadic Colors of #74990e

#74990e #0e7499 #990e74

Analogous Colors of #74990e

#74990e #2f990e #99790e

Monochromatic Colors of #74990e

#74990e

Complementary Color

#74990e #330e99

#74990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74990e Color CSS Codes

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

#74990e Text Font Color

<p style="color:#74990e">Text here</p>

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


#74990e Background Color

<div style="background-color:#74990e">
Div content here</div>

This div background color is #74990e


#74990e Border Color

<div style="border:3px solid #74990e">
Div here</div>

This div border color is #74990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74990e


Comments

No comments written yet.

Please login to write comment.