Color Hex Logo

#75781f Color Hex

#75781F
(117,120,31)
0 Favorites   0 Comments

Color spaces of #75781f

RGB 11712031
HSL0.170.590.30
HSV62°74°47°
CMYK 0.030.000.74   0.53
XYZ14.299917.31383.8845
Yxy17.31380.40280.4877
Hunter Lab41.6099-11.472823.5919
CIE-Lab48.6530-12.746345.6309

#75781f color RGB value is (117,120,31).

#75781f hex color red value is 117, green value is 120 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #75781f hue: 0.17 , saturation: 0.59 and the lightness value of 75781f is 0.30.

The process color (four color CMYK) of #75781f color hex is 0.03, 0.00, 0.74, 0.53. Web safe color of #75781f is #666633. Color #75781f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111000 00011111
Octal 165 170 37
Decimal 117 120 31
Hex 75 78 1F

RGB Percentages of Color #75781f

%43.66
%44.78
%11.57

CMYK Percentages of Color #75781f

%3
%0
%74
%53

Triadic Colors of #75781f

#75781f #1f7578 #781f75

Analogous Colors of #75781f

#75781f #49781f #784f1f

Monochromatic Colors of #75781f

#75781f

Complementary Color

#75781f #221f78

#75781f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75781f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75781f Color CSS Codes

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

#75781f Text Font Color

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

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


#75781f Background Color

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

This div background color is #75781f


#75781f Border Color

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

This div border color is #75781f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75781f


Comments

No comments written yet.

Please login to write comment.