Html Css Color HEX #50756A Dark Green Copper

📋 copy color: '#50756A'

red 80 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #50756A

Tints of Dark Green Copper #50756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 26.4%
G = 38.61%
B = 34.98%

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

#50756A (or 0x50756A) is known color: Dark Green Copper. HEX triplet: 50, 75 and 6A. RGB value is (80,117,106). Sum of RGB (Red+Green+Blue) = 80+117+106=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #50756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50756A is #AF8A95. Grayscale: #686868. Windows color (decimal): -11504278 or 6976848. OLE color: 6976848.

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

Color convert

RGB 80 117 106 -
CMYK 0.32 0 0.09 0.54
HSL 162.16º 0.19% 0.39% -
HSV(B) 162.16º 0.32% 0.46% -
XYZ 12.27 15.47 15.97 -
YUV 104.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 80 117 106 0.32 0 0.09 0.54 162.16 0.19 0.39
Hex 50 75 6A 20 0 9 36 A2 13 27
Octal 120 165 152 40 0 11 66 242 23 47
Binary 1010000 1110101 1101010 100000 0 1001 110110 10100010 10011 100111

Color Harmonies of #50756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50756A

Black with #50756A

Text Example


Text Example

White with #50756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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