Color Hex Logo

#749665 Color Hex

#749665
(116,150,101)
0 Favorites   0 Comments

Color spaces of #749665

RGB 116150101
HSL0.280.200.49
HSV102°33°59°
CMYK 0.230.000.33   0.41
XYZ20.457826.465316.3420
Yxy26.46530.32340.4183
Hunter Lab51.4444-19.044017.1769
CIE-Lab58.4761-21.370522.1205

#749665 color RGB value is (116,150,101).

#749665 hex color red value is 116, green value is 150 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #749665 hue: 0.28 , saturation: 0.20 and the lightness value of 749665 is 0.49.

The process color (four color CMYK) of #749665 color hex is 0.23, 0.00, 0.33, 0.41. Web safe color of #749665 is #669966. Color #749665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010110 01100101
Octal 164 226 145
Decimal 116 150 101
Hex 74 96 65

RGB Percentages of Color #749665

%31.61
%40.87
%27.52

CMYK Percentages of Color #749665

%23
%0
%33
%41

Triadic Colors of #749665

#749665 #657496 #966574

Analogous Colors of #749665

#749665 #65966f #8d9665

Monochromatic Colors of #749665

#749665

Complementary Color

#749665 #876596

#749665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749665 Color CSS Codes

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

#749665 Text Font Color

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

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


#749665 Background Color

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

This div background color is #749665


#749665 Border Color

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

This div border color is #749665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749665


Comments

No comments written yet.

Please login to write comment.