Html Css Color HEX #50977D Patina

📋 copy color: '#50977D'

red 80 ◦ green 151 ◦ blue 125

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

Shades of Patina #50977D

Tints of Patina #50977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.42%

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 22.47%
G = 42.42%
B = 35.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#50977D (or 0x50977D) is known color: Patina. HEX triplet: 50, 97 and 7D. RGB value is (80,151,125). Sum of RGB (Red+Green+Blue) = 80+151+125=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #50977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977D is #AF6882. Grayscale: #7E7E7E. Windows color (decimal): -11495555 or 8230736. OLE color: 8230736.

HSL color Cylindrical-coordinate representation of color #50977D: hue angle of 158.03º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50977D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 125 -
CMYK 0.47 0 0.17 0.41
HSL 158.03º 0.31% 0.45% -
HSV(B) 158.03º 0.47% 0.59% -
XYZ 18.08 25.32 23.34 -
YUV 126.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 80 151 125 0.47 0 0.17 0.41 158.03 0.31 0.45
Hex 50 97 7D 2F 0 11 29 9E 1F 2D
Octal 120 227 175 57 0 21 51 236 37 55
Binary 1010000 10010111 1111101 101111 0 10001 101001 10011110 11111 101101

Color Harmonies of #50977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50977D

Black with #50977D

Text Example


Text Example

White with #50977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50977D; }

 p { color: rgb(80,151,125); }

 H1.HeaderClassName
 {
   color: #50977D;
 }
 .AnyTagClassName
 {
   color: #50977D;
 }
</style>

background-color css

<style>
 a { background-color: #50977D; }

 a { background-color: rgb(80,151,125); }

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

border-color css

<style>
 span { border-color: #50977D; }

 span { border-color: rgb(80,151,125); }

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