Color Hex Logo

#75890f Color Hex

#75890F
(117,137,15)
0 Favorites   0 Comments

Color spaces of #75890f

RGB 11713715
HSL0.190.800.30
HSV70°89°54°
CMYK 0.150.000.89   0.46
XYZ16.368021.70773.7793
Yxy21.70770.39110.5186
Hunter Lab46.5915-18.826627.8047
CIE-Lab53.7155-22.320054.9591

#75890f color RGB value is (117,137,15).

#75890f hex color red value is 117, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #75890f hue: 0.19 , saturation: 0.80 and the lightness value of 75890f is 0.30.

The process color (four color CMYK) of #75890f color hex is 0.15, 0.00, 0.89, 0.46. Web safe color of #75890f is #669900. Color #75890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001001 00001111
Octal 165 211 17
Decimal 117 137 15
Hex 75 89 F

RGB Percentages of Color #75890f

%43.49
%50.93
%5.58

CMYK Percentages of Color #75890f

%15
%0
%89
%46

Triadic Colors of #75890f

#75890f #0f7589 #890f75

Analogous Colors of #75890f

#75890f #38890f #89600f

Monochromatic Colors of #75890f

#75890f

Complementary Color

#75890f #230f89

#75890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75890f Color CSS Codes

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

#75890f Text Font Color

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

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


#75890f Background Color

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

This div background color is #75890f


#75890f Border Color

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

This div border color is #75890f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75890f


Comments

No comments written yet.

Please login to write comment.