#50766A

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

Shades of Dark Green Copper #50766A

Tints of Dark Green Copper #50766A

Color information

#50766A (or 0x50766A) is unknown color: approx Dark Green Copper. HEX triplet: 50, 76 and 6A. RGB value is (80,118,106). Sum of RGB (Red+Green+Blue) = 80+118+106=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #50766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50766A is #AF8995. Grayscale: #696969. Windows color (decimal): -11504022 or 6977104. OLE color: 6977104.

HSL color Cylindrical-coordinate representation of color #50766A: hue angle of 161.05º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50766A is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB80118106-
CMYK0.3200.100.54
HSL161.05º19.19%38.82%-
HSV(B)161.05º32.2%46.27%-
XYZ12.3915.716.01-
YUV105.27128.41109.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=26.32%
G=38.82%
B=34.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal801181060.3200.100.54161.0519.1938.82
Hex50766A200A36a11327
Octal12016615240012662412347
Binary101000011101101101010100000010101101101010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50766A; }

 p { color: rgb(80,118,106); }

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

<style>
 a { background-color: #50766A; }

 a { background-color: rgb(80,118,106); }

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

<style>
 span { border-color: #50766A; }

 span { border-color: rgb(80,118,106); }

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