#4F7768

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

Shades of Dark Green Copper #4F7768

Tints of Dark Green Copper #4F7768

Color information

#4F7768 (or 0x4F7768) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 77 and 68. RGB value is (79,119,104). Sum of RGB (Red+Green+Blue) = 79+119+104=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7768 is #B08897. Grayscale: #696969. Windows color (decimal): -11569304 or 6846287. OLE color: 6846287.

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

Color convert

RGB79119104-
CMYK0.3400.130.53
HSL157.5º20.2%38.82%-
HSV(B)157.5º33.61%46.67%-
XYZ12.3215.8615.51-
YUV105.33127.25109.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=26.16%
G=39.40%
B=34.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791191040.3400.130.53157.520.238.82
Hex4F7768220D359e1427
Octal11716715042015652362447
Binary100111111101111101000100010011011101011001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,104); }

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

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

 a { background-color: rgb(79,119,104); }

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

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

 span { border-color: rgb(79,119,104); }

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