Html Css Color HEX #50967F Lochinvar

📋 copy color: '#50967F'

red 80 ◦ green 150 ◦ blue 127

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

Shades of Lochinvar #50967F

Tints of Lochinvar #50967F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.57%

R = 22.41%
G = 42.02%
B = 35.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#50967F (or 0x50967F) is known color: Lochinvar. HEX triplet: 50, 96 and 7F. RGB value is (80,150,127). Sum of RGB (Red+Green+Blue) = 80+150+127=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #50967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50967F is #AF6980. Grayscale: #7E7E7E. Windows color (decimal): -11495809 or 8361552. OLE color: 8361552.

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

Color convert

RGB 80 150 127 -
CMYK 0.47 0 0.15 0.41
HSL 160.29º 0.3% 0.45% -
HSV(B) 160.29º 0.47% 0.59% -
XYZ 18.05 25.05 23.96 -
YUV 126.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 80 150 127 0.47 0 0.15 0.41 160.29 0.3 0.45
Hex 50 96 7F 2F 0 F 29 A0 1E 2D
Octal 120 226 177 57 0 17 51 240 36 55
Binary 1010000 10010110 1111111 101111 0 1111 101001 10100000 11110 101101

Color Harmonies of #50967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50967F

Black with #50967F

Text Example


Text Example

White with #50967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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