Color Hex Logo

#60981f Color Hex

#60981F
(96,152,31)
0 Favorites   0 Comments

Color spaces of #60981f

RGB 9615231
HSL0.240.660.36
HSV88°80°60°
CMYK 0.370.000.80   0.40
XYZ16.299425.04225.2709
Yxy25.04220.34970.5372
Hunter Lab50.0422-29.434028.7846
CIE-Lab57.1165-37.368853.1724

#60981f color RGB value is (96,152,31).

#60981f hex color red value is 96, green value is 152 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #60981f hue: 0.24 , saturation: 0.66 and the lightness value of 60981f is 0.36.

The process color (four color CMYK) of #60981f color hex is 0.37, 0.00, 0.80, 0.40. Web safe color of #60981f is #669933. Color #60981f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 00011111
Octal 140 230 37
Decimal 96 152 31
Hex 60 98 1F

RGB Percentages of Color #60981f

%34.41
%54.48
%11.11

CMYK Percentages of Color #60981f

%37
%0
%80
%40

Triadic Colors of #60981f

#60981f #1f6098 #981f60

Analogous Colors of #60981f

#60981f #23981f #98941f

Monochromatic Colors of #60981f

#60981f

Complementary Color

#60981f #571f98

#60981f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60981f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60981f Color CSS Codes

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

#60981f Text Font Color

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

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


#60981f Background Color

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

This div background color is #60981f


#60981f Border Color

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

This div border color is #60981f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60981f


Comments

No comments written yet.

Please login to write comment.