Color Hex Logo

#759268 Color Hex

#759268
(117,146,104)
0 Favorites   0 Comments

Color spaces of #759268

RGB 117146104
HSL0.280.170.49
HSV101°29°57°
CMYK 0.200.000.29   0.43
XYZ20.113725.339216.9275
Yxy25.33920.32240.4062
Hunter Lab50.3381-16.767915.2988
CIE-Lab57.4044-18.440819.0183

#759268 color RGB value is (117,146,104).

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

The process color (four color CMYK) of #759268 color hex is 0.20, 0.00, 0.29, 0.43. Web safe color of #759268 is #669966. Color #759268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010010 01101000
Octal 165 222 150
Decimal 117 146 104
Hex 75 92 68

RGB Percentages of Color #759268

%31.88
%39.78
%28.34

CMYK Percentages of Color #759268

%20
%0
%29
%43

Triadic Colors of #759268

#759268 #687592 #926875

Analogous Colors of #759268

#759268 #689270 #8a9268

Monochromatic Colors of #759268

#759268

Complementary Color

#759268 #856892

#759268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759268 Color CSS Codes

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

#759268 Text Font Color

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

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


#759268 Background Color

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

This div background color is #759268


#759268 Border Color

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

This div border color is #759268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759268


Comments

No comments written yet.

Please login to write comment.