Color Hex Logo

#769330 Color Hex

#769330
(118,147,48)
0 Favorites   0 Comments

Color spaces of #769330

RGB 11814748
HSL0.220.510.38
HSV78°67°58°
CMYK 0.200.000.67   0.42
XYZ18.438424.93246.6369
Yxy24.93240.36870.4986
Hunter Lab49.9324-21.467427.0720
CIE-Lab57.0095-25.251847.1681

#769330 color RGB value is (118,147,48).

#769330 hex color red value is 118, green value is 147 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #769330 hue: 0.22 , saturation: 0.51 and the lightness value of 769330 is 0.38.

The process color (four color CMYK) of #769330 color hex is 0.20, 0.00, 0.67, 0.42. Web safe color of #769330 is #669933. Color #769330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010011 00110000
Octal 166 223 60
Decimal 118 147 48
Hex 76 93 30

RGB Percentages of Color #769330

%37.70
%46.96
%15.34

CMYK Percentages of Color #769330

%20
%0
%67
%42

Triadic Colors of #769330

#769330 #307693 #933076

Analogous Colors of #769330

#769330 #459330 #937f30

Monochromatic Colors of #769330

#769330

Complementary Color

#769330 #4d3093

#769330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769330 Color CSS Codes

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

#769330 Text Font Color

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

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


#769330 Background Color

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

This div background color is #769330


#769330 Border Color

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

This div border color is #769330


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,147,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769330; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769330;
  -webkit-box-shadow: 1px 1px 3px 2px #769330;
  box-shadow:         1px 1px 3px 2px #769330; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,147,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 #769330">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769330


Comments

No comments written yet.

Please login to write comment.