Color Hex Logo

#758014 Color Hex

#758014
(117,128,20)
0 Favorites   0 Comments

Color spaces of #758014

RGB 11712820
HSL0.180.730.29
HSV66°84°50°
CMYK 0.090.000.84   0.50
XYZ15.181619.27083.5813
Yxy19.27080.39920.5067
Hunter Lab43.8985-15.091025.8920
CIE-Lab51.0025-17.516651.4415

#758014 color RGB value is (117,128,20).

#758014 hex color red value is 117, green value is 128 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #758014 hue: 0.18 , saturation: 0.73 and the lightness value of 758014 is 0.29.

The process color (four color CMYK) of #758014 color hex is 0.09, 0.00, 0.84, 0.50. Web safe color of #758014 is #669900. Color #758014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 00010100
Octal 165 200 24
Decimal 117 128 20
Hex 75 80 14

RGB Percentages of Color #758014

%44.15
%48.30
%7.55

CMYK Percentages of Color #758014

%9
%0
%84
%50

Triadic Colors of #758014

#758014 #147580 #801475

Analogous Colors of #758014

#758014 #3f8014 #805514

Monochromatic Colors of #758014

#758014

Complementary Color

#758014 #1f1480

#758014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758014 Color CSS Codes

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

#758014 Text Font Color

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

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


#758014 Background Color

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

This div background color is #758014


#758014 Border Color

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

This div border color is #758014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758014


Comments

No comments written yet.

Please login to write comment.