Color Hex Logo

#74990b Color Hex

#74990B
(116,153,11)
0 Favorites   0 Comments

Color spaces of #74990b

RGB 11615311
HSL0.210.870.32
HSV76°93°60°
CMYK 0.240.000.93   0.40
XYZ18.654126.51964.4522
Yxy26.51960.37590.5344
Hunter Lab51.4972-25.461130.9221
CIE-Lab58.5270-30.668559.5923

#74990b color RGB value is (116,153,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011001 00001011
Octal 164 231 13
Decimal 116 153 11
Hex 74 99 B

RGB Percentages of Color #74990b

%41.43
%54.64
%3.93

CMYK Percentages of Color #74990b

%24
%0
%93
%40

Triadic Colors of #74990b

#74990b #0b7499 #990b74

Analogous Colors of #74990b

#74990b #2d990b #99770b

Monochromatic Colors of #74990b

#74990b

Complementary Color

#74990b #300b99

#74990b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74990b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74990b Color CSS Codes

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

#74990b Text Font Color

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

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


#74990b Background Color

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

This div background color is #74990b


#74990b Border Color

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

This div border color is #74990b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74990b


Comments

No comments written yet.

Please login to write comment.