Color Hex Logo

#769802 Color Hex

#769802
(118,152,2)
0 Favorites   0 Comments

Color spaces of #769802

RGB 1181522
HSL0.200.970.30
HSV74°99°60°
CMYK 0.220.000.99   0.40
XYZ18.710426.31244.1501
Yxy26.31240.38050.5351
Hunter Lab51.2956-24.658331.1100
CIE-Lab58.3324-29.537760.8519

#769802 color RGB value is (118,152,2).

#769802 hex color red value is 118, green value is 152 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #769802 hue: 0.20 , saturation: 0.97 and the lightness value of 769802 is 0.30.

The process color (four color CMYK) of #769802 color hex is 0.22, 0.00, 0.99, 0.40. Web safe color of #769802 is #669900. Color #769802 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10011000 00000010
Octal 166 230 2
Decimal 118 152 2
Hex 76 98 2

RGB Percentages of Color #769802

%43.38
%55.88
%0.74

CMYK Percentages of Color #769802

%22
%0
%99
%40

Triadic Colors of #769802

#769802 #027698 #980276

Analogous Colors of #769802

#769802 #2b9802 #986f02

Monochromatic Colors of #769802

#769802

Complementary Color

#769802 #240298

#769802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769802 Color CSS Codes

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

#769802 Text Font Color

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

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


#769802 Background Color

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

This div background color is #769802


#769802 Border Color

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

This div border color is #769802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769802


Comments

No comments written yet.

Please login to write comment.