Color Hex Logo

#759219 Color Hex

#759219
(117,146,25)
0 Favorites   0 Comments

Color spaces of #759219

RGB 11714625
HSL0.210.710.34
HSV74°83°57°
CMYK 0.200.000.83   0.43
XYZ17.790524.40994.6936
Yxy24.40990.37940.5205
Hunter Lab49.4064-22.186028.9519
CIE-Lab56.4959-26.468754.8670

#759219 color RGB value is (117,146,25).

#759219 hex color red value is 117, green value is 146 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #759219 hue: 0.21 , saturation: 0.71 and the lightness value of 759219 is 0.34.

The process color (four color CMYK) of #759219 color hex is 0.20, 0.00, 0.83, 0.43. Web safe color of #759219 is #669900. Color #759219 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010010 00011001
Octal 165 222 31
Decimal 117 146 25
Hex 75 92 19

RGB Percentages of Color #759219

%40.63
%50.69
%8.68

CMYK Percentages of Color #759219

%20
%0
%83
%43

Triadic Colors of #759219

#759219 #197592 #921975

Analogous Colors of #759219

#759219 #389219 #927319

Monochromatic Colors of #759219

#759219

Complementary Color

#759219 #361992

#759219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759219 Color CSS Codes

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

#759219 Text Font Color

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

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


#759219 Background Color

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

This div background color is #759219


#759219 Border Color

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

This div border color is #759219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759219


Comments

No comments written yet.

Please login to write comment.