Color Hex Logo

#75800b Color Hex

#75800B
(117,128,11)
0 Favorites   0 Comments

Color spaces of #75800b

RGB 11712811
HSL0.180.840.27
HSV66°91°50°
CMYK 0.090.000.91   0.50
XYZ15.115719.24443.2345
Yxy19.24440.40210.5119
Hunter Lab43.8684-15.264226.3363
CIE-Lab50.9719-17.777753.5277

#75800b color RGB value is (117,128,11).

#75800b hex color red value is 117, green value is 128 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #75800b hue: 0.18 , saturation: 0.84 and the lightness value of 75800b is 0.27.

The process color (four color CMYK) of #75800b color hex is 0.09, 0.00, 0.91, 0.50. Web safe color of #75800b is #669900. Color #75800b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000000 00001011
Octal 165 200 13
Decimal 117 128 11
Hex 75 80 B

RGB Percentages of Color #75800b

%45.70
%50.00
%4.30

CMYK Percentages of Color #75800b

%9
%0
%91
%50

Triadic Colors of #75800b

#75800b #0b7580 #800b75

Analogous Colors of #75800b

#75800b #3b800b #80510b

Monochromatic Colors of #75800b

#75800b

Complementary Color

#75800b #160b80

#75800b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75800b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75800b Color CSS Codes

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

#75800b Text Font Color

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

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


#75800b Background Color

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

This div background color is #75800b


#75800b Border Color

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

This div border color is #75800b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75800b


Comments

No comments written yet.

Please login to write comment.