#4E766D

Color #4E766D Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4E766D

Tints of Dark Green Copper #4E766D

Color information

#4E766D (or 0x4E766D) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 76 and 6D. RGB value is (78,118,109). Sum of RGB (Red+Green+Blue) = 78+118+109=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766D is #B18992. Grayscale: #696969. Windows color (decimal): -11635091 or 7173710. OLE color: 7173710.

HSL color Cylindrical-coordinate representation of color #4E766D: hue angle of 166.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E766D is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB78118109-
CMYK0.3400.080.54
HSL166.5º20.41%38.43%-
HSV(B)166.5º33.9%46.27%-
XYZ12.3815.6816.84-
YUV105.01130.25108.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=25.57%
G=38.69%
B=35.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781181090.3400.080.54166.520.4138.43
Hex4E766D220836a61426
Octal11616615542010662462446
Binary100111011101101101101100010010001101101010011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E766D; }

 p { color: rgb(78,118,109); }

 H1.HeaderClassName
 {
   color: #4E766D;
 }
 .AnyTagClassName
 {
   color: #4E766D;
 }
</style>
background-color css

<style>
 a { background-color: #4E766D; }

 a { background-color: rgb(78,118,109); }

 div.DivClassName
 {
   background-color: #4E766D;
 }
 .BgClassName
 {
   background-color: #4E766D;
 }
</style>
border-color css

<style>
 span { border-color: #4E766D; }

 span { border-color: rgb(78,118,109); }

 td.TdClassName
 {
   border-color: #4E766D;
 }
 .TagClassName
 {
   border-color: #4E766D;
 }
</style>