Html Css Color HEX #50967A Patina

📋 copy color: '#50967A'

red 80 ◦ green 150 ◦ blue 122

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

Shades of Patina #50967A

Tints of Patina #50967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 22.73%
G = 42.61%
B = 34.66%

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

#50967A (or 0x50967A) is known color: Patina. HEX triplet: 50, 96 and 7A. RGB value is (80,150,122). Sum of RGB (Red+Green+Blue) = 80+150+122=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #50967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50967A is #AF6985. Grayscale: #7D7D7D. Windows color (decimal): -11495814 or 8033872. OLE color: 8033872.

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

Color convert

RGB 80 150 122 -
CMYK 0.47 0 0.19 0.41
HSL 156º 0.3% 0.45% -
HSV(B) 156º 0.47% 0.59% -
XYZ 17.73 24.92 22.29 -
YUV 125.88 125.81 95.28 -
System Red Green Blue C M Y K H S L
Decimal 80 150 122 0.47 0 0.19 0.41 156 0.3 0.45
Hex 50 96 7A 2F 0 13 29 9C 1E 2D
Octal 120 226 172 57 0 23 51 234 36 55
Binary 1010000 10010110 1111010 101111 0 10011 101001 10011100 11110 101101

Color Harmonies of #50967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50967A

Black with #50967A

Text Example


Text Example

White with #50967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,150,122); }

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

background-color css

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

 a { background-color: rgb(80,150,122); }

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

border-color css

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

 span { border-color: rgb(80,150,122); }

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