Html Css Color HEX #50766B Dark Green Copper

📋 copy color: '#50766B'

red 80 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #50766B

Tints of Dark Green Copper #50766B

RGB

 RED value IS 80 (31.64% from 255) = 26.23%

 GREEN value IS 118 (46.48% from 255) = 38.69%

 BLUE value IS 107 (42.19% from 255) = 35.08%

R = 26.23%
G = 38.69%
B = 35.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#50766B (or 0x50766B) is known color: Dark Green Copper. HEX triplet: 50, 76 and 6B. RGB value is (80,118,107). Sum of RGB (Red+Green+Blue) = 80+118+107=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #50766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50766B is #AF8994. Grayscale: #696969. Windows color (decimal): -11504021 or 7042640. OLE color: 7042640.

HSL color Cylindrical-coordinate representation of color #50766B: hue angle of 162.63º 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 #50766B is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 107 -
CMYK 0.32 0 0.09 0.54
HSL 162.63º 0.19% 0.39% -
HSV(B) 162.63º 0.32% 0.46% -
XYZ 12.44 15.72 16.29 -
YUV 105.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 80 118 107 0.32 0 0.09 0.54 162.63 0.19 0.39
Hex 50 76 6B 20 0 9 36 A3 13 27
Octal 120 166 153 40 0 11 66 243 23 47
Binary 1010000 1110110 1101011 100000 0 1001 110110 10100011 10011 100111

Color Harmonies of #50766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50766B

Black with #50766B

Text Example


Text Example

White with #50766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50766B;
 }
 .AnyTagClassName
 {
   color: #50766B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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