Html Css Color HEX #50766A Dark Green Copper

📋 copy color: '#50766A'

red 80 ◦ green 118 ◦ blue 106

#50766A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #50766A

Tints of Dark Green Copper #50766A

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.8% from 255) = 34.87%

R = 26.32%
G = 38.82%
B = 34.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#50766A (or 0x50766A) is known color: 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

RGB 80 118 106 -
CMYK 0.32 0 0.10 0.54
HSL 161.05º 0.19% 0.39% -
HSV(B) 161.05º 0.32% 0.46% -
XYZ 12.39 15.7 16.01 -
YUV 105.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 80 118 106 0.32 0 0.10 0.54 161.05 0.19 0.39
Hex 50 76 6A 20 0 A 36 A1 13 27
Octal 120 166 152 40 0 12 66 241 23 47
Binary 1010000 1110110 1101010 100000 0 1010 110110 10100001 10011 100111

Color Harmonies of #50766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50766A

Black with #50766A

Text Example


Text Example

White with #50766A

Text Example


Text Example

HTML Codes & Css Web 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>