Color Hex Logo

#78a26d Color Hex

#78A26D
(120,162,109)
0 Favorites   0 Comments

Color spaces of #78a26d

RGB 120162109
HSL0.300.220.53
HSV108°33°64°
CMYK 0.260.000.33   0.36
XYZ23.426430.937919.2049
Yxy30.93790.31840.4205
Hunter Lab55.6218-22.158918.4639
CIE-Lab62.4552-24.677423.1051

#78a26d color RGB value is (120,162,109).

#78a26d hex color red value is 120, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #78a26d hue: 0.30 , saturation: 0.22 and the lightness value of 78a26d is 0.53.

The process color (four color CMYK) of #78a26d color hex is 0.26, 0.00, 0.33, 0.36. Web safe color of #78a26d is #669966. Color #78a26d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10100010 01101101
Octal 170 242 155
Decimal 120 162 109
Hex 78 A2 6D

RGB Percentages of Color #78a26d

%30.69
%41.43
%27.88

CMYK Percentages of Color #78a26d

%26
%0
%33
%36

Triadic Colors of #78a26d

#78a26d #6d78a2 #a26d78

Analogous Colors of #78a26d

#78a26d #6da27d #93a26d

Monochromatic Colors of #78a26d

#78a26d

Complementary Color

#78a26d #976da2

#78a26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a26d Color CSS Codes

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

#78a26d Text Font Color

<p style="color:#78a26d">Text here</p>

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


#78a26d Background Color

<div style="background-color:#78a26d">
Div content here</div>

This div background color is #78a26d


#78a26d Border Color

<div style="border:3px solid #78a26d">
Div here</div>

This div border color is #78a26d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,162,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78a26d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78a26d;
  -webkit-box-shadow: 1px 1px 3px 2px #78a26d;
  box-shadow:         1px 1px 3px 2px #78a26d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,162,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a26d


Comments

No comments written yet.

Please login to write comment.