Color Hex Logo

#769830 Color Hex

#769830
(118,152,48)
0 Favorites   0 Comments

Color spaces of #769830

RGB 11815248
HSL0.220.520.39
HSV80°68°60°
CMYK 0.220.000.68   0.40
XYZ19.233026.52146.9018
Yxy26.52140.36530.5037
Hunter Lab51.4989-23.459828.1033
CIE-Lab58.5287-27.700648.7538

#769830 color RGB value is (118,152,48).

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

The process color (four color CMYK) of #769830 color hex is 0.22, 0.00, 0.68, 0.40. Web safe color of #769830 is #669933. Color #769830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 00110000
Octal 166 230 60
Decimal 118 152 48
Hex 76 98 30

RGB Percentages of Color #769830

%37.11
%47.80
%15.09

CMYK Percentages of Color #769830

%22
%0
%68
%40

Triadic Colors of #769830

#769830 #307698 #983076

Analogous Colors of #769830

#769830 #429830 #988630

Monochromatic Colors of #769830

#769830

Complementary Color

#769830 #523098

#769830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769830 Color CSS Codes

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

#769830 Text Font Color

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

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


#769830 Background Color

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

This div background color is #769830


#769830 Border Color

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

This div border color is #769830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769830


Comments

No comments written yet.

Please login to write comment.