Color Hex Logo

#749768 Color Hex

#749768
(116,151,104)
0 Favorites   0 Comments

Color spaces of #749768

RGB 116151104
HSL0.290.180.50
HSV105°31°59°
CMYK 0.230.000.31   0.41
XYZ20.767826.845717.1839
Yxy26.84570.32050.4143
Hunter Lab51.8128-19.125516.6053
CIE-Lab58.8312-21.395320.9381

#749768 color RGB value is (116,151,104).

#749768 hex color red value is 116, green value is 151 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #749768 hue: 0.29 , saturation: 0.18 and the lightness value of 749768 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010111 01101000
Octal 164 227 150
Decimal 116 151 104
Hex 74 97 68

RGB Percentages of Color #749768

%31.27
%40.70
%28.03

CMYK Percentages of Color #749768

%23
%0
%31
%41

Triadic Colors of #749768

#749768 #687497 #976874

Analogous Colors of #749768

#749768 #689774 #8c9768

Monochromatic Colors of #749768

#749768

Complementary Color

#749768 #8b6897

#749768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749768 Color CSS Codes

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

#749768 Text Font Color

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

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


#749768 Background Color

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

This div background color is #749768


#749768 Border Color

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

This div border color is #749768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749768


Comments

No comments written yet.

Please login to write comment.