#4F7B70

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

Shades of Dark Green Copper #4F7B70

Tints of Dark Green Copper #4F7B70

Color information

#4F7B70 (or 0x4F7B70) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 7B and 70. RGB value is (79,123,112). Sum of RGB (Red+Green+Blue) = 79+123+112=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7B70 is #B0848F. Grayscale: #6C6C6C. Windows color (decimal): -11568272 or 7371599. OLE color: 7371599.

HSL color Cylindrical-coordinate representation of color #4F7B70: hue angle of 165º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7B70 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB79123112-
CMYK0.3600.090.52
HSL165º21.78%39.61%-
HSV(B)165º35.77%48.24%-
XYZ13.231717.91-
YUV108.59129.92106.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.16%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 112 (44.14% from 255) = 35.67%
R=25.16%
G=39.17%
B=35.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791231120.3600.090.5216521.7839.61
Hex4F7B70240934a51628
Octal11717316044011642452650
Binary100111111110111110000100100010011101001010010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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