#4F796B

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

Shades of Dark Green Copper #4F796B

Tints of Dark Green Copper #4F796B

Color information

#4F796B (or 0x4F796B) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 79 and 6B. RGB value is (79,121,107). Sum of RGB (Red+Green+Blue) = 79+121+107=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #4F796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F796B is #B08694. Grayscale: #6A6A6A. Windows color (decimal): -11568789 or 7043407. OLE color: 7043407.

HSL color Cylindrical-coordinate representation of color #4F796B: hue angle of 160º 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 #4F796B is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB79121107-
CMYK0.3500.120.53
HSL160º21%39.22%-
HSV(B)160º34.71%47.45%-
XYZ12.7216.416.4-
YUV106.85128.09108.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.73%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=25.73%
G=39.41%
B=34.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791211070.3500.120.531602139.22
Hex4F796B230C35a01527
Octal11717115343014652402547
Binary100111111110011101011100011011001101011010000010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,121,107); }

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

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

 a { background-color: rgb(79,121,107); }

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

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

 span { border-color: rgb(79,121,107); }

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