Color Hex Logo

#759024 Color Hex

#759024
(117,144,36)
0 Favorites   0 Comments

Color spaces of #759024

RGB 11714436
HSL0.210.600.35
HSV75°75°56°
CMYK 0.190.000.75   0.44
XYZ17.627823.85585.3446
Yxy23.85580.37640.5094
Hunter Lab48.8424-21.051427.7018
CIE-Lab55.9431-24.960750.8111

#759024 color RGB value is (117,144,36).

#759024 hex color red value is 117, green value is 144 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #759024 hue: 0.21 , saturation: 0.60 and the lightness value of 759024 is 0.35.

The process color (four color CMYK) of #759024 color hex is 0.19, 0.00, 0.75, 0.44. Web safe color of #759024 is #669933. Color #759024 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 00100100
Octal 165 220 44
Decimal 117 144 36
Hex 75 90 24

RGB Percentages of Color #759024

%39.39
%48.48
%12.12

CMYK Percentages of Color #759024

%19
%0
%75
%44

Triadic Colors of #759024

#759024 #247590 #902475

Analogous Colors of #759024

#759024 #3f9024 #907524

Monochromatic Colors of #759024

#759024

Complementary Color

#759024 #3f2490

#759024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759024 Color CSS Codes

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

#759024 Text Font Color

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

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


#759024 Background Color

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

This div background color is #759024


#759024 Border Color

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

This div border color is #759024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759024


Comments

No comments written yet.

Please login to write comment.