#4D766E

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

Shades of Dark Green Copper #4D766E

Tints of Dark Green Copper #4D766E

Color information

#4D766E (or 0x4D766E) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 76 and 6E. RGB value is (77,118,110). Sum of RGB (Red+Green+Blue) = 77+118+110=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #4D766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D766E is #B28991. Grayscale: #686868. Windows color (decimal): -11700626 or 7239245. OLE color: 7239245.

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

Color convert

RGB77118110-
CMYK0.3500.070.54
HSL168.29º21.03%38.24%-
HSV(B)168.29º34.75%46.27%-
XYZ12.3515.6617.12-
YUV104.83130.92108.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=25.25%
G=38.69%
B=36.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal771181100.3500.070.54168.2921.0338.24
Hex4D766E230736a81526
Octal1151661564307662502546
Binary10011011110110110111010001101111101101010100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,118,110); }

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

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

 a { background-color: rgb(77,118,110); }

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

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

 span { border-color: rgb(77,118,110); }

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