Color Hex Logo

#74b066 Color Hex

#74B066
(116,176,102)
0 Favorites   0 Comments

Color spaces of #74b066

RGB 116176102
HSL0.300.320.55
HSV109°42°69°
CMYK 0.340.000.42   0.31
XYZ25.126135.723018.1413
Yxy35.72300.31810.4522
Hunter Lab59.7687-29.555923.8421
CIE-Lab66.3077-33.877831.8575

#74b066 color RGB value is (116,176,102).

#74b066 hex color red value is 116, green value is 176 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #74b066 hue: 0.30 , saturation: 0.32 and the lightness value of 74b066 is 0.55.

The process color (four color CMYK) of #74b066 color hex is 0.34, 0.00, 0.42, 0.31. Web safe color of #74b066 is #669966. Color #74b066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10110000 01100110
Octal 164 260 146
Decimal 116 176 102
Hex 74 B0 66

RGB Percentages of Color #74b066

%29.44
%44.67
%25.89

CMYK Percentages of Color #74b066

%34
%0
%42
%31

Triadic Colors of #74b066

#74b066 #6674b0 #b06674

Analogous Colors of #74b066

#74b066 #66b07d #99b066

Monochromatic Colors of #74b066

#74b066

Complementary Color

#74b066 #a266b0

#74b066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74b066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74b066 Color CSS Codes

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

#74b066 Text Font Color

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

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


#74b066 Background Color

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

This div background color is #74b066


#74b066 Border Color

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

This div border color is #74b066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74b066


Comments

No comments written yet.

Please login to write comment.