#506F68

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

Shades of Dark Green Copper #506F68

Tints of Dark Green Copper #506F68

Color information

#506F68 (or 0x506F68) is unknown color: approx Dark Green Copper. HEX triplet: 50, 6F and 68. RGB value is (80,111,104). Sum of RGB (Red+Green+Blue) = 80+111+104=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #506F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F68 is #AF9097. Grayscale: #646464. Windows color (decimal): -11505816 or 6844240. OLE color: 6844240.

HSL color Cylindrical-coordinate representation of color #506F68: hue angle of 166.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F68 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB80111104-
CMYK0.2800.060.56
HSL166.45º16.23%37.45%-
HSV(B)166.45º27.93%43.53%-
XYZ11.4914.0715.21-
YUV100.93129.73113.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=27.12%
G=37.63%
B=35.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801111040.2800.060.56166.4516.2337.45
Hex506F681C0638a61025
Octal1201571503406702462045
Binary1010000110111111010001110001101110001010011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506F68; }

 p { color: rgb(80,111,104); }

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

<style>
 a { background-color: #506F68; }

 a { background-color: rgb(80,111,104); }

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

<style>
 span { border-color: #506F68; }

 span { border-color: rgb(80,111,104); }

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