#4F796A

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

Shades of Dark Green Copper #4F796A

Tints of Dark Green Copper #4F796A

Color information

#4F796A (or 0x4F796A) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 79 and 6A. RGB value is (79,121,106). Sum of RGB (Red+Green+Blue) = 79+121+106=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #4F796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F796A is #B08695. Grayscale: #6A6A6A. Windows color (decimal): -11568790 or 6977871. OLE color: 6977871.

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

Color convert

RGB79121106-
CMYK0.3500.120.53
HSL158.57º21%39.22%-
HSV(B)158.57º34.71%47.45%-
XYZ12.6616.3816.13-
YUV106.73127.59108.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=25.82%
G=39.54%
B=34.64%

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
Decimal791211060.3500.120.53158.572139.22
Hex4F796A230C359f1527
Octal11717115243014652372547
Binary100111111110011101010100011011001101011001111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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