#4F6761

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

Shades of Dark Green Copper #4F6761

Tints of Dark Green Copper #4F6761

Color information

#4F6761 (or 0x4F6761) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 67 and 61. RGB value is (79,103,97). Sum of RGB (Red+Green+Blue) = 79+103+97=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6761 is #B0989E. Grayscale: #5F5F5F. Windows color (decimal): -11573407 or 6383439. OLE color: 6383439.

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

Color convert

RGB7910397-
CMYK0.2300.060.60
HSL165º13.19%35.69%-
HSV(B)165º23.3%40.39%-
XYZ10.2312.2313.13-
YUV95.14129.05116.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.32%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=28.32%
G=36.92%
B=34.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal79103970.2300.060.6016513.1935.69
Hex4F676117063Ca5d24
Octal1171471412706742451544
Binary100111111001111100001101110110111100101001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,103,97); }

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

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

 a { background-color: rgb(79,103,97); }

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

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

 span { border-color: rgb(79,103,97); }

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