#4E766F

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

Shades of Dark Green Copper #4E766F

Tints of Dark Green Copper #4E766F

Color information

#4E766F (or 0x4E766F) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 76 and 6F. RGB value is (78,118,111). Sum of RGB (Red+Green+Blue) = 78+118+111=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766F is #B18990. Grayscale: #696969. Windows color (decimal): -11635089 or 7304782. OLE color: 7304782.

HSL color Cylindrical-coordinate representation of color #4E766F: hue angle of 169.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 #4E766F is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB78118111-
CMYK0.3400.060.54
HSL169.5º20.41%38.43%-
HSV(B)169.5º33.9%46.27%-
XYZ12.4915.7217.42-
YUV105.24131.25108.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=25.41%
G=38.44%
B=36.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781181110.3400.060.54169.520.4138.43
Hex4E766F220636aa1426
Octal1161661574206662522446
Binary10011101110110110111110001001101101101010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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