Color Hex Logo

#759501 Color Hex

#759501
(117,149,1)
0 Favorites   0 Comments

Color spaces of #759501

RGB 1171491
HSL0.200.990.29
HSV73°99°58°
CMYK 0.210.000.99   0.42
XYZ18.089025.27903.9547
Yxy25.27900.38220.5342
Hunter Lab50.2782-23.766530.5312
CIE-Lab57.3463-28.543360.2250

#759501 color RGB value is (117,149,1).

#759501 hex color red value is 117, green value is 149 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #759501 hue: 0.20 , saturation: 0.99 and the lightness value of 759501 is 0.29.

The process color (four color CMYK) of #759501 color hex is 0.21, 0.00, 0.99, 0.42. Web safe color of #759501 is #669900. Color #759501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010101 00000001
Octal 165 225 1
Decimal 117 149 1
Hex 75 95 1

RGB Percentages of Color #759501

%43.82
%55.81
%0.37

CMYK Percentages of Color #759501

%21
%0
%99
%42

Triadic Colors of #759501

#759501 #017595 #950175

Analogous Colors of #759501

#759501 #2b9501 #956b01

Monochromatic Colors of #759501

#759501

Complementary Color

#759501 #210195

#759501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759501 Color CSS Codes

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

#759501 Text Font Color

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

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


#759501 Background Color

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

This div background color is #759501


#759501 Border Color

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

This div border color is #759501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759501


Comments

No comments written yet.

Please login to write comment.