#507a71

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

Shades of Dark Green Copper #507A71

Tints of Dark Green Copper #507A71

Color information

#507A71 (or 0x507A71) is unknown color: approx Dark Green Copper. HEX triplet: 50, 7A and 71. RGB value is (80,122,113). Sum of RGB (Red+Green+Blue) = 80+122+113=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #507A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A71 is #AF858E. Grayscale: #6C6C6C. Windows color (decimal): -11502991 or 7436880. OLE color: 7436880.

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

Color convert

RGB80122113-
CMYK0.3400.070.52
HSL167.14º20.79%39.61%-
HSV(B)167.14º34.43%47.84%-
XYZ13.2516.8218.17-
YUV108.42130.59107.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=25.40%
G=38.73%
B=35.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801221130.3400.070.52167.1420.7939.61
Hex507A71220734a71528
Octal1201721614207642472550
Binary10100001111010111000110001001111101001010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,122,113); }

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

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

 a { background-color: rgb(80,122,113); }

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

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

 span { border-color: rgb(80,122,113); }

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