Color Hex Logo

#75983d Color Hex

#75983D
(117,152,61)
0 Favorites   0 Comments

Color spaces of #75983d

RGB 11715261
HSL0.230.430.42
HSV83°60°60°
CMYK 0.230.000.60   0.40
XYZ19.406726.57538.5216
Yxy26.57530.35610.4876
Hunter Lab51.5512-23.017526.2850
CIE-Lab58.5791-27.037043.0353

#75983d color RGB value is (117,152,61).

#75983d hex color red value is 117, green value is 152 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #75983d hue: 0.23 , saturation: 0.43 and the lightness value of 75983d is 0.42.

The process color (four color CMYK) of #75983d color hex is 0.23, 0.00, 0.60, 0.40. Web safe color of #75983d is #669933. Color #75983d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011000 00111101
Octal 165 230 75
Decimal 117 152 61
Hex 75 98 3D

RGB Percentages of Color #75983d

%35.45
%46.06
%18.48

CMYK Percentages of Color #75983d

%23
%0
%60
%40

Triadic Colors of #75983d

#75983d #3d7598 #983d75

Analogous Colors of #75983d

#75983d #48983d #988e3d

Monochromatic Colors of #75983d

#75983d

Complementary Color

#75983d #603d98

#75983d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75983d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75983d Color CSS Codes

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

#75983d Text Font Color

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

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


#75983d Background Color

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

This div background color is #75983d


#75983d Border Color

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

This div border color is #75983d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75983d


Comments

No comments written yet.

Please login to write comment.