#4f7068

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

Shades of Dark Green Copper #4F7068

Tints of Dark Green Copper #4F7068

Color information

#4F7068 (or 0x4F7068) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 70 and 68. RGB value is (79,112,104). Sum of RGB (Red+Green+Blue) = 79+112+104=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7068 is #B08F97. Grayscale: #656565. Windows color (decimal): -11571096 or 6844495. OLE color: 6844495.

HSL color Cylindrical-coordinate representation of color #4F7068: hue angle of 165.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7068 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB79112104-
CMYK0.2900.070.56
HSL165.45º17.28%37.45%-
HSV(B)165.45º29.46%43.92%-
XYZ11.5214.2515.24-
YUV101.22129.57112.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=26.78%
G=37.97%
B=35.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal791121040.2900.070.56165.4517.2837.45
Hex4F70681D0738a51125
Octal1171601503507702452145
Binary1001111111000011010001110101111110001010010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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