Color Hex Logo

#759467 Color Hex

#759467
(117,148,103)
0 Favorites   0 Comments

Color spaces of #759467

RGB 117148103
HSL0.280.180.49
HSV101°30°58°
CMYK 0.210.000.30   0.42
XYZ20.374225.941016.7652
Yxy25.94100.32300.4112
Hunter Lab50.9323-17.727116.1363
CIE-Lab57.9810-19.645220.3572

#759467 color RGB value is (117,148,103).

#759467 hex color red value is 117, green value is 148 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #759467 hue: 0.28 , saturation: 0.18 and the lightness value of 759467 is 0.49.

The process color (four color CMYK) of #759467 color hex is 0.21, 0.00, 0.30, 0.42. Web safe color of #759467 is #669966. Color #759467 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010100 01100111
Octal 165 224 147
Decimal 117 148 103
Hex 75 94 67

RGB Percentages of Color #759467

%31.79
%40.22
%27.99

CMYK Percentages of Color #759467

%21
%0
%30
%42

Triadic Colors of #759467

#759467 #677594 #946775

Analogous Colors of #759467

#759467 #679470 #8c9467

Monochromatic Colors of #759467

#759467

Complementary Color

#759467 #866794

#759467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759467 Color CSS Codes

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

#759467 Text Font Color

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

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


#759467 Background Color

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

This div background color is #759467


#759467 Border Color

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

This div border color is #759467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759467


Comments

No comments written yet.

Please login to write comment.