Color Hex Logo

#60b74d Color Hex

#60B74D
(96,183,77)
0 Favorites   0 Comments

Color spaces of #60b74d

RGB 9618377
HSL0.300.420.51
HSV109°58°72°
CMYK 0.480.000.58   0.28
XYZ23.096936.889612.9242
Yxy36.88960.31680.5060
Hunter Lab60.7368-38.409729.8994
CIE-Lab67.1941-46.580645.1477

#60b74d color RGB value is (96,183,77).

#60b74d hex color red value is 96, green value is 183 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #60b74d hue: 0.30 , saturation: 0.42 and the lightness value of 60b74d is 0.51.

The process color (four color CMYK) of #60b74d color hex is 0.48, 0.00, 0.58, 0.28. Web safe color of #60b74d is #66cc66. Color #60b74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10110111 01001101
Octal 140 267 115
Decimal 96 183 77
Hex 60 B7 4D

RGB Percentages of Color #60b74d

%26.97
%51.40
%21.63

CMYK Percentages of Color #60b74d

%48
%0
%58
%28

Triadic Colors of #60b74d

#60b74d #4d60b7 #b74d60

Analogous Colors of #60b74d

#60b74d #4db76f #95b74d

Monochromatic Colors of #60b74d

#60b74d

Complementary Color

#60b74d #a44db7

#60b74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60b74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#60b74d Color CSS Codes

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

#60b74d Text Font Color

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

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


#60b74d Background Color

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

This div background color is #60b74d


#60b74d Border Color

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

This div border color is #60b74d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,183,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60b74d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60b74d;
  -webkit-box-shadow: 1px 1px 3px 2px #60b74d;
  box-shadow:         1px 1px 3px 2px #60b74d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60b74d


Comments

No comments written yet.

Please login to write comment.