Color Hex Logo

#75b030 Color Hex

#75B030
(117,176,48)
0 Favorites   0 Comments

Color spaces of #75b030

RGB 11717648
HSL0.240.570.44
HSV88°73°69°
CMYK 0.340.000.73   0.31
XYZ23.395035.04608.3278
Yxy35.04600.35040.5249
Hunter Lab59.1997-33.058333.0993
CIE-Lab65.7845-39.167956.1118

#75b030 color RGB value is (117,176,48).

#75b030 hex color red value is 117, green value is 176 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #75b030 hue: 0.24 , saturation: 0.57 and the lightness value of 75b030 is 0.44.

The process color (four color CMYK) of #75b030 color hex is 0.34, 0.00, 0.73, 0.31. Web safe color of #75b030 is #669933. Color #75b030 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10110000 00110000
Octal 165 260 60
Decimal 117 176 48
Hex 75 B0 30

RGB Percentages of Color #75b030

%34.31
%51.61
%14.08

CMYK Percentages of Color #75b030

%34
%0
%73
%31

Triadic Colors of #75b030

#75b030 #3075b0 #b03075

Analogous Colors of #75b030

#75b030 #35b030 #b0ab30

Monochromatic Colors of #75b030

#75b030

Complementary Color

#75b030 #6b30b0

#75b030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75b030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75b030 Color CSS Codes

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

#75b030 Text Font Color

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

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


#75b030 Background Color

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

This div background color is #75b030


#75b030 Border Color

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

This div border color is #75b030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,176,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75b030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75b030;
  -webkit-box-shadow: 1px 1px 3px 2px #75b030;
  box-shadow:         1px 1px 3px 2px #75b030; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75b030


Comments

No comments written yet.

Please login to write comment.