Color Hex Logo

#74922b Color Hex

#74922B
(116,146,43)
0 Favorites   0 Comments

Color spaces of #74922b

RGB 11614643
HSL0.220.540.37
HSV77°71°57°
CMYK 0.210.000.71   0.43
XYZ17.917424.44526.0595
Yxy24.44520.37000.5048
Hunter Lab49.4421-21.836727.3430
CIE-Lab56.5308-25.940848.6949

#74922b color RGB value is (116,146,43).

#74922b hex color red value is 116, green value is 146 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #74922b hue: 0.22 , saturation: 0.54 and the lightness value of 74922b is 0.37.

The process color (four color CMYK) of #74922b color hex is 0.21, 0.00, 0.71, 0.43. Web safe color of #74922b is #669933. Color #74922b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 00101011
Octal 164 222 53
Decimal 116 146 43
Hex 74 92 2B

RGB Percentages of Color #74922b

%38.03
%47.87
%14.10

CMYK Percentages of Color #74922b

%21
%0
%71
%43

Triadic Colors of #74922b

#74922b #2b7492 #922b74

Analogous Colors of #74922b

#74922b #41922b #927d2b

Monochromatic Colors of #74922b

#74922b

Complementary Color

#74922b #492b92

#74922b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74922b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74922b Color CSS Codes

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

#74922b Text Font Color

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

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


#74922b Background Color

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

This div background color is #74922b


#74922b Border Color

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

This div border color is #74922b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74922b


Comments

No comments written yet.

Please login to write comment.