Color Hex Logo

#757618 Color Hex

#757618
(117,118,24)
0 Favorites   0 Comments

Color spaces of #757618

RGB 11711824
HSL0.170.660.28
HSV61°80°46°
CMYK 0.010.000.80   0.54
XYZ13.979416.80473.3710
Yxy16.80470.40930.4920
Hunter Lab40.9935-10.867623.8199
CIE-Lab48.0130-11.989447.5668

#757618 color RGB value is (117,118,24).

#757618 hex color red value is 117, green value is 118 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #757618 hue: 0.17 , saturation: 0.66 and the lightness value of 757618 is 0.28.

The process color (four color CMYK) of #757618 color hex is 0.01, 0.00, 0.80, 0.54. Web safe color of #757618 is #666600. Color #757618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 00011000
Octal 165 166 30
Decimal 117 118 24
Hex 75 76 18

RGB Percentages of Color #757618

%45.17
%45.56
%9.27

CMYK Percentages of Color #757618

%1
%0
%80
%54

Triadic Colors of #757618

#757618 #187576 #761875

Analogous Colors of #757618

#757618 #467618 #764818

Monochromatic Colors of #757618

#757618

Complementary Color

#757618 #191876

#757618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757618 Color CSS Codes

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

#757618 Text Font Color

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

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


#757618 Background Color

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

This div background color is #757618


#757618 Border Color

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

This div border color is #757618


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,118,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757618; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757618;
  -webkit-box-shadow: 1px 1px 3px 2px #757618;
  box-shadow:         1px 1px 3px 2px #757618; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,118,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757618


Comments

No comments written yet.

Please login to write comment.