Html Css Color HEX #50716A Dark Green Copper

📋 copy color: '#50716A'

red 80 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #50716A

Tints of Dark Green Copper #50716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

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

R = 26.76%
G = 37.79%
B = 35.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#50716A (or 0x50716A) is known color: Dark Green Copper. HEX triplet: 50, 71 and 6A. RGB value is (80,113,106). Sum of RGB (Red+Green+Blue) = 80+113+106=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #50716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50716A is #AF8E95. Grayscale: #666666. Windows color (decimal): -11505302 or 6975824. OLE color: 6975824.

HSL color Cylindrical-coordinate representation of color #50716A: hue angle of 167.27º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50716A is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 106 -
CMYK 0.29 0 0.06 0.56
HSL 167.27º 0.17% 0.38% -
HSV(B) 167.27º 0.29% 0.44% -
XYZ 11.81 14.56 15.82 -
YUV 102.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 80 113 106 0.29 0 0.06 0.56 167.27 0.17 0.38
Hex 50 71 6A 1D 0 6 38 A7 11 26
Octal 120 161 152 35 0 6 70 247 21 46
Binary 1010000 1110001 1101010 11101 0 110 111000 10100111 10001 100110

Color Harmonies of #50716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50716A

Black with #50716A

Text Example


Text Example

White with #50716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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