Html Css Color HEX #50977B Patina

📋 copy color: '#50977B'

red 80 ◦ green 151 ◦ blue 123

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

Shades of Patina #50977B

Tints of Patina #50977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.75%

R = 22.6%
G = 42.66%
B = 34.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#50977B (or 0x50977B) is known color: Patina. HEX triplet: 50, 97 and 7B. RGB value is (80,151,123). Sum of RGB (Red+Green+Blue) = 80+151+123=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #50977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50977B is #AF6884. Grayscale: #7E7E7E. Windows color (decimal): -11495557 or 8099664. OLE color: 8099664.

HSL color Cylindrical-coordinate representation of color #50977B: hue angle of 156.34º 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 #50977B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 123 -
CMYK 0.47 0 0.19 0.41
HSL 156.34º 0.31% 0.45% -
HSV(B) 156.34º 0.47% 0.59% -
XYZ 17.95 25.27 22.67 -
YUV 126.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 80 151 123 0.47 0 0.19 0.41 156.34 0.31 0.45
Hex 50 97 7B 2F 0 13 29 9C 1F 2D
Octal 120 227 173 57 0 23 51 234 37 55
Binary 1010000 10010111 1111011 101111 0 10011 101001 10011100 11111 101101

Color Harmonies of #50977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50977B

Black with #50977B

Text Example


Text Example

White with #50977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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