#507B6F

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

Shades of Dark Green Copper #507B6F

Tints of Dark Green Copper #507B6F

Color information

#507B6F (or 0x507B6F) is unknown color: approx Dark Green Copper. HEX triplet: 50, 7B and 6F. RGB value is (80,123,111). Sum of RGB (Red+Green+Blue) = 80+123+111=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #507B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507B6F is #AF8490. Grayscale: #6C6C6C. Windows color (decimal): -11502737 or 7306064. OLE color: 7306064.

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

Color convert

RGB80123111-
CMYK0.3500.100.52
HSL163.26º21.18%39.8%-
HSV(B)163.26º34.96%48.24%-
XYZ13.2617.0217.63-
YUV108.78129.25107.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=25.48%
G=39.17%
B=35.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801231110.3500.100.52163.2621.1839.8
Hex507B6F230A34a31528
Octal12017315743012642432550
Binary101000011110111101111100011010101101001010001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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