#507C6F

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

Shades of Dark Green Copper #507C6F

Tints of Dark Green Copper #507C6F

Color information

#507C6F (or 0x507C6F) is unknown color: approx Dark Green Copper. HEX triplet: 50, 7C and 6F. RGB value is (80,124,111). Sum of RGB (Red+Green+Blue) = 80+124+111=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #507C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C6F is #AF8390. Grayscale: #6D6D6D. Windows color (decimal): -11502481 or 7306320. OLE color: 7306320.

HSL color Cylindrical-coordinate representation of color #507C6F: hue angle of 162.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C6F is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB80124111-
CMYK0.3500.100.51
HSL162.27º21.57%40%-
HSV(B)162.27º35.48%48.63%-
XYZ13.3917.2717.67-
YUV109.36128.92107.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=25.40%
G=39.37%
B=35.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801241110.3500.100.51162.2721.5740
Hex507C6F230A33a21628
Octal12017415743012632422650
Binary101000011111001101111100011010101100111010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C6F; }

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

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

<style>
 a { background-color: #507C6F; }

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

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

<style>
 span { border-color: #507C6F; }

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

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