Color Hex Logo

#74a65b Color Hex

#74A65B
(116,166,91)
0 Favorites   0 Comments

Color spaces of #74a65b

RGB 11616691
HSL0.280.300.50
HSV100°45°65°
CMYK 0.300.000.45   0.35
XYZ22.727031.740814.8263
Yxy31.74080.32800.4581
Hunter Lab56.3390-26.586823.8344
CIE-Lab63.1281-30.729233.5343

#74a65b color RGB value is (116,166,91).

#74a65b hex color red value is 116, green value is 166 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #74a65b hue: 0.28 , saturation: 0.30 and the lightness value of 74a65b is 0.50.

The process color (four color CMYK) of #74a65b color hex is 0.30, 0.00, 0.45, 0.35. Web safe color of #74a65b is #669966. Color #74a65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100110 01011011
Octal 164 246 133
Decimal 116 166 91
Hex 74 A6 5B

RGB Percentages of Color #74a65b

%31.10
%44.50
%24.40

CMYK Percentages of Color #74a65b

%30
%0
%45
%35

Triadic Colors of #74a65b

#74a65b #5b74a6 #a65b74

Analogous Colors of #74a65b

#74a65b #5ba668 #9aa65b

Monochromatic Colors of #74a65b

#74a65b

Complementary Color

#74a65b #8d5ba6

#74a65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a65b Color CSS Codes

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

#74a65b Text Font Color

<p style="color:#74a65b">Text here</p>

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


#74a65b Background Color

<div style="background-color:#74a65b">
Div content here</div>

This div background color is #74a65b


#74a65b Border Color

<div style="border:3px solid #74a65b">
Div here</div>

This div border color is #74a65b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,166,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74a65b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74a65b;
  -webkit-box-shadow: 1px 1px 3px 2px #74a65b;
  box-shadow:         1px 1px 3px 2px #74a65b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a65b


Comments

No comments written yet.

Please login to write comment.