color codes Logo

#76d06b color codes

#76D06B
(118,208,107)
0 Favorites   0 Comments

Color spaces of #76d06b

RGB 118208107
HSL0.320.520.62
HSV113°49°82°
CMYK 0.430.000.49   0.18
XYZ32.680950.024821.8432
Yxy50.02480.31260.4785
Hunter Lab70.7282-41.296131.1990
CIE-Lab76.0845-46.630641.6865

#76d06b color RGB value is (118,208,107).

#76d06b hex color red value is 118, green value is 208 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76d06b hue: 0.32 , saturation: 0.52 and the lightness value of 76d06b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 11010000 01101011
Octal 166 320 153
Decimal 118 208 107
Hex 76 D0 6B

RGB Percentages of Color #76d06b

%27.25
%48.04
%24.71

CMYK Percentages of Color #76d06b

%43
%0
%49
%18

Triadic Colors of #76d06b

#76d06b #6b76d0 #d06b76

Analogous Colors of #76d06b

#76d06b #6bd093 #a9d06b

Monochromatic Colors of #76d06b

#76d06b

Complementary Color

#76d06b #c56bd0

#76d06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76d06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76d06b Color CSS Codes

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

#76d06b Text Font Color

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

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


#76d06b Background Color

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

This div background color is #76d06b


#76d06b Border Color

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

This div border color is #76d06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76d06b


Comments

No comments written yet.

Please login to write comment.