Color Hex Logo

#76d065 Color Hex

#76D065
(118,208,101)
0 Favorites   0 Comments

Color spaces of #76d065

RGB 118208101
HSL0.310.530.61
HSV110°51°82°
CMYK 0.430.000.51   0.18
XYZ32.376149.902920.2377
Yxy49.90290.31580.4868
Hunter Lab70.6420-41.814732.4638
CIE-Lab76.0096-47.400344.4993

#76d065 color RGB value is (118,208,101).

#76d065 hex color red value is 118, green value is 208 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #76d065 hue: 0.31 , saturation: 0.53 and the lightness value of 76d065 is 0.61.

The process color (four color CMYK) of #76d065 color hex is 0.43, 0.00, 0.51, 0.18. Web safe color of #76d065 is #66cc66. Color #76d065 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010000 01100101
Octal 166 320 145
Decimal 118 208 101
Hex 76 D0 65

RGB Percentages of Color #76d065

%27.63
%48.71
%23.65

CMYK Percentages of Color #76d065

%43
%0
%51
%18

Triadic Colors of #76d065

#76d065 #6576d0 #d06576

Analogous Colors of #76d065

#76d065 #65d08a #acd065

Monochromatic Colors of #76d065

#76d065

Complementary Color

#76d065 #bf65d0

#76d065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d065 Color CSS Codes

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

#76d065 Text Font Color

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

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


#76d065 Background Color

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

This div background color is #76d065


#76d065 Border Color

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

This div border color is #76d065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d065


Comments

No comments written yet.

Please login to write comment.