Color Hex Logo

#758200 Color Hex

#758200
(117,130,0)
0 Favorites   0 Comments

Color spaces of #758200

RGB 1171300
HSL0.181.000.25
HSV66°100°51°
CMYK 0.100.001.00   0.49
XYZ15.318819.74723.0042
Yxy19.74720.40240.5187
Hunter Lab44.4378-16.232927.0982
CIE-Lab51.5502-19.062356.0311

#758200 color RGB value is (117,130,0).

#758200 hex color red value is 117, green value is 130 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #758200 hue: 0.18 , saturation: 1.00 and the lightness value of 758200 is 0.25.

The process color (four color CMYK) of #758200 color hex is 0.10, 0.00, 1.00, 0.49. Web safe color of #758200 is #669900. Color #758200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000010 00000000
Octal 165 202 0
Decimal 117 130 0
Hex 75 82 0

RGB Percentages of Color #758200

%47.37
%52.63
%0.00

CMYK Percentages of Color #758200

%10
%0
%100
%49

Triadic Colors of #758200

#758200 #007582 #820075

Analogous Colors of #758200

#758200 #348200 #824e00

Monochromatic Colors of #758200

#758200

Complementary Color

#758200 #0d0082

#758200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758200 Color CSS Codes

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

#758200 Text Font Color

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

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


#758200 Background Color

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

This div background color is #758200


#758200 Border Color

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

This div border color is #758200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758200


Comments

No comments written yet.

Please login to write comment.