Color Hex Logo

#69994c Color Hex

#69994C
(105,153,76)
0 Favorites   0 Comments

Color spaces of #69994c

RGB 10515376
HSL0.270.340.45
HSV97°50°60°
CMYK 0.310.000.50   0.40
XYZ18.521426.307510.9392
Yxy26.30750.33210.4717
Hunter Lab51.2908-25.301623.2583
CIE-Lab58.3278-30.500535.1751

#69994c color RGB value is (105,153,76).

#69994c hex color red value is 105, green value is 153 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #69994c hue: 0.27 , saturation: 0.34 and the lightness value of 69994c is 0.45.

The process color (four color CMYK) of #69994c color hex is 0.31, 0.00, 0.50, 0.40. Web safe color of #69994c is #669933. Color #69994c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 01001100
Octal 151 231 114
Decimal 105 153 76
Hex 69 99 4C

RGB Percentages of Color #69994c

%31.44
%45.81
%22.75

CMYK Percentages of Color #69994c

%31
%0
%50
%40

Triadic Colors of #69994c

#69994c #4c6999 #994c69

Analogous Colors of #69994c

#69994c #4c9956 #90994c

Monochromatic Colors of #69994c

#69994c

Complementary Color

#69994c #7c4c99

#69994c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69994c Color Preview on White Background

Lorem ipsum dolor sit amet.

#69994c Color CSS Codes

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

#69994c Text Font Color

<p style="color:#69994c">Text here</p>

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


#69994c Background Color

<div style="background-color:#69994c">
Div content here</div>

This div background color is #69994c


#69994c Border Color

<div style="border:3px solid #69994c">
Div here</div>

This div border color is #69994c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,153,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69994c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69994c;
  -webkit-box-shadow: 1px 1px 3px 2px #69994c;
  box-shadow:         1px 1px 3px 2px #69994c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69994c


Comments

No comments written yet.

Please login to write comment.