#4E6F69

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

Shades of Dark Green Copper #4E6F69

Tints of Dark Green Copper #4E6F69

Color information

#4E6F69 (or 0x4E6F69) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 6F and 69. RGB value is (78,111,105). Sum of RGB (Red+Green+Blue) = 78+111+105=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F69 is #B19096. Grayscale: #646464. Windows color (decimal): -11636887 or 6909774. OLE color: 6909774.

HSL color Cylindrical-coordinate representation of color #4E6F69: hue angle of 169.09º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F69 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB78111105-
CMYK0.3000.050.56
HSL169.09º17.46%37.06%-
HSV(B)169.09º29.73%43.53%-
XYZ11.3814.0115.47-
YUV100.45130.57111.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=26.53%
G=37.76%
B=35.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal781111050.3000.050.56169.0917.4637.06
Hex4E6F691E0538a91125
Octal1161571513605702512145
Binary1001110110111111010011111001011110001010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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