#4F786A

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

Shades of Dark Green Copper #4F786A

Tints of Dark Green Copper #4F786A

Color information

#4F786A (or 0x4F786A) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 78 and 6A. RGB value is (79,120,106). Sum of RGB (Red+Green+Blue) = 79+120+106=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4F786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F786A is #B08795. Grayscale: #6A6A6A. Windows color (decimal): -11569046 or 6977615. OLE color: 6977615.

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

Color convert

RGB79120106-
CMYK0.3400.120.53
HSL159.51º20.6%39.02%-
HSV(B)159.51º34.17%47.06%-
XYZ12.5416.1416.09-
YUV106.14127.92108.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=25.90%
G=39.34%
B=34.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201060.3400.120.53159.5120.639.02
Hex4F786A220C35a01527
Octal11717015242014652402547
Binary100111111110001101010100010011001101011010000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,120,106); }

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

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

 a { background-color: rgb(79,120,106); }

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

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

 span { border-color: rgb(79,120,106); }

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