color codes Logo

#788c02 color codes

#788C02
(120,140,2)
0 Favorites   0 Comments

Color spaces of #788c02

RGB 1201402
HSL0.190.970.28
HSV69°99°55°
CMYK 0.140.000.99   0.45
XYZ17.134822.75363.5462
Yxy22.75360.39450.5239
Hunter Lab47.7007-19.356528.9827
CIE-Lab54.8176-22.792858.2292

#788c02 color RGB value is (120,140,2).

#788c02 hex color red value is 120, green value is 140 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #788c02 hue: 0.19 , saturation: 0.97 and the lightness value of 788c02 is 0.28.

The process color (four color CMYK) of #788c02 color code is 0.14, 0.00, 0.99, 0.45. Web safe color of #788c02 is #669900. Color #788c02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10001100 00000010
Octal 170 214 2
Decimal 120 140 2
Hex 78 8C 2

RGB Percentages of Color #788c02

%45.80
%53.44
%0.76

CMYK Percentages of Color #788c02

%14
%0
%99
%45

Triadic Colors of #788c02

#788c02 #02788c #8c0278

Analogous Colors of #788c02

#788c02 #338c02 #8c5b02

Monochromatic Colors of #788c02

#788c02

Complementary Color

#788c02 #16028c

#788c02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#788c02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#788c02 Color CSS Codes

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

#788c02 Text Font Color

<p style="color:#788c02">Text here</p>

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


#788c02 Background Color

<div style="background-color:#788c02">
Div content here</div>

This div background color is #788c02


#788c02 Border Color

<div style="border:3px solid #788c02">
Div here</div>

This div border color is #788c02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,140,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #788c02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #788c02;
  -webkit-box-shadow: 1px 1px 3px 2px #788c02;
  box-shadow:         1px 1px 3px 2px #788c02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #788c02


Comments

No comments written yet.

Please login to write comment.