Html Css Color HEX #50756E Dark Green Copper

📋 copy color: '#50756E'

red 80 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #50756E

Tints of Dark Green Copper #50756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 26.06%
G = 38.11%
B = 35.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#50756E (or 0x50756E) is known color: Dark Green Copper. HEX triplet: 50, 75 and 6E. RGB value is (80,117,110). Sum of RGB (Red+Green+Blue) = 80+117+110=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #50756E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756E is #AF8A91. Grayscale: #696969. Windows color (decimal): -11504274 or 7238992. OLE color: 7238992.

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

Color convert

RGB 80 117 110 -
CMYK 0.32 0 0.06 0.54
HSL 168.65º 0.19% 0.39% -
HSV(B) 168.65º 0.32% 0.46% -
XYZ 12.48 15.55 17.1 -
YUV 105.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 80 117 110 0.32 0 0.06 0.54 168.65 0.19 0.39
Hex 50 75 6E 20 0 6 36 A9 13 27
Octal 120 165 156 40 0 6 66 251 23 47
Binary 1010000 1110101 1101110 100000 0 110 110110 10101001 10011 100111

Color Harmonies of #50756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50756E

Black with #50756E

Text Example


Text Example

White with #50756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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