#4E786F

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

Shades of Dark Green Copper #4E786F

Tints of Dark Green Copper #4E786F

Color information

#4E786F (or 0x4E786F) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 78 and 6F. RGB value is (78,120,111). Sum of RGB (Red+Green+Blue) = 78+120+111=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #4E786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E786F is #B18790. Grayscale: #6A6A6A. Windows color (decimal): -11634577 or 7305294. OLE color: 7305294.

HSL color Cylindrical-coordinate representation of color #4E786F: hue angle of 167.14º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E786F is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB78120111-
CMYK0.3500.080.53
HSL167.14º21.21%38.82%-
HSV(B)167.14º35%47.06%-
XYZ12.7316.217.5-
YUV106.42130.59107.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.24%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=25.24%
G=38.83%
B=35.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201110.3500.080.53167.1421.2138.82
Hex4E786F230835a71527
Octal11617015743010652472547
Binary100111011110001101111100011010001101011010011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,111); }

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

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

 a { background-color: rgb(78,120,111); }

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

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

 span { border-color: rgb(78,120,111); }

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