#4F786F

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

Shades of Dark Green Copper #4F786F

Tints of Dark Green Copper #4F786F

Color information

#4F786F (or 0x4F786F) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 78 and 6F. RGB value is (79,120,111). Sum of RGB (Red+Green+Blue) = 79+120+111=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #4F786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F786F is #B08790. Grayscale: #6A6A6A. Windows color (decimal): -11569041 or 7305295. OLE color: 7305295.

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

Color convert

RGB79120111-
CMYK0.3400.080.53
HSL166.83º20.6%39.02%-
HSV(B)166.83º34.17%47.06%-
XYZ12.8116.2417.5-
YUV106.71130.42108.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=25.48%
G=38.71%
B=35.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791201110.3400.080.53166.8320.639.02
Hex4F786F220835a71527
Octal11717015742010652472547
Binary100111111110001101111100010010001101011010011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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