Html Css Color HEX #50766E Dark Green Copper

📋 copy color: '#50766E'

red 80 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #50766E

Tints of Dark Green Copper #50766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 25.97%
G = 38.31%
B = 35.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#50766E (or 0x50766E) is known color: Dark Green Copper. HEX triplet: 50, 76 and 6E. RGB value is (80,118,110). Sum of RGB (Red+Green+Blue) = 80+118+110=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #50766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50766E is #AF8991. Grayscale: #696969. Windows color (decimal): -11504018 or 7239248. OLE color: 7239248.

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

Color convert

RGB 80 118 110 -
CMYK 0.32 0 0.07 0.54
HSL 167.37º 0.19% 0.39% -
HSV(B) 167.37º 0.32% 0.46% -
XYZ 12.6 15.79 17.14 -
YUV 105.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 80 118 110 0.32 0 0.07 0.54 167.37 0.19 0.39
Hex 50 76 6E 20 0 7 36 A7 13 27
Octal 120 166 156 40 0 7 66 247 23 47
Binary 1010000 1110110 1101110 100000 0 111 110110 10100111 10011 100111

Color Harmonies of #50766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50766E

Black with #50766E

Text Example


Text Example

White with #50766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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