#4F7770

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

Shades of Dark Green Copper #4F7770

Tints of Dark Green Copper #4F7770

Color information

#4F7770 (or 0x4F7770) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 77 and 70. RGB value is (79,119,112). Sum of RGB (Red+Green+Blue) = 79+119+112=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7770 is #B0888F. Grayscale: #6A6A6A. Windows color (decimal): -11569296 or 7370575. OLE color: 7370575.

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

Color convert

RGB79119112-
CMYK0.3400.060.53
HSL169.5º20.2%38.82%-
HSV(B)169.5º33.61%46.67%-
XYZ12.7516.0317.75-
YUV106.24131.25108.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=25.48%
G=38.39%
B=36.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791191120.3400.060.53169.520.238.82
Hex4F7770220635aa1427
Octal1171671604206652522447
Binary10011111110111111000010001001101101011010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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