Color Hex Logo

#00874a Color Hex

#00874A
(0,135,74)
0 Favorites   0 Comments

Color spaces of #00874a

RGB 013574
HSL0.421.000.26
HSV153°100°53°
CMYK 1.000.000.45   0.47
XYZ9.900017.82249.3968
Yxy17.82240.26670.4801
Hunter Lab42.2166-32.019916.3545
CIE-Lab49.2800-46.126024.1685

#00874a color RGB value is (0,135,74).

#00874a hex color red value is 0, green value is 135 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #00874a hue: 0.42 , saturation: 1.00 and the lightness value of 00874a is 0.26.

The process color (four color CMYK) of #00874a color hex is 1.00, 0.00, 0.45, 0.47. Web safe color of #00874a is #009933. Color #00874a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 01001010
Octal 0 207 112
Decimal 0 135 74
Hex 0 87 4A

RGB Percentages of Color #00874a

%0.00
%64.59
%35.41

CMYK Percentages of Color #00874a

%100
%0
%45
%47

Triadic Colors of #00874a

#00874a #4a0087 #874a00

Analogous Colors of #00874a

#00874a #008187 #008706

Monochromatic Colors of #00874a

#00874a

Complementary Color

#00874a #87003d

#00874a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00874a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00874a Color CSS Codes

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

#00874a Text Font Color

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

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


#00874a Background Color

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

This div background color is #00874a


#00874a Border Color

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

This div border color is #00874a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,135,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00874a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00874a;
  -webkit-box-shadow: 1px 1px 3px 2px #00874a;
  box-shadow:         1px 1px 3px 2px #00874a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00874a

#00874a Color Palettes


Comments

No comments written yet.

Please login to write comment.