Color Hex Logo

#74962a Color Hex

#74962A
(116,150,42)
0 Favorites   0 Comments

Color spaces of #74962a

RGB 11615042
HSL0.220.560.38
HSV79°72°59°
CMYK 0.230.000.72   0.41
XYZ18.526725.69296.1732
Yxy25.69290.36760.5099
Hunter Lab50.6882-23.461928.2609
CIE-Lab57.7444-27.958250.3127

#74962a color RGB value is (116,150,42).

#74962a hex color red value is 116, green value is 150 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #74962a hue: 0.22 , saturation: 0.56 and the lightness value of 74962a is 0.38.

The process color (four color CMYK) of #74962a color hex is 0.23, 0.00, 0.72, 0.41. Web safe color of #74962a is #669933. Color #74962a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010110 00101010
Octal 164 226 52
Decimal 116 150 42
Hex 74 96 2A

RGB Percentages of Color #74962a

%37.66
%48.70
%13.64

CMYK Percentages of Color #74962a

%23
%0
%72
%41

Triadic Colors of #74962a

#74962a #2a7496 #962a74

Analogous Colors of #74962a

#74962a #3e962a #96822a

Monochromatic Colors of #74962a

#74962a

Complementary Color

#74962a #4c2a96

#74962a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74962a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74962a Color CSS Codes

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

#74962a Text Font Color

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

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


#74962a Background Color

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

This div background color is #74962a


#74962a Border Color

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

This div border color is #74962a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74962a


Comments

No comments written yet.

Please login to write comment.